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

Commit ecdc297f authored by Prasad Sodagudi's avatar Prasad Sodagudi Committed by Pushkar Joshi
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>
[stepanm@codeaurora.org: resolved trivial context conflicts]
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent 4c47f344
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -519,6 +519,7 @@ CONFIG_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_PAGE_OWNER=y
CONFIG_LOCKUP_DETECTOR=y
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
# CONFIG_DETECT_HUNG_TASK is not set
@@ -546,6 +547,7 @@ CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
CONFIG_LSM_MMAP_MIN_ADDR=4096
CONFIG_SECURITY_SELINUX=y
CONFIG_FREE_PAGES_RDONLY=y
CONFIG_CRYPTO_DEV_QCRYPTO=y
CONFIG_CRYPTO_DEV_QCOM_MSM_QCE=y
CONFIG_CRYPTO_DEV_QCEDEV=y