kasan: add kernel address sanitizer infrastructure
[firefly-linux-kernel-4.4.55.git] / lib / Kconfig.debug
index e5ea3ab856bf51615bbb7050c0eb70c6f96a283e..ecb3516f6546431b1daf17ec77967b3a84416b12 100644 (file)
@@ -651,6 +651,8 @@ config DEBUG_STACKOVERFLOW
 
 source "lib/Kconfig.kmemcheck"
 
+source "lib/Kconfig.kasan"
+
 endmenu # "Memory Debugging"
 
 config DEBUG_SHIRQ
@@ -1580,6 +1582,9 @@ config ASYNC_RAID6_TEST
 
          If unsure, say N.
 
+config TEST_HEXDUMP
+       tristate "Test functions located in the hexdump module at runtime"
+
 config TEST_STRING_HELPERS
        tristate "Test functions located in the string_helpers module at runtime"