Re: [RT PATCH] sched/deadline: Make inactive timer run in hardirq context

2019-08-13 Thread Juri Lelli
On 13/08/19 15:09, Sebastian Andrzej Siewior wrote: > On 2019-07-31 12:37:15 [+0200], Juri Lelli wrote: > > Hi, > Hi, > > > Both v4.19-rt and v5.2-rt need this. > > > > Mainline "sched: Mark hrtimers to expire in hard interrupt context" > > series needs this as well

Re: [RT PATCH] sched/deadline: Make inactive timer run in hardirq context

2019-08-13 Thread Sebastian Andrzej Siewior
On 2019-07-31 12:37:15 [+0200], Juri Lelli wrote: > Hi, Hi, > Both v4.19-rt and v5.2-rt need this. > > Mainline "sched: Mark hrtimers to expire in hard interrupt context" > series needs this as well (20190726185753.077004...@linutronix.de in > particular). Do I need to send out a separate patch

Re: [RT PATCH] sched/deadline: Make inactive timer run in hardirq context

2019-07-31 Thread Clark Williams
On Wed, 31 Jul 2019 12:37:15 +0200 Juri Lelli wrote: > SCHED_DEADLINE inactive timer needs to run in hardirq context (as > dl_task_timer already does). > > Make it HRTIMER_MODE_REL_HARD. > > Signed-off-by: Juri Lelli > --- > Hi, > > Both v4.19-rt and v5.2-rt need this. > > Mainline "sched:

Re: [RT PATCH] sched/deadline: Make inactive timer run in hardirq context

2019-07-31 Thread Daniel Bristot de Oliveira
On 31/07/2019 12:37, Juri Lelli wrote: > SCHED_DEADLINE inactive timer needs to run in hardirq context (as > dl_task_timer already does). > > Make it HRTIMER_MODE_REL_HARD. > > Signed-off-by: Juri Lelli Acked-by: Daniel Bristot de Oliveira -- Daniel

[RT PATCH] sched/deadline: Make inactive timer run in hardirq context

2019-07-31 Thread Juri Lelli
SCHED_DEADLINE inactive timer needs to run in hardirq context (as dl_task_timer already does). Make it HRTIMER_MODE_REL_HARD. Signed-off-by: Juri Lelli --- Hi, Both v4.19-rt and v5.2-rt need this. Mainline "sched: Mark hrtimers to expire in hard interrupt context" series needs this as well