Re: 2.6.24-rc6-mm1 - git-lblnet.patch and networking horkage

From: James Morris
Date: Wed Dec 26 2007 - 16:52:59 EST


On Thu, 26 Dec 2007, Paul Moore wrote:

> As James said I'm away right now and computer access is limited.
> However, I'm stuck in the airport right now and spent some time looking
> at the code ... Based on what has been found so far I wonder if the
> problem isn't a race but a problem of skb->iif never being initialized
> correctly? To my untrained eye it looks like __netdev_alloc_skb()
> should be setting skb->iif (like it does for skb->dev) but it currently
> doesn't.

->iif will be zeroed during skb allocation, then set during
netif_receive_skb().


- James
--
James Morris
<jmorris@xxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/