diff options
| author | Sakari Ailus <[email protected]> | 2024-02-19 21:58:05 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2024-03-05 14:28:22 +0000 |
| commit | 058a38acba15fd8e7b262ec6e17c4204cb15f984 (patch) | |
| tree | a403faa94f66e12f4d043caeb6055cc04b736e65 /tools/perf/scripts/python/task-analyzer.py | |
| parent | e37db17dae6113f8f0b620753de5a1f9cb482771 (diff) | |
mei: vsc: Call wake_up() in the threaded IRQ handler
The hard IRQ handler vsc_tp_irq() is called with a raw spinlock taken.
wake_up() acquires a spinlock, a sleeping lock on PREEMPT_RT. This leads
to sleeping in atomic context.
Move the wake_up() call to the threaded IRQ handler vsc_tp_thread_isr()
where it can be safely called.
Fixes: 566f5ca97680 ("mei: Add transport driver for IVSC device")
Signed-off-by: Sakari Ailus <[email protected]>
Tested-and-Reviewed-by: Wentong Wu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions