* Steven Rostedt | 2014-04-30 20:47:58 [-0400]: >From: Steven Rostedt <[email protected]> > >The changes to move the migrate_disable() down in the trylocks() >caused race conditions to appear in the cpu hotplug code. The >migrate disables must be done before any of the rtmutexes are >taken, otherwise a lock may be held that prevents hotplug from >moving forward. > >Link: http://lkml.kernel.org/r/[email protected]
Okay. I am taking a modified version (so it applies) of this into v3.14 tree. Mike also suggested to drop migrate_disable-pushd-down-in-atomic_dec_and_spin_lo.patch because we which is basicaly the some thing. And then we have migrate_disable-pushd-down-in-rt_spin_trylock_irqsav.patch which we could drop as well for the same reason. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

