Disable hung task checker, it only ever causes false positives. (#630777)
This commit is contained in:
parent
f4da561c3d
commit
2eba9aa0ec
@ -4258,7 +4258,7 @@ CONFIG_DEBUG_NX_TEST=m
|
|||||||
CONFIG_DEBUG_BOOT_PARAMS=y
|
CONFIG_DEBUG_BOOT_PARAMS=y
|
||||||
CONFIG_DETECT_SOFTLOCKUP=y
|
CONFIG_DETECT_SOFTLOCKUP=y
|
||||||
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC 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_BOOTPARAM_HUNG_TASK_PANIC is not set
|
||||||
CONFIG_ATOMIC64_SELFTEST=y
|
CONFIG_ATOMIC64_SELFTEST=y
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ Summary: The Linux kernel
|
|||||||
# reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec).
|
# 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.
|
# scripts/rebase.sh should be made to do that for you, actually.
|
||||||
#
|
#
|
||||||
%global baserelease 21
|
%global baserelease 22
|
||||||
%global fedora_build %{baserelease}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -1921,6 +1921,9 @@ fi
|
|||||||
# and build.
|
# and build.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 07 2010 Dave Jones <davej@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@redhat.com> 2.6.35.4-21
|
* Tue Sep 07 2010 Jarod Wilson <jarod@redhat.com> 2.6.35.4-21
|
||||||
- Enhance HID layer to fully support TiVo Slide remote and dongle
|
- Enhance HID layer to fully support TiVo Slide remote and dongle
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user