On Fri, Feb 21, 2014 at 05:56:15PM -0000, Thomas Gleixner wrote: > We have not just HRTIMER_MODE_REL and HRTIMER_MODE_ABS, so a direct > check for mode == HRTIMER_MODE_ABS is not sufficient. > > Always check for the HRTIMER_MODE_REL bit.
This seems to come from having changed hrtimer_mode from a value field to a bit field with the addition of PINNED. But yeah; this certainly fixes these two sites. Ideally we'd to something better to avoid making the same mistake again later. But the only thing I can come up with is lots of work. Acked-by: Peter Zijlstra <pet...@infradead.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/