On 05/12/2022 14:13, Yang Yingliang wrote:
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]>
