aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/intel-pt-events.py
diff options
context:
space:
mode:
authorYang Yingliang <[email protected]>2022-12-07 23:04:53 +0800
committerKalle Valo <[email protected]>2022-12-22 18:14:33 +0200
commit44bacbdf9066c590423259dbd6d520baac99c1a8 (patch)
treef3760aef1435d0044fefc61fe67cf770627eea9b /tools/perf/scripts/python/intel-pt-events.py
parent708a49a64237f19bd404852f297aaadbc9e7fee0 (diff)
wifi: wl3501_cs: 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: 1da177e4c3f4 ("Linux-2.6.12-rc2") 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