kfence, kasan: make KFENCE compatible with KASAN
[linux-block.git] / lib / Kconfig.kfence
index b88ac9d6b2e6099cec94d7e82b955680df11a26c..edfecb5d61658d4ee2332f72c4dfcad852c6356e 100644 (file)
@@ -5,7 +5,7 @@ config HAVE_ARCH_KFENCE
 
 menuconfig KFENCE
        bool "KFENCE: low-overhead sampling-based memory safety error detector"
-       depends on HAVE_ARCH_KFENCE && !KASAN && (SLAB || SLUB)
+       depends on HAVE_ARCH_KFENCE && (SLAB || SLUB)
        select STACKTRACE
        help
          KFENCE is a low-overhead sampling-based detector of heap out-of-bounds