Stephen Hemminger <[email protected]> wrote: > > Our setup is designed specifically to cause the calling path "bridge transmit" > - "VLAN transmit" - "bridge transmit" - "GRE or TAP transmit" as reflected by > the crash dump. It appears that this sequence hits a race condition or a > corrupted/uninitialized error queue in skb_queue_tail().
Your bug is simple. Somebody is setting skb->sk when they shouldn't. Presumably it's whatever that injected the packet into your stack, i.e., your NIC driver. So you should start looking for blame there. Cheers, -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
