Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4935f8b8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM64: Make KERNEL_TEXT_RDONLY depend on !DEBUG_RODATA"

parents b452d611 6962880c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ config DEBUG_SET_MODULE_RONX

config FORCE_PAGES
        bool "Force lowmem to be mapped with 4K pages"
        depends on !DEBUG_RODATA
        help
          There are some advanced debug features that can only be done when
          memory is mapped with pages instead of sections. Enable this option
@@ -105,6 +104,7 @@ config FREE_PAGES_RDONLY
config KERNEL_TEXT_RDONLY
        bool "Set kernel text section pages as read only"
	depends on FREE_PAGES_RDONLY
        depends on !DEBUG_RODATA
        help
          The kernel text pages are always mapped in the kernel.
	  This means that anyone can write to the page if they have
+0 −1
Original line number Diff line number Diff line
@@ -671,7 +671,6 @@ CONFIG_PANIC_ON_DATA_CORRUPTION=y
CONFIG_ARM64_PTDUMP=y
CONFIG_DEBUG_SET_MODULE_RONX=y
CONFIG_FREE_PAGES_RDONLY=y
CONFIG_KERNEL_TEXT_RDONLY=y
CONFIG_PFK=y
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y