All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] misc fixes for v5.11-rc5
@ 2021-01-24 12:51 Christian Brauner
  2021-01-24 18:34 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Brauner @ 2021-01-24 12:51 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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@gitolite.kernel.org: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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] misc fixes for v5.11-rc5
  2021-01-24 12:51 [GIT PULL] misc fixes for v5.11-rc5 Christian Brauner
@ 2021-01-24 18:34 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-01-24 18:34 UTC (permalink / raw)
  To: Christian Brauner; +Cc: Linus Torvalds, linux-kernel

The pull request you sent on Sun, 24 Jan 2021 13:51:22 +0100:

> git@gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux tags/for-linus-2021-01-24

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c509ce2378e196758095c292f7a1df826d971796

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-24 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-24 12:51 [GIT PULL] misc fixes for v5.11-rc5 Christian Brauner
2021-01-24 18:34 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.