On 2018-05-04 13:14:58 [+0200], To linux-kernel@vger.kernel.org wrote: > From: Thomas Gleixner <t...@linutronix.de> > > mce_timer is started in atomic contexts of cpu bringup. This results > in might_sleep() warnings on RT. Convert mce_timer to a hrtimer to > avoid this.
After an additional review I got to say that this patch can be dropped as it is no longer required. Sorry to bother you with this. Sebastian