]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: Mark watchdog_hrtimer to expire in hard interrupt context
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Fri, 26 Jul 2019 18:30:54 +0000 (20:30 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 1 Aug 2019 18:51:20 +0000 (20:51 +0200)
commit0ab2043e415ef23b32a4cf814ec95e729df17966
treed3b61f7a0313b00bed39899688ad3d5ccf9690c8
parentca055ddb7fde4c7d6d47329c055aa37c5df3df88
watchdog: Mark watchdog_hrtimer to expire in hard interrupt context

The watchdog hrtimer must expire in hard interrupt context even on
PREEMPT_RT=y kernels as otherwise the hard/softlockup detection logic would
not work.

No functional change.

[ tglx: Split out from larger combo patch. Added changelog ]

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20190726185753.262895510@linutronix.de
kernel/watchdog.c