diff options
author | 2023-08-24 14:43:36 +0800 | |
---|---|---|
committer | 2023-08-25 10:10:52 +0100 | |
commit | 786c96e92fb9e854cb8b0cb7399bb2fb28e15c4b (patch) | |
tree | b7228134838370f277e8ee4df7c22781e288d828 /tools/perf/scripts/python/task-analyzer.py | |
parent | octeontx2-pf: fix page_pool creation fail for rings > 32k (diff) | |
download | wireguard-linux-786c96e92fb9e854cb8b0cb7399bb2fb28e15c4b.tar.xz wireguard-linux-786c96e92fb9e854cb8b0cb7399bb2fb28e15c4b.zip |
net: arcnet: Do not call kfree_skb() under local_irq_disable()
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
local_irq_disable(). Compile tested only.
Fixes: 05fcd31cc472 ("arcnet: add err_skb package for package status feedback")
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions