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

Commit 9ff63b06 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

defconfig: msm: Enable FREE_PAGES_RDONLY and PAGE_OWNER options for 64-bit



FREE_PAGES_RDONLY debug feature helps to mark the pages
as read only after they are freed and helps to catch the
corruption at source in some scenarios. And enable
PAGE_OWNER to keep track of page owners.

Change-Id: If54c60bde90320288258a311a14ab59591b47747
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 6e817e25
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -495,6 +495,7 @@ CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
CONFIG_PRINTK_TIME=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_PAGE_OWNER=y
CONFIG_LOCKUP_DETECTOR=y
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
# CONFIG_DETECT_HUNG_TASK is not set
@@ -527,6 +528,7 @@ CONFIG_IPC_LOGGING=y
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_DYNAMIC_DEBUG=y
CONFIG_PANIC_ON_DATA_CORRUPTION=y
CONFIG_FREE_PAGES_RDONLY=y
CONFIG_KEYS=y
CONFIG_SECURITY=y
CONFIG_CRYPTO_NULL=y