X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=lib%2FKconfig.kasan;h=bd38aab05929813acae4db2cd09f609a83d2025c;hb=1c3333600b0ebca94edffb3bb431c78687dc3d36;hp=67d8c6838ba95fe244060e1d67362220e646514f;hpb=27fd38c5226ed0f1712d071880fa8e739eb78650;p=deliverable%2Flinux.git diff --git a/lib/Kconfig.kasan b/lib/Kconfig.kasan index 67d8c6838ba9..bd38aab05929 100644 --- a/lib/Kconfig.kasan +++ b/lib/Kconfig.kasan @@ -5,9 +5,9 @@ if HAVE_ARCH_KASAN config KASAN bool "KASan: runtime memory debugger" - depends on SLUB_DEBUG || (SLAB && !DEBUG_SLAB) + depends on SLUB || (SLAB && !DEBUG_SLAB) select CONSTRUCTORS - select STACKDEPOT if SLAB + select STACKDEPOT help Enables kernel address sanitizer - runtime memory debugger, designed to find out-of-bounds accesses and use-after-free bugs.