aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorJinjie Ruan <[email protected]>2023-08-23 11:50:20 +0800
committerGreg Kroah-Hartman <[email protected]>2023-10-05 11:26:58 +0200
commit4d08c3d12b61022501989f9f071514d2d6f77c47 (patch)
tree07b0824c5ddfc0a088ceec32973f36c11402632d /tools/perf/scripts/python/syscall-counts.py
parent0113a99b8a75f307439c2950cec5b5dab818f35c (diff)
misc: st_core: Do not call kfree_skb() under spin_lock_irqsave()
It is not allowed to call kfree_skb() from hardware interrupt context or with hardware interrupts being disabled. So replace kfree_skb() with dev_kfree_skb_irq() under spin_lock_irqsave(). Compile tested only. Fixes: 53618cc1e51e ("Staging: sources for ST core") Signed-off-by: Jinjie Ruan <[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/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions