Merge tag 'seccomp-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull seccomp updates from Kees Cook: - Rework USER_NOTIF notification ordering and kill logic (Sargun Dhillon) - Improved PTRACE_O_SUSPEND_SECCOMP selftest (Jann Horn) - Gracefully handle failed unshare() in selftests (Yang Guang) - Spelling fix (Colin Ian King) * tag 'seccomp-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: selftests/seccomp: Fix spelling mistake "Coud" -> "Could" selftests/seccomp: Add test for wait killable notifier selftests/seccomp: Refactor get_proc_stat to split out file reading code seccomp: Add wait_killable semantic to seccomp user notifier selftests/seccomp: Ensure that notifications come in FIFO order seccomp: Use FIFO semantics to order notifications selftests/seccomp: Add SKIP for failed unshare() selftests/seccomp: Test PTRACE_O_SUSPEND_SECCOMP without CAP_SYS_ADMIN
Showing
- Documentation/userspace-api/seccomp_filter.rst 10 additions, 0 deletionsDocumentation/userspace-api/seccomp_filter.rst
- include/linux/seccomp.h 2 additions, 1 deletioninclude/linux/seccomp.h
- include/uapi/linux/seccomp.h 2 additions, 0 deletionsinclude/uapi/linux/seccomp.h
- kernel/seccomp.c 41 additions, 3 deletionskernel/seccomp.c
- tools/testing/selftests/seccomp/Makefile 1 addition, 0 deletionstools/testing/selftests/seccomp/Makefile
- tools/testing/selftests/seccomp/seccomp_bpf.c 426 additions, 1 deletiontools/testing/selftests/seccomp/seccomp_bpf.c
Loading
Please register or sign in to comment