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

2012-09-20 Thread Rusty Russell
Arnd Bergmann writes: > On Thursday 20 September 2012, Kees Cook wrote: >> >> This adds the finit_module syscall to the generic syscall list. >> >> Signed-off-by: Kees Cook >> --- >> This depends on the finit_module patchset in Rusty's tree, based on >> https://lkml.org/lkml/2012/9/7/559 > > A

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

2012-09-20 Thread Arnd Bergmann
On Thursday 20 September 2012, Kees Cook wrote: > > This adds the finit_module syscall to the generic syscall list. > > Signed-off-by: Kees Cook > --- > This depends on the finit_module patchset in Rusty's tree, based on > https://lkml.org/lkml/2012/9/7/559 Acked-by: Arnd Bergmann Please queu

[PATCH] module: 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 --- This depends on the finit_module patchset in Rusty's tree, based on https://lkml.org/lkml/2012/9/7/559 --- include/asm-generic/unistd.h |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff