-
- Downloads
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
Pull module updates from Rusty Russell: "The only interesting thing here is Jessica's patch to add ro_after_init support to modules. The rest are all trivia" * tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux: extable.h: add stddef.h so "NULL" definition is not implicit modules: add ro_after_init support jump_label: disable preemption around __module_text_address(). exceptions: fork exception table content from module.h into extable.h modules: Add kernel parameter to blacklist modules module: Do a WARN_ON_ONCE() for assert module mutex not held Documentation/module-signing.txt: Note need for version info if reusing a key module: Invalidate signatures on force-loaded modules module: Issue warnings when tainting kernel module: fix redundant test. module: fix noreturn attribute for __module_put_and_exit()
Showing
- Documentation/kernel-parameters.txt 3 additions, 0 deletionsDocumentation/kernel-parameters.txt
- Documentation/module-signing.txt 6 additions, 0 deletionsDocumentation/module-signing.txt
- include/linux/extable.h 32 additions, 0 deletionsinclude/linux/extable.h
- include/linux/module.h 8 additions, 29 deletionsinclude/linux/module.h
- include/uapi/linux/elf.h 1 addition, 0 deletionsinclude/uapi/linux/elf.h
- kernel/jump_label.c 4 additions, 1 deletionkernel/jump_label.c
- kernel/livepatch/core.c 1 addition, 1 deletionkernel/livepatch/core.c
- kernel/module.c 100 additions, 21 deletionskernel/module.c
Loading
Please register or sign in to comment