From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: boot crash in arp_error_report() Date: Thu, 27 May 2010 16:10:11 -0700 (PDT) Message-ID: <20100527.161011.104042698.davem@davemloft.net> References: <1274989637.2446.1.camel@edumazet-laptop> <1274991504.2446.13.camel@edumazet-laptop> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: torvalds@linux-foundation.org, mingo@elte.hu, tglx@linutronix.de, akpm@linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: eric.dumazet@gmail.com Return-path: In-Reply-To: <1274991504.2446.13.camel@edumazet-laptop> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Eric Dumazet Date: Thu, 27 May 2010 22:18:24 +0200 > [PATCH] net: fix __neigh_event_send() > > commit 7fee226ad23 (net: add a noref bit on skb dst) missed one spot > where an skb is enqueued, with a possibly not refcounted dst entry. > > __neigh_event_send() inserts skb into arp_queue, so we must make sure > dst entry is refcounted, or dst entry can be freed by garbage collector > after caller exits from rcu protected section. > > Reported-by: Ingo Molnar > Signed-off-by: Eric Dumazet Applied, thanks Eric. Ingo can we get a confirmation that this fixes the bootup crash? Thanks!