[kernel] Disable hung task checker, it only ever causes false positives. (#630777)

Dave Jones davej at fedoraproject.org
Tue Sep 7 16:40:57 UTC 2010


commit 7a8f975af3a0656b907a75c6c0362404ee14f131
Author: Dave Jones <davej at redhat.com>
Date:   Tue Sep 7 12:40:53 2010 -0400

    Disable hung task checker, it only ever causes false positives. (#630777)

 config-generic |    2 +-
 kernel.spec    |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/config-generic b/config-generic
index 78d91ec..fe2399b 100644
--- a/config-generic
+++ b/config-generic
@@ -4308,7 +4308,7 @@ CONFIG_DETECT_SOFTLOCKUP=y
 CONFIG_LOCKUP_DETECTOR=y
 # CONFIG_DEBUG_INFO_REDUCED is not set
 # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
-CONFIG_DETECT_HUNG_TASK=y
+# CONFIG_DETECT_HUNG_TASK is not set
 # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
 CONFIG_ATOMIC64_SELFTEST=y
 
diff --git a/kernel.spec b/kernel.spec
index 2c610ee..3aa9497 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1882,6 +1882,9 @@ fi
 #                 ||     ||
 
 %changelog
+* Tue Sep 07 2010 Dave Jones <davej at redhat.com>
+- Disable hung task checker, it only ever causes false positives. (#630777)
+
 * Tue Sep 07 2010 Kyle McMartin <kyle at redhat.com> 2.6.36-0.17.rc3.git0
 - Revert ce171780 which breaks my graphics on resume.
   (drm/i915: Enable RC6 on Ironlake.)


More information about the scm-commits mailing list