Re: [PATCH RT 2/2] watchdog, rt: prevent deferral of watchdogd wakeup
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2018-10-05 16:52:18
Also in:
lkml
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2018-10-05 16:52:18
Also in:
lkml
On 2018-09-28 21:03:51 [+0000], Julia Cartwright wrote:
When PREEMPT_RT_FULL is enabled, all hrtimer expiry functions are deferred for execution into the context of ktimersoftd unless otherwise annotated.
…
Signed-off-by: Julia Cartwright <redacted>
did s@HRTIMER_MODE_REL@HRTIMER_MODE_REL_HARD@ and then applied. Thank you Julia. Sebastian