]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-20190730' of git://git.kernel.org/pub/scm/linux/kernel/git/braun...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Jul 2019 20:25:14 +0000 (13:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Jul 2019 20:25:14 +0000 (13:25 -0700)
commit965a5841eeb0d65da298b42700b0e64f25c0aff9
tree71ac716a6f940fd867e18572b55e298ac1ba474c
parent7a2ed7507d334e015e009ceac2fc867dc0a6e566
parent2949184246dfb0fe37c4dcc377e47c487edf91d2
Merge tag 'for-linus-20190730' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux

Pull pidfd fixes from Christian Brauner:
 "This makes setting the exit_state in exit_notify() consistent after
  fixing the pidfd polling race pre-rc1. Related to the race fix, this
  adds a WARN_ON() to do_notify_pidfd() to catch any future exit_state
  races.

  Last, this removes an obsolete comment from the pidfd tests"

* tag 'for-linus-20190730' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux:
  exit: make setting exit_state consistent
  pidfd: Add warning if exit_state is 0 during notification
  pidfd: remove obsolete comments from test