summaryrefslogtreecommitdiffstats
path: root/kernel/module/strict_rwx.c
Commit message (Expand)AuthorAgeFilesLines
* module: Don't ignore errors from set_memory_XX()Christophe Leroy2024-02-161-15/+36
* modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabledChristophe Leroy2024-02-021-5/+1
* module: Change module_enable_{nx/x/ro}() to more explicit namesChristophe Leroy2024-01-291-3/+3
* module: Use set_memory_rox()Christophe Leroy2024-01-291-5/+7
* module: replace module_layout with module_memorySong Liu2023-03-091-81/+18
* module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCChristophe Leroy2022-04-051-0/+1
* module: Introduce data_layoutChristophe Leroy2022-04-051-5/+5
* module: Rework layout alignment to avoid BUG_ON()sChristophe Leroy2022-04-051-9/+18
* module: Move module_enable_x() and frob_text() in strict_rwx.cChristophe Leroy2022-04-051-0/+48
* module: Move strict rwx support to a separate fileAaron Tomlin2022-04-051-0/+85