Re: [PATCH] s390/net/qeth_main.c: Fix use of skb after netif_rx

2007-12-14 Thread Wang Chen
Julia Lawall said the following on 2007-12-14 17:28: > From: Julia Lawall <[EMAIL PROTECTED]> > > Recently, Wang Chen submitted a patch > (d30f53aeb31d453a5230f526bea592af07944564) to move a call to netif_rx(skb) > after a subsequent reference to skb, because netif_rx may call kfree_skb on > its a

[PATCH] s390/net/qeth_main.c: Fix use of skb after netif_rx

2007-12-14 Thread Julia Lawall
From: Julia Lawall <[EMAIL PROTECTED]> Recently, Wang Chen submitted a patch (d30f53aeb31d453a5230f526bea592af07944564) to move a call to netif_rx(skb) after a subsequent reference to skb, because netif_rx may call kfree_skb on its argument. The same problem occurs in some other drivers as well.