commit | 850377a875a481c393ce59111b0c9725005e0eb4 | [log] [tgz] |
---|---|---|
author | Juri Lelli <juri.lelli@redhat.com> | Wed Jul 31 12:37:15 2019 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Aug 01 20:51:22 2019 +0200 |
tree | c39cb23e6f3fde65bea61902b108fca8bf957dd2 | |
parent | 030dcdd197d77374879bb5603d091eee7d8aba80 [diff] |
sched/deadline: Ensure inactive_timer runs in hardirq context SCHED_DEADLINE inactive timer needs to run in hardirq context (as dl_task_timer already does) on PREEMPT_RT Change the mode to HRTIMER_MODE_REL_HARD. [ tglx: Fixed up the start site, so mode debugging works ] Signed-off-by: Juri Lelli <juri.lelli@redhat.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20190731103715.4047-1-juri.lelli@redhat.com