checkstack: add loongarch support for scripts/checkstack.pl
[linux-block.git] / lib / Kconfig.debug
index ce3a4abf40f812f1bdf3e3264e720570789e7c7f..e77873cf85c78d0b19df8ced392a57c912314ca4 100644 (file)
@@ -759,7 +759,7 @@ config SHRINKER_DEBUG
 
 config DEBUG_STACK_USAGE
        bool "Stack utilization instrumentation"
-       depends on DEBUG_KERNEL && !IA64
+       depends on DEBUG_KERNEL
        help
          Enables the display of the minimum amount of free stack which each
          task has ever had available in the sysrq-T and sysrq-P debug output.
@@ -2103,10 +2103,6 @@ config KCOV
          KCOV exposes kernel code coverage information in a form suitable
          for coverage-guided fuzzing (randomized testing).
 
-         If RANDOMIZE_BASE is enabled, PC values will not be stable across
-         different machines and across reboots. If you need stable PC values,
-         disable RANDOMIZE_BASE.
-
          For more details, see Documentation/dev-tools/kcov.rst.
 
 config KCOV_ENABLE_COMPARISONS
@@ -2954,6 +2950,17 @@ config TEST_CLOCKSOURCE_WATCHDOG
 
          If unsure, say N.
 
+config TEST_OBJPOOL
+       tristate "Test module for correctness and stress of objpool"
+       default n
+       depends on m && DEBUG_KERNEL
+       help
+         This builds the "test_objpool" module that should be used for
+         correctness verification and concurrent testings of objects
+         allocation and reclamation.
+
+         If unsure, say N.
+
 endif # RUNTIME_TESTING_MENU
 
 config ARCH_USE_MEMTEST