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

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


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

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

 config-generic |    2 +-
 kernel.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/config-generic b/config-generic
index 2b97a95..1d079b5 100644
--- a/config-generic
+++ b/config-generic
@@ -4258,7 +4258,7 @@ CONFIG_DEBUG_NX_TEST=m
 CONFIG_DEBUG_BOOT_PARAMS=y
 CONFIG_DETECT_SOFTLOCKUP=y
 # 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 dbff5f6..4d2cd3e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -48,7 +48,7 @@ Summary: The Linux kernel
 # reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec).
 # scripts/rebase.sh should be made to do that for you, actually.
 #
-%global baserelease 21
+%global baserelease 22
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -1921,6 +1921,9 @@ fi
 # and build.
 
 %changelog
+* Tue Sep 07 2010 Dave Jones <davej at redhat.com> 2.6.35.4-22
+- Disable hung task checker, it only ever causes false positives. (#630777)
+
 * Tue Sep 07 2010 Jarod Wilson <jarod at redhat.com> 2.6.35.4-21
 - Enhance HID layer to fully support TiVo Slide remote and dongle
 


More information about the scm-commits mailing list