c3c06c6189
It is not allowed to call kfree_skb() from hardware interrupt context
or with interrupts being disabled. The skb is unlinked from the queue,
so it can be freed after spin_unlock_irqrestore().
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
address-claim.c | ||
bus.c | ||
j1939-priv.h | ||
main.c | ||
socket.c | ||
transport.c |