mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
Merge tag 'seccomp-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull seccomp fix from Kees Cook: - Fix seccomp_unotify perf benchmark for 32-bit (Jiri Slaby) * tag 'seccomp-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: perf/benchmark: fix seccomp_unotify benchmark for 32-bit
This commit is contained in:
@@ -26,6 +26,6 @@
|
||||
#ifndef __NR_setns
|
||||
#define __NR_setns 346
|
||||
#endif
|
||||
#ifdef __NR_seccomp
|
||||
#ifndef __NR_seccomp
|
||||
#define __NR_seccomp 354
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user