]> 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)
commit3a8e35b022280c1aaf4995216c8b447eb5c3fb15
tree28f2187b84c22f2388c05e568f6b5672d4a39f5a
parent54c7073c07305487fd42d6a2db5c36491f771ad3
parent3bea7a7b7ce8342ceca58e173def0d4aa388a20f
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