mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
786c96e92f
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
local_irq_disable(). Compile tested only.
Fixes:
|
||
---|---|---|
.. | ||
arc-rawmode.c | ||
arc-rimi.c | ||
arcdevice.h | ||
arcnet.c | ||
capmode.c | ||
com90io.c | ||
com90xx.c | ||
com9026.h | ||
com20020_cs.c | ||
com20020-isa.c | ||
com20020-pci.c | ||
com20020.c | ||
com20020.h | ||
Kconfig | ||
Makefile | ||
rfc1051.c | ||
rfc1201.c |