]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge tag 'seccomp-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Dec 2022 16:34:05 +0000 (08:34 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Dec 2022 16:34:05 +0000 (08:34 -0800)
commit667161ba0a1c5badc5c40fc45cf62a6d62883710
tree77681ccd6d526c7e3b5d1c2ff766a96c1ebedcbd
parent059c4a341df7dbaab0a30a8e5420b619518f8887
parentb9069728a70c23dad00684eb994a3f5295f127cf
Merge tag 'seccomp-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull seccomp updates from Kees Cook:

 - Add missing kerndoc parameter (Randy Dunlap)

 - Improve seccomp selftest to check CAP_SYS_ADMIN (Gautam Menghani)

 - Fix allocation leak when cloned thread immediately dies (Kuniyuki
   Iwashima)

* tag 'seccomp-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  seccomp: document the "filter_count" field
  seccomp: Move copy_seccomp() to no failure path.
  selftests/seccomp: Check CAP_SYS_ADMIN capability in the test mode_filter_without_nnp