aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module/strict_rwx.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-16module: Don't ignore errors from set_memory_XX()Christophe Leroy1-15/+36
2024-02-02modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabledChristophe Leroy1-5/+1
2024-01-29module: Change module_enable_{nx/x/ro}() to more explicit namesChristophe Leroy1-3/+3
2024-01-29module: Use set_memory_rox()Christophe Leroy1-5/+7
2023-03-09module: replace module_layout with module_memorySong Liu1-81/+18
2022-04-05module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCChristophe Leroy1-0/+1
2022-04-05module: Introduce data_layoutChristophe Leroy1-5/+5
2022-04-05module: Rework layout alignment to avoid BUG_ON()sChristophe Leroy1-9/+18
2022-04-05module: Move module_enable_x() and frob_text() in strict_rwx.cChristophe Leroy1-0/+48
2022-04-05module: Move strict rwx support to a separate fileAaron Tomlin1-0/+85