From: Dave Jones <hidden> Date: 2012-12-13 15:05:50
On Wed, Dec 12, 2012 at 09:22:57PM -0800, Eric Dumazet wrote:
> Yes, commit 7694a3acc55a7 added this bug
>
> Its illegal to use skb after call to netif_rx_ni(skb);
>
> I would try following patch.
Looks like it does the right thing. Thanks Eric.
Dave