Wei Yongjun <weiyj.lk@xxxxxxxxx> wrote: > From: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > > It is not allowed to call kfree_skb() from hardware interrupt > context or with interrupts being disabled, spin_lock_irqsave() > make sure always in irq disable context. So the kfree_skb() > should be replaced with dev_kfree_skb_irq(). > > This is detected by Coccinelle semantic patch. > > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> Patch applied to wireless-drivers-next.git, thanks. e49656147359 rtlwifi: Use dev_kfree_skb_irq instead of kfree_skb -- https://patchwork.kernel.org/patch/9407493/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches