summaryrefslogtreecommitdiff
path: root/kernel/module/strict_rwx.c
AgeCommit message (Expand)Author
2024-02-16module: Don't ignore errors from set_memory_XX()Christophe Leroy
2024-02-02modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabledChristophe Leroy
2024-01-29module: Change module_enable_{nx/x/ro}() to more explicit namesChristophe Leroy
2024-01-29module: Use set_memory_rox()Christophe Leroy
2023-03-09module: replace module_layout with module_memorySong Liu
2022-04-05module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCChristophe Leroy
2022-04-05module: Introduce data_layoutChristophe Leroy
2022-04-05module: Rework layout alignment to avoid BUG_ON()sChristophe Leroy
2022-04-05module: Move module_enable_x() and frob_text() in strict_rwx.cChristophe Leroy
2022-04-05module: Move strict rwx support to a separate fileAaron Tomlin