X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2FKconfig.debug;h=3fc7abffc7aa20e0851a50216fb82f7febcbceea;hb=2df76606db9de579bc96725981db4e8daa281993;hp=5c1c635758951c745314ba9f828b1df8e6e0bf13;hpb=0a6de78cff600cb991f2a1b7ed376935871796a0;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 5c1c635..3fc7abf 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -823,13 +823,12 @@ config DEBUG_VM If unsure, say N. -config DEBUG_VM_VMACACHE - bool "Debug VMA caching" +config DEBUG_VM_MAPLE_TREE + bool "Debug VM maple trees" depends on DEBUG_VM + select DEBUG_MAPLE_TREE help - Enable this to turn on VMA caching debug information. Doing so - can cause significant overhead, so only enable it in non-production - environments. + Enable VM maple tree debugging information and extra validations. If unsure, say N. @@ -982,6 +981,7 @@ config DEBUG_STACKOVERFLOW source "lib/Kconfig.kasan" source "lib/Kconfig.kfence" +source "lib/Kconfig.kmsan" endmenu # "Memory Debugging" @@ -1646,6 +1646,14 @@ config BUG_ON_DATA_CORRUPTION If unsure, say N. +config DEBUG_MAPLE_TREE + bool "Debug maple trees" + depends on DEBUG_KERNEL + help + Enable maple tree debugging information and extra validations. + + If unsure, say N. + endmenu config DEBUG_CREDENTIALS