]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 May 2021 04:16:09 +0000 (18:16 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 May 2021 04:16:09 +0000 (18:16 -1000)
commitadf71cc02f1c5774c562a6da47b733b894d111ac
tree28f2187b84c22f2388c05e568f6b5672d4a39f5a
parent06b68e9cd758abbfea3f5eec2f1feef1496f192f
parent79935155b09e12168c5bdf9d3fa92c28cc3a1032
Merge tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull seccomp fixes from Kees Cook:
 "This fixes a hard-to-hit race condition in the addfd user_notif
  feature of seccomp, visible since v5.9.

  And a small documentation fix"

* tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  seccomp: Refactor notification handler to prepare for new semantics
  Documentation: seccomp: Fix user notification documentation