lib: radix-tree: delete duplicated words
[linux-2.6-microblaze.git] / lib / Kconfig.debug
index e068c3c..491789a 100644 (file)
@@ -520,8 +520,8 @@ config DEBUG_FS_ALLOW_NONE
 endchoice
 
 source "lib/Kconfig.kgdb"
-
 source "lib/Kconfig.ubsan"
+source "lib/Kconfig.kcsan"
 
 endmenu
 
@@ -1620,8 +1620,6 @@ config PROVIDE_OHCI1394_DMA_INIT
 
 source "samples/Kconfig"
 
-source "lib/Kconfig.kcsan"
-
 config ARCH_HAS_DEVMEM_IS_ALLOWED
        bool
 
@@ -2369,6 +2367,15 @@ config TEST_HMM
 
          If unsure, say N.
 
+config TEST_FREE_PAGES
+       tristate "Test freeing pages"
+       help
+         Test that a memory leak does not occur due to a race between
+         freeing a block of pages and a speculative page reference.
+         Loading this module is safe if your kernel has the bug fixed.
+         If the bug is not fixed, it will leak gigabytes of memory and
+         probably OOM your system.
+
 config TEST_FPU
        tristate "Test floating point operations in kernel space"
        depends on X86 && !KCOV_INSTRUMENT_ALL