]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite1eaea37a5dd49d2085b595f5d006b3f9e0655e3
tree5ef3585fcdf16c913d4ae0229c61f9cb2ee8e4bb
parent825ee6361bbbd1c378f55c799b441f1292e4a087
parent8df50d2d81db3b45325e008e0b69f22c34b39c67
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/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