[AF_IUCV]: broken send_skb_q results in endless loop
authorUrsula Braun <braunu@de.ibm.com>
Fri, 8 Feb 2008 02:07:19 +0000 (18:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Feb 2008 02:07:19 +0000 (18:07 -0800)
A race has been detected in iucv_callback_txdone().
skb_unlink has to be done inside the locked area.

In addition checkings for successful allocations are inserted.

Signed-off-by: Ursula Braun <braunu@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found