Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Pull modules updates from Luis Chamberlain: "Christophe Leroy did most of the work on this release, first with a few cleanups on CONFIG_STRICT_KERNEL_RWX and ending with error handling for when set_memory_XX() can fail. This is part of a larger effort to clean up all these callers which can fail, modules is just part of it" * tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux: module: Don't ignore errors from set_memory_XX() lib/test_kmod: fix kernel-doc warnings powerpc: Simplify strict_kernel_rwx_enabled() modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabled init: Declare rodata_enabled and mark_rodata_ro() at all time module: Change module_enable_{nx/x/ro}() to more explicit names module: Use set_memory_rox()
No related branches found
No related tags found
Showing
- arch/powerpc/include/asm/mmu.h 1 addition, 8 deletionsarch/powerpc/include/asm/mmu.h
- include/linux/init.h 0 additions, 4 deletionsinclude/linux/init.h
- init/main.c 7 additions, 14 deletionsinit/main.c
- kernel/module/internal.h 3 additions, 3 deletionskernel/module/internal.h
- kernel/module/main.c 16 additions, 4 deletionskernel/module/main.c
- kernel/module/strict_rwx.c 41 additions, 22 deletionskernel/module/strict_rwx.c
- lib/test_kmod.c 5 additions, 1 deletionlib/test_kmod.c
Loading
Please register or sign in to comment