[GIT PULL] misc fixes for v5.11-rc5

From: Christian Brauner
Date: Sun Jan 24 2021 - 07:58:37 EST


Hi Linus,

Here are some fixes for v5.11-rc5 that should hopefully be fairly
uncontroversial. I've had them sitting around for a bit but only got around
sending them now after concluding the idmapped mounts stuff. Sorry for the
delay.

/* Summary */
- Jann reported sparse complaints because of a missing __user annotation in a
helper we added way back when we added pidfd_send_signal() to avoid compat
syscall handling. This contains a fix for this.
- Yanfei replaces a reference in a comment to the _do_fork() helper I removed a
while ago with a reference to the new kernel_clone() replacement.
- Alexander Guril added a simple coding style fix.

The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:

Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)

are available in the Git repository at:

git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/brauner/linux tags/for-linus-2021-01-24

for you to fetch changes up to cb5021ca622fe83923e0789f99fe7227cbcd3f68:

kthread: remove comments about old _do_fork() helper (2021-01-11 15:11:56 +0100)

/* Testing */
The patches have been sitting in -next for a while. No build failures or
warnings were observed. All old and new tests are passing.

/* Conflicts */
At the time of creating this PR no merge conflicts were reported from
linux-next and no merge conflict with e1ae4b0be158 ("Merge branch 'mtd/fixes'
of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux") when pulling the
tag.

Please consider pulling these changes from the signed for-linus-2021-01-24 tag.

Thanks!
Christian

----------------------------------------------------------------
for-linus-2021-01-24

----------------------------------------------------------------
Alexander Guril (1):
Kernel: fork.c: Fix coding style: Do not use {} around single-line statements

Jann Horn (1):
signal: Add missing __user annotation to copy_siginfo_from_user_any

Yanfei Xu (1):
kthread: remove comments about old _do_fork() helper

include/trace/events/sched.h | 2 +-
kernel/fork.c | 6 ++----
kernel/kthread.c | 2 +-
kernel/signal.c | 3 ++-
4 files changed, 6 insertions(+), 7 deletions(-)