aboutsummaryrefslogtreecommitdiff
path: root/net/unix/unix_bpf.c
diff options
context:
space:
mode:
authorYang Yingliang <[email protected]>2022-12-05 22:13:33 +0800
committerPaolo Abeni <[email protected]>2022-12-07 16:00:33 +0100
commit9e624651859214fb2c4e442b059eba0aefcd0801 (patch)
tree7bc5284204043079a1ce9fc01219522adbebd6af /net/unix/unix_bpf.c
parent92439a859000c6f4c74160a3c08c1a519e3ca125 (diff)
xen/netback: 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(). Fixes: be81992f9086 ("xen/netback: don't queue unlimited number of packages") Signed-off-by: Yang Yingliang <[email protected]> Reviewed-by: Paul Durrant <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions