[kernel] r13727 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Fri Jun 5 08:20:34 UTC 2009


Author: maks
Date: Fri Jun  5 08:20:32 2009
New Revision: 13727

Log:
topconfig set DETECT_HUNG_TASK

defaults to yes and outputs usefull info in case.

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Fri Jun  5 08:20:30 2009	(r13726)
+++ dists/trunk/linux-2.6/debian/changelog	Fri Jun  5 08:20:32 2009	(r13727)
@@ -24,7 +24,7 @@
     UIO_AEC, CRYPTO_ZLIB, REGULATOR_FIXED_VOLTAGE, NOP_USB_XCEIV,
     POHMELFS, FSCACHE, CACHEFILES, EXOFS, NFS_FSCACHE, AFS_FSCACHE,
     MTD_NAND_NANDSIM, STRIP_ASM_SYMS, FCOE_FNIC, USB_NET_CDC_EEM,
-    PCI_IOV, ASYNC_TX_DMA, ROMFS_BACKED_BY_BOTH.
+    PCI_IOV, ASYNC_TX_DMA, ROMFS_BACKED_BY_BOTH, DETECT_HUNG_TASK.
   * [x86] set new DELL_WMI, EDAC_AMD8131, EDAC_AMD8111, X86_PAT, DMAR,
     X86_CPU_DEBUG.
   * [x86_64] set new CRYPTO_AES_NI_INTEL, X86_X2APIC.

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Fri Jun  5 08:20:30 2009	(r13726)
+++ dists/trunk/linux-2.6/debian/config/config	Fri Jun  5 08:20:32 2009	(r13727)
@@ -2925,6 +2925,7 @@
 CONFIG_DEBUG_KERNEL=y
 CONFIG_DETECT_SOFTLOCKUP=y
 # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
+CONFIG_DETECT_HUNG_TASK=y
 # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
 CONFIG_SCHED_DEBUG=y
 # CONFIG_SCHEDSTATS is not set



More information about the Kernel-svn-changes mailing list