]> www.infradead.org Git - nvme.git/commit
Merge tag 'seccomp-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jul 2024 20:12:16 +0000 (13:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jul 2024 20:12:16 +0000 (13:12 -0700)
commit1ca995edf838a70c7c0aba2de7fc6da57e22cbf3
tree9c353521b749b26625bd04d69933efcd71939d19
parent72fda6c8e553699f6ba8d3ddc34f0bbe7a5898df
parentf0c508faea645da58d6ae6b644a1b68020d5a9d2
Merge tag 'seccomp-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull seccomp updates from Kees Cook:

 - interrupt SECCOMP_IOCTL_NOTIF_RECV when all users exit (Andrei Vagin)

 - Update selftests to check for expected NOTIF_RECV exits (Andrei
   Vagin)

* tag 'seccomp-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  selftests/seccomp: check that a zombie leader doesn't affect others
  selftests/seccomp: add test for NOTIF_RECV and unused filters
  seccomp: release task filters when the task exits
  seccomp: interrupt SECCOMP_IOCTL_NOTIF_RECV when all users have exited
kernel/exit.c