The patch titled Subject: panic-add-taint_softlockup-fix has been removed from the -mm tree. Its filename was panic-add-taint_softlockup-fix.patch This patch was dropped because it was folded into panic-add-taint_softlockup.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: panic-add-taint_softlockup-fix apply the tain before calling panic() Cc: Jason Baron <jbaron@xxxxxxxxxx> Cc: Josh Hunt <johunt@xxxxxxxxxx> Cc: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/watchdog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/watchdog.c~panic-add-taint_softlockup-fix kernel/watchdog.c --- a/kernel/watchdog.c~panic-add-taint_softlockup-fix +++ a/kernel/watchdog.c @@ -368,9 +368,9 @@ static enum hrtimer_restart watchdog_tim smp_mb__after_atomic(); } + add_taint(TAINT_SOFTLOCKUP, LOCKDEP_STILL_OK); if (softlockup_panic) panic("softlockup: hung tasks"); - add_taint(TAINT_SOFTLOCKUP, LOCKDEP_STILL_OK); __this_cpu_write(soft_watchdog_warn, true); } else __this_cpu_write(soft_watchdog_warn, false); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch rtc-add-pcf85063-support.patch proc-remove-proc_tty_ldisc-variable.patch mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors.patch panic-add-taint_softlockup.patch kexec-implementation-of-new-syscall-kexec_file_load-checkpatch-fixes.patch kexec-support-kexec-kdump-on-efi-systems-fix.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