Re: [PATCH 4/4] add finit_module syscall to asm-generic

2012-10-05 Thread Rusty Russell
Kees Cook writes: > This adds the finit_module syscall to the generic syscall list. This does ppc. Ben, please Ack. From: Rusty Russell Subject: powerpc: add finit_module syscall. Signed-off-by: Rusty Russell diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl

[PATCH 4/4] add finit_module syscall to asm-generic

2012-10-04 Thread Kees Cook
This adds the finit_module syscall to the generic syscall list. Signed-off-by: Kees Cook Acked-by: Arnd Bergmann --- include/asm-generic/unistd.h |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/asm-generic/unistd.h b/include/asm-generic/unistd.h index 991ef01

[PATCH 4/4] add finit_module syscall to asm-generic

2012-09-20 Thread Kees Cook
This adds the finit_module syscall to the generic syscall list. Signed-off-by: Kees Cook --- include/asm-generic/unistd.h |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/include/asm-generic/unistd.h b/include/asm-generic/unistd.h index 991ef01..671d746 100644 --- a/in