06a1286345
[ Upstream commit 4d08c3d12b61022501989f9f071514d2d6f77c47 ]
It is not allowed to call kfree_skb() from hardware interrupt
context or with hardware interrupts being disabled.
So replace kfree_skb() with dev_kfree_skb_irq() under
spin_lock_irqsave(). Compile tested only.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
st_core.c | ||
st_kim.c | ||
st_ll.c |