Skip to content

Commit 189b756

Browse files
committed
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
2 parents ea1cc20 + 31c6570 commit 189b756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/arch/x86/include/uapi/asm/unistd_32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
#ifndef __NR_setns
2727
#define __NR_setns 346
2828
#endif
29-
#ifdef __NR_seccomp
29+
#ifndef __NR_seccomp
3030
#define __NR_seccomp 354
3131
#endif

0 commit comments

Comments
 (0)