OSDN Git Service

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Apr 2020 20:30:18 +0000 (13:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Apr 2020 20:30:18 +0000 (13:30 -0700)
commitb4f633221f0aeac102e463a4be46a643b2e3b819
tree5ef3585fcdf16c913d4ae0229c61f9cb2ee8e4bb
parent25b1fa8dfb3fe2578c04a077953b13c534f30902
parent61e713bdca3678e84815f2427f7a063fc353a1fc
Merge branch 'for-linus' of git://git./linux/kernel/git/ebiederm/user-namespace

Pull SIGCHLD fix from Eric Biederman:
 "Christof Meerwald reported that do_notify_parent has not been
  successfully populating si_pid and si_uid for multi-threaded
  processes.

  This is the one-liner fix. Strictly speaking a one-liner plus
  comment"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
  signal: Avoid corrupting si_pid and si_uid in do_notify_parent
kernel/signal.c