Files
android_kernel_fxtec_sm6115/kernel
Sebastian Andrzej Siewior caee17f590 UPSTREAM: lockdep: Annotate irq_work
Mark irq_work items with IRQ_WORK_HARD_IRQ which should be invoked in
hardirq context even on PREEMPT_RT. IRQ_WORK without this flag will be
invoked in softirq context on PREEMPT_RT.

Set ->irq_config to 1 for the IRQ_WORK items which are invoked in softirq
context so lockdep knows that these can safely acquire a spinlock_t.

Change-Id: I00138dc48d24a5bb4791cc89835fdce553c41277
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200321113242.643576700@linutronix.de
2026-05-31 11:15:42 +01:00
..
2026-05-31 11:15:42 +01:00
2026-05-31 11:15:42 +01:00
2025-08-28 03:26:22 +03:00