The patch titled tick-management touch softlockup watchdog on resume has been removed from the -mm tree. Its filename was tick-management-dyntick--highres-functionality-fix.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: tick-management touch softlockup watchdog on resume From: Thomas Gleixner <tglx@xxxxxxxxxxxxx> The softlockup watchdog needs to be touched after resume to avoid a false positive. Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Acked-by: Jiri Kosina <jkosina@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- kernel/time/tick-common.c | 1 + 1 files changed, 1 insertion(+) diff -puN kernel/time/tick-common.c~tick-management-dyntick--highres-functionality-fix kernel/time/tick-common.c --- a/kernel/time/tick-common.c~tick-management-dyntick--highres-functionality-fix +++ a/kernel/time/tick-common.c @@ -312,6 +312,7 @@ static int tick_notify(struct notifier_b case CLOCK_EVT_NOTIFY_RESUME: tick_resume_jiffy_update(); + touch_softlockup_watchdog(); break; case CLOCK_EVT_NOTIFY_CPU_DEAD: _ Patches currently in -mm which might be from tglx@xxxxxxxxxxxxx are origin.patch bugfix-dont-use-the-tsc-in-sched_clock-if-unstable.patch cleanup-unify-tsc_unstable-and-tsc_disable.patch possible-bugfix-make-dmi_mark_tsc_unstable-call-mark_tsc_unstable.patch log-reason-why-tsc-was-marked-unstable.patch optimize-timespec_trunc.patch sched-fix-idle-load-balancing-in-softirqd-context.patch sched-dynticks-idle-load-balancing-v3.patch scheduled-removal-of-sa_xxx-interrupt-flags-fixups-3.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