aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-sub-ui.c
diff options
context:
space:
mode:
authorYang Yingliang <[email protected]>2022-12-08 22:21:45 +0800
committerDavid S. Miller <[email protected]>2022-12-12 09:56:17 +0000
commitf07fadcbee2a5e84caa67c7c445424200bffb60b (patch)
treef25cda6f2c0fc061086ba05a71bf642363b209ed /lib/mpi/mpi-sub-ui.c
parentd1678bf45f21fa5ae4a456f821858679556ea5f8 (diff)
net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()
It is not allowed to call kfree_skb() or consume_skb() from hardware interrupt context or with hardware interrupts being disabled. In this case, the lock is used to protected 'bp', so we can move dev_kfree_skb() after the spin_unlock_irqrestore(). Fixes: 4796417417a6 ("dnet: Dave DNET ethernet controller driver (updated)") Signed-off-by: Yang Yingliang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions