From 5c71f81101f811816463c7153256c24f43c3f657 Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Thu, 6 Nov 2025 12:01:48 +0100 Subject: [PATCH] mach-snapdragon: enable MMU_PGPROT by default Let's enable proper MMU page table protection to properly protect write-protected and non-executable sections. Signed-off-by: Neil Armstrong Reviewed-by: Ilias Apalodimas Link: https://patch.msgid.link/20251106-topic-snapdragron-en-pgprot-v1-1-d2b9e802230b@linaro.org Signed-off-by: Casey Connolly --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0485fe78e10..d5d650e0cb5 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1144,6 +1144,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 -- 2.47.3