Message ID | 20221207135258.34193-1-yangyingliang@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | net: don't call dev_kfree_skb() under spin_lock_irqsave() | expand |
On Wed, 7 Dec 2022 21:52:54 +0800 Yang Yingliang wrote: > It is not allowed to call consume_skb() from hardware interrupt context > or with interrupts being disabled. This patchset replace dev_kfree_skb() > with dev_consume_skb_irq() under spin_lock_irqsave() in some drivers, or > move dev_kfree_skb() after spin_unlock_irqrestore(). You must CC all authors / reviewers of commits under Fixes: Run get_maintainer on the _patch file_ not on the path.