Re: [OOPS] In __netif_receive_skb_core
From: Eric Dumazet <hidden>
Date: 2016-01-12 01:06:42
Also in:
linux-omap, lkml
From: Eric Dumazet <hidden>
Date: 2016-01-12 01:06:42
Also in:
linux-omap, lkml
On Tue, 2016-01-12 at 02:51 +0200, Ivaylo Dimitrov wrote:
I put some additional printks around that code, and it turned out that skb->dev is null, so "if (unlikely(skb->dev != orig_dev))" succeeds, but "&skb->dev->ptype_specific" oopses.
Nice find ! Now lets find what possibly called netif_rx() with skb->dev == NULL (This is illegal)