seccomp: fix syscall numbers for x86 and x86_64
authorLee Campbell <leecam@chromium.org>
Wed, 8 Oct 2014 21:40:22 +0000 (14:40 -0700)
committerLee Campbell <leecam@chromium.org>
Wed, 8 Oct 2014 21:54:53 +0000 (14:54 -0700)
Correcting syscall numbers for seccomp

Signed-off-by: Lee Campbell <leecam@chromium.org>
arch/x86/syscalls/syscall_32.tbl
arch/x86/syscalls/syscall_64.tbl

index 8605e9e0f19a699b89c59d456aa32c53e2ee93e6..01ed502554731cce6850f24f9da16c2030eabf19 100644 (file)
 348    i386    process_vm_writev       sys_process_vm_writev           compat_sys_process_vm_writev
 349    i386    kcmp                    sys_kcmp
 350    i386    finit_module            sys_finit_module
-351    i386    seccomp                 sys_seccomp
+# 351  i386    sched_setattr           sys_sched_setattr
+# 352  i386    sched_getattr           sys_sched_getattr
+# 353  i386    renameat2               sys_renameat2
+354    i386    seccomp                 sys_seccomp
index 4cb491567b85874cfef38b1b8e6228f3031d9eb0..a3c38bbd6f0145341db1f0177a33ad88c42e5de7 100644 (file)
 311    64      process_vm_writev       sys_process_vm_writev
 312    common  kcmp                    sys_kcmp
 313    common  finit_module            sys_finit_module
-314    common  seccomp                 sys_seccomp
+# 314  common  sched_setattr           sys_sched_setattr
+# 315  common  sched_getattr           sys_sched_getattr
+# 316  common  renameat2               sys_renameat2
+317    common  seccomp                 sys_seccomp
 
 #
 # x32-specific system call numbers start at 512 to avoid cache impact