aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/autoload.c
diff options
context:
space:
mode:
authorJinjie Ruan <[email protected]>2023-08-24 14:43:36 +0800
committerDavid S. Miller <[email protected]>2023-08-25 10:10:52 +0100
commit786c96e92fb9e854cb8b0cb7399bb2fb28e15c4b (patch)
treeb7228134838370f277e8ee4df7c22781e288d828 /tools/testing/selftests/bpf/prog_tests/autoload.c
parent49fa4b0d06705a24a81bb8be6eb175059b77f0a7 (diff)
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions