[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110729.081902.300678107767426313.davem@davemloft.net>
Date: Fri, 29 Jul 2011 08:19:02 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: synapse@...py.csoma.elte.hu, netdev@...r.kernel.org
Subject: Re: PROBLEM: BUG (NULL ptr dereference in ipv4_dst_check)
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Fri, 29 Jul 2011 17:11:46 +0200
> Thats tricky, because I am not sure we dont need RCU protection since we
> can now exchange dst neighbour on the fly.
>
> Following patch would only reduce the window of bug, not a complete
> fix...
>
> David, any opinion on this ?
Indeed, old code worked because we invalidated entire route cache
entry, and we never before ran arp_bind_neighbour() except on new
route cache entires before they become globally visible.
I think when we change an existing neigh we will need to release old
neigh via RCU, at a minimum.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists