lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
[linux-2.6-block.git] / lib / Kconfig.kasan
index cdc842d090db388dc446e4016392e106ed8b4856..879757b6dd149547b434dccc7d5dd673e466142d 100644 (file)
@@ -38,7 +38,7 @@ menuconfig KASAN
                    CC_HAS_WORKING_NOSANITIZE_ADDRESS) || \
                   HAVE_ARCH_KASAN_HW_TAGS
        depends on (SLUB && SYSFS) || (SLAB && !DEBUG_SLAB)
-       select STACKDEPOT
+       select STACKDEPOT_ALWAYS_INIT
        help
          Enables KASAN (KernelAddressSANitizer) - runtime memory debugger,
          designed to find out-of-bounds accesses and use-after-free bugs.