The patch titled highres-do-not-run-the-timer_softirq-after-switching-to-highres-mode-tweak-fix has been removed from the -mm tree. Its filename was highres-do-not-run-the-timer_softirq-after-switching-to-highres-mode-tweak-fix.patch This patch was dropped because it was folded into highres-do-not-run-the-timer_softirq-after-switching-to-highres-mode.patch ------------------------------------------------------ Subject: highres-do-not-run-the-timer_softirq-after-switching-to-highres-mode-tweak-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Andres Salomon <dilinger@xxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/hrtimer.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN kernel/hrtimer.c~highres-do-not-run-the-timer_softirq-after-switching-to-highres-mode-tweak-fix kernel/hrtimer.c --- a/kernel/hrtimer.c~highres-do-not-run-the-timer_softirq-after-switching-to-highres-mode-tweak-fix +++ a/kernel/hrtimer.c @@ -1131,7 +1131,9 @@ static inline void run_hrtimer_queue(str if (base->softirq_time.tv64 <= timer->expires.tv64) break; +#ifdef CONFIG_HIGH_RES_TIMERS WARN_ON_ONCE(timer->cb_mode == HRTIMER_CB_IRQSAFE_NO_SOFTIRQ); +#endif timer_stats_account_hrtimer(timer); fn = timer->function; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch fix-build-with-config_no_idle_hz=n.patch highres-do-not-run-the-timer_softirq-after-switching-to-highres-mode.patch highres-do-not-run-the-timer_softirq-after-switching-to-highres-mode-tweak-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