diff options
| author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2026-07-21 17:32:15 +0200 |
|---|---|---|
| committer | Wei Liu <wei.liu@kernel.org> | 2026-07-22 23:51:14 +0000 |
| commit | 8c7ab779c8850f4dab8473463cca9a7d52fdaecc (patch) | |
| tree | 618e99a24aac7ad866ed4b0fe283338c0a2e4a07 /tools/perf/scripts/python | |
| parent | ec08dd5b9ffa52980908805bdc8a55a8f1bc6667 (diff) | |
Drivers: hv: vmbus: Replace lockdep_hardirq_threaded() with lockdep annotation
lockdep_hardirq_threaded() is supposed to be used within IRQ core code
and not within drivers. It is not obvious from within the driver, that
this is the only interrupt service routing and that it is not shared
handler.
Replace lockdep_hardirq_threaded() with a lockdep annotation limiting
threaded context on PREEMPT_RT to __vmbus_isr().
Fixes: f8e6343b7a89c ("Drivers: hv: vmbus: Use kthread for vmbus interrupts on PREEMPT_RT")
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: Michael Kelley <mhklinux@outlook.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
