Merge 5.9-rc3 into android-mainline

Linux 5.9-rc3

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ic7758bc57a7d91861657388ddd015db5c5db5480
This commit is contained in:
Greg Kroah-Hartman
2020-08-31 10:42:03 +02:00
1405 changed files with 5562 additions and 4329 deletions

View File

@@ -851,7 +851,7 @@ static int check_kill_permission(int sig, struct kernel_siginfo *info,
*/
if (!sid || sid == task_session(current))
break;
/* fall through */
fallthrough;
default:
return -EPERM;
}