]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/Kconfig.debug
powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
[mirror_ubuntu-artful-kernel.git] / lib / Kconfig.debug
index 98fe715522e8d1834083e608d32a78ed0600deb9..4f6ca5f60f7e1d5055867923cb460fa2a8936b4e 100644 (file)
@@ -374,6 +374,9 @@ config STACK_VALIDATION
          pointers (if CONFIG_FRAME_POINTER is enabled).  This helps ensure
          that runtime stack traces are more reliable.
 
+         This is also a prerequisite for generation of ORC unwind data, which
+         is needed for CONFIG_UNWINDER_ORC.
+
          For more information, see
          tools/objtool/Documentation/stack-validation.txt.
 
@@ -797,6 +800,13 @@ config HARDLOCKUP_DETECTOR_PERF
        bool
        select SOFTLOCKUP_DETECTOR
 
+#
+# Enables a timestamp based low pass filter to compensate for perf based
+# hard lockup detection which runs too fast due to turbo modes.
+#
+config HARDLOCKUP_CHECK_TIMESTAMP
+       bool
+
 #
 # arch/ can define HAVE_HARDLOCKUP_DETECTOR_ARCH to provide their own hard
 # lockup detector rather than the perf based detector.