Let's enable proper MMU page table protection to properly protect write-protected and non-executable sections.
Signed-off-by: Neil Armstrong <[email protected]> --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ef834542bd4..b200e9c730a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1142,6 +1142,7 @@ config ARCH_SNAPDRAGON select SYSRESET select SYSRESET_PSCI select ANDROID_BOOT_IMAGE_IGNORE_BLOB_ADDR + select MMU_PGPROT imply OF_UPSTREAM imply CMD_DM imply DM_USB_GADGET --- base-commit: 23987e10905146def3ab61e55ec912c6e742efdc change-id: 20251106-topic-snapdragron-en-pgprot-ce10531d6e91 Best regards, -- Neil Armstrong <[email protected]>

