From acc2cabc0380bd153f04f1ee1ed4a1ef34ab2212 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Tue, 16 Oct 2012 12:40:03 +1030 Subject: [PATCH] --- yaml --- r: 347094 b: refs/heads/master c: 1625cee56f8e6193b5a0809a414dfa395bd9cf1e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/uapi/asm-generic/unistd.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e1f413fff10d..9163f6f594a1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4926f65224e49f253feb0320b03814ea630b7541 +refs/heads/master: 1625cee56f8e6193b5a0809a414dfa395bd9cf1e diff --git a/trunk/include/uapi/asm-generic/unistd.h b/trunk/include/uapi/asm-generic/unistd.h index 6e595ba545f4..2c531f478410 100644 --- a/trunk/include/uapi/asm-generic/unistd.h +++ b/trunk/include/uapi/asm-generic/unistd.h @@ -690,9 +690,11 @@ __SC_COMP(__NR_process_vm_writev, sys_process_vm_writev, \ compat_sys_process_vm_writev) #define __NR_kcmp 272 __SYSCALL(__NR_kcmp, sys_kcmp) +#define __NR_finit_module 273 +__SYSCALL(__NR_finit_module, sys_finit_module) #undef __NR_syscalls -#define __NR_syscalls 273 +#define __NR_syscalls 274 /* * All syscalls below here should go away really,