Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / mm / Kconfig.debug
index 59c83ad976f79edb8b1ccb6c7ab4e9954498c63a..6dae63b4636823cb6ad6f9c068dec3f6e99d8aaa 100644 (file)
@@ -249,14 +249,6 @@ config DEBUG_KMEMLEAK_MEM_POOL_SIZE
          fully initialised, this memory pool acts as an emergency one
          if slab allocations fail.
 
-config DEBUG_KMEMLEAK_TEST
-       tristate "Simple test for the kernel memory leak detector"
-       depends on DEBUG_KMEMLEAK && m
-       help
-         This option enables a module that explicitly leaks memory.
-
-         If unsure, say N.
-
 config DEBUG_KMEMLEAK_DEFAULT_OFF
        bool "Default kmemleak to off"
        depends on DEBUG_KMEMLEAK
@@ -279,3 +271,9 @@ config DEBUG_KMEMLEAK_AUTO_SCAN
 
          If unsure, say Y.
 
+config PER_VMA_LOCK_STATS
+       bool "Statistics for per-vma locks"
+       depends on PER_VMA_LOCK
+       default y
+       help
+         Statistics for per-vma locks.