-
- Downloads
Merge tag 'seccomp-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull seccomp updates from Kees Cook: - Provide USER_NOTIFY flag for synchronous mode (Andrei Vagin, Peter Oskolkov). This touches the scheduler and perf but has been Acked by Peter Zijlstra. - Fix regression in syscall skipping and restart tracing on arm32. This touches arch/arm/ but has been Acked by Arnd Bergmann. * tag 'seccomp-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: seccomp: Add missing kerndoc notations ARM: ptrace: Restore syscall skipping for tracers ARM: ptrace: Restore syscall restart tracing selftests/seccomp: Handle arm32 corner cases better perf/benchmark: add a new benchmark for seccom_unotify selftest/seccomp: add a new test for the sync mode of seccomp_user_notify seccomp: add the synchronous mode for seccomp_unotify sched: add a few helpers to wake up tasks on the current cpu sched: add WF_CURRENT_CPU and externise ttwu seccomp: don't use semaphore and wait_queue together
Showing
- arch/arm/include/asm/syscall.h 3 additions, 0 deletionsarch/arm/include/asm/syscall.h
- arch/arm/kernel/entry-common.S 1 addition, 0 deletionsarch/arm/kernel/entry-common.S
- arch/arm/kernel/ptrace.c 3 additions, 2 deletionsarch/arm/kernel/ptrace.c
- include/linux/completion.h 1 addition, 0 deletionsinclude/linux/completion.h
- include/linux/swait.h 1 addition, 1 deletioninclude/linux/swait.h
- include/linux/wait.h 3 additions, 0 deletionsinclude/linux/wait.h
- include/uapi/linux/seccomp.h 4 additions, 0 deletionsinclude/uapi/linux/seccomp.h
- kernel/sched/completion.c 18 additions, 8 deletionskernel/sched/completion.c
- kernel/sched/core.c 2 additions, 3 deletionskernel/sched/core.c
- kernel/sched/fair.c 4 additions, 0 deletionskernel/sched/fair.c
- kernel/sched/sched.h 8 additions, 5 deletionskernel/sched/sched.h
- kernel/sched/swait.c 4 additions, 4 deletionskernel/sched/swait.c
- kernel/sched/wait.c 5 additions, 0 deletionskernel/sched/wait.c
- kernel/seccomp.c 74 additions, 10 deletionskernel/seccomp.c
- tools/arch/x86/include/uapi/asm/unistd_32.h 3 additions, 0 deletionstools/arch/x86/include/uapi/asm/unistd_32.h
- tools/arch/x86/include/uapi/asm/unistd_64.h 3 additions, 0 deletionstools/arch/x86/include/uapi/asm/unistd_64.h
- tools/perf/bench/Build 1 addition, 0 deletionstools/perf/bench/Build
- tools/perf/bench/bench.h 1 addition, 0 deletionstools/perf/bench/bench.h
- tools/perf/bench/sched-seccomp-notify.c 178 additions, 0 deletionstools/perf/bench/sched-seccomp-notify.c
- tools/perf/builtin-bench.c 1 addition, 0 deletionstools/perf/builtin-bench.c
Loading
Please register or sign in to comment