diff options
author | Yang Yingliang <[email protected]> | 2022-12-07 23:00:08 +0800 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2022-12-22 18:12:38 +0200 |
commit | 708a49a64237f19bd404852f297aaadbc9e7fee0 (patch) | |
tree | a2ab17d79bd4ff774eec4c7b2a36deb64b861f6c /tools/perf/scripts/python/intel-pt-events.py | |
parent | f393df151540bf858effbd29ff572ab94e76a4c4 (diff) |
wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()
It is not allowed to call kfree_skb() from hardware interrupt
context or with interrupts being disabled. So replace kfree_skb()
with dev_kfree_skb_irq() under spin_lock_irqsave(). Compile
tested only.
Fixes: f52b041aed77 ("libertas: Add spinlock to avoid race condition")
Signed-off-by: Yang Yingliang <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions