-
- Downloads
arm64: Add CONFIG_DEBUG_SET_MODULE_RONX support
In a similar fashion to other architecture, add the infrastructure and Kconfig to enable DEBUG_SET_MODULE_RONX support. When enabled, module ranges will be marked read-only/no-execute as appropriate. Signed-off-by:Laura Abbott <lauraa@codeaurora.org> [will: fixed off-by-one in module end check] Signed-off-by:
Will Deacon <will.deacon@arm.com>
Showing
- arch/arm64/Kconfig.debug 11 additions, 0 deletionsarch/arm64/Kconfig.debug
- arch/arm64/include/asm/cacheflush.h 4 additions, 0 deletionsarch/arm64/include/asm/cacheflush.h
- arch/arm64/mm/Makefile 1 addition, 1 deletionarch/arm64/mm/Makefile
- arch/arm64/mm/pageattr.c 96 additions, 0 deletionsarch/arm64/mm/pageattr.c
arch/arm64/mm/pageattr.c
0 → 100644
Please register or sign in to comment