]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - lib/Kconfig.debug
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
[thirdparty/linux.git] / lib / Kconfig.debug
index 6ddd646335dd7142214f9d136a0403e63aebbacf..0217ed126f77775273bb503b54510d728025025a 100644 (file)
@@ -369,6 +369,11 @@ config STACK_VALIDATION
          For more information, see
          tools/objtool/Documentation/stack-validation.txt.
 
+config VMLINUX_VALIDATION
+       bool
+       depends on STACK_VALIDATION && DEBUG_ENTRY && !PARAVIRT
+       default y
+
 config DEBUG_FORCE_WEAK_PER_CPU
        bool "Force weak per-cpu definitions"
        depends on DEBUG_KERNEL
@@ -1510,7 +1515,7 @@ config PROVIDE_OHCI1394_DMA_INIT
          This code (~1k) is freed after boot. By then, the firewire stack
          in charge of the OHCI-1394 controllers should be used instead.
 
-         See Documentation/debugging-via-ohci1394.txt for more information.
+         See Documentation/core-api/debugging-via-ohci1394.rst for more information.
 
 source "samples/Kconfig"
 
@@ -2092,6 +2097,18 @@ config LIST_KUNIT_TEST
 
          If unsure, say N.
 
+config LINEAR_RANGES_TEST
+       tristate "KUnit test for linear_ranges"
+       depends on KUNIT
+       select LINEAR_RANGES
+       help
+         This builds the linear_ranges unit test, which runs on boot.
+         Tests the linear_ranges logic correctness.
+         For more information on KUnit and unit tests in general please refer
+         to the KUnit documentation in Documentation/dev-tools/kunit/.
+
+         If unsure, say N.
+
 config TEST_UDELAY
        tristate "udelay test driver"
        help