author | Linus Torvalds <torvalds@linux-foundation.org> | |
Wed, 19 Dec 2012 15:55:08 +0000 (07:55 -0800) | ||
committer | Linus Torvalds <torvalds@linux-foundation.org> | |
Wed, 19 Dec 2012 15:55:08 +0000 (07:55 -0800) |
Pull module update from Rusty Russell:
"Nothing all that exciting; a new module-from-fd syscall for those who
want to verify the source of the module (ChromeOS) and/or use standard
IMA on it or other security hooks."
* tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux:
MODSIGN: Fix kbuild output when using default extra_certificates
MODSIGN: Avoid using .incbin in C source
modules: don't hand 0 to vmalloc.
module: Remove a extra null character at the top of module->strtab.
ASN.1: Use the ASN1_LONG_TAG and ASN1_INDEFINITE_LENGTH constants
ASN.1: Define indefinite length marker constant
moduleparam: use __UNIQUE_ID()
__UNIQUE_ID()
MODSIGN: Add modules_sign make target
powerpc: add finit_module syscall.
ima: support new kernel module syscall
add finit_module syscall to asm-generic
ARM: add finit_module syscall to ARM
security: introduce kernel_module_from_file hook
module: add flags arg to sys_finit_module()
module: add syscall to load module from fd
"Nothing all that exciting; a new module-from-fd syscall for those who
want to verify the source of the module (ChromeOS) and/or use standard
IMA on it or other security hooks."
* tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux:
MODSIGN: Fix kbuild output when using default extra_certificates
MODSIGN: Avoid using .incbin in C source
modules: don't hand 0 to vmalloc.
module: Remove a extra null character at the top of module->strtab.
ASN.1: Use the ASN1_LONG_TAG and ASN1_INDEFINITE_LENGTH constants
ASN.1: Define indefinite length marker constant
moduleparam: use __UNIQUE_ID()
__UNIQUE_ID()
MODSIGN: Add modules_sign make target
powerpc: add finit_module syscall.
ima: support new kernel module syscall
add finit_module syscall to asm-generic
ARM: add finit_module syscall to ARM
security: introduce kernel_module_from_file hook
module: add flags arg to sys_finit_module()
module: add syscall to load module from fd
1 | 2 | |||
---|---|---|---|---|
Makefile | patch | | diff1 | | diff2 | | blob | history |
arch/arm/kernel/calls.S | patch | | diff1 | | diff2 | | blob | history |
arch/powerpc/include/asm/systbl.h | patch | | diff1 | | diff2 | | blob | history |
arch/powerpc/include/asm/unistd.h | patch | | diff1 | | diff2 | | blob | history |
arch/x86/syscalls/syscall_32.tbl | patch | | diff1 | | diff2 | | blob | history |
include/linux/compiler-gcc4.h | patch | | diff1 | | diff2 | | blob | history |
include/linux/compiler.h | patch | | diff1 | | diff2 | | blob | history |
include/linux/syscalls.h | patch | | diff1 | | diff2 | | blob | history |
kernel/Makefile | patch | | diff1 | | diff2 | | blob | history |
kernel/module.c | patch | | diff1 | | diff2 | | blob | history |
lib/asn1_decoder.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc Makefile
Simple merge
diff --cc arch/arm/kernel/calls.S
Simple merge
diff --cc arch/powerpc/include/asm/systbl.h
Simple merge
diff --cc arch/powerpc/include/asm/unistd.h
Simple merge
diff --cc arch/x86/syscalls/syscall_32.tbl
Simple merge
diff --cc include/linux/compiler-gcc4.h
Simple merge
diff --cc include/linux/compiler.h
Simple merge
diff --cc include/linux/syscalls.h
Simple merge
diff --cc kernel/Makefile
Simple merge
diff --cc kernel/module.c
Simple merge
diff --cc lib/asn1_decoder.c
Simple merge