The patch titled Disable DETECT_SOFTLOCKUP for s390 has been added to the -mm tree. Its filename is disable-detect_softlockup-for-s390.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Disable DETECT_SOFTLOCKUP for s390 From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> We got several false bug reports because of enabled CONFIG_DETECT_SOFTLOCKUP. Disable soft lockup detection on s390, since it doesn't work on a virtualized architecture. Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- lib/Kconfig.debug | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN lib/Kconfig.debug~disable-detect_softlockup-for-s390 lib/Kconfig.debug --- a/lib/Kconfig.debug~disable-detect_softlockup-for-s390 +++ a/lib/Kconfig.debug @@ -71,7 +71,7 @@ config LOG_BUF_SHIFT config DETECT_SOFTLOCKUP bool "Detect Soft Lockups" - depends on DEBUG_KERNEL + depends on DEBUG_KERNEL && !S390 default y help Say Y here to enable the kernel to detect "soft lockups", _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are origin.patch disable-detect_softlockup-for-s390.patch scsi-target-needs-pci.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html