From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: GPF in ip6_dst_lookup_tail Date: Fri, 7 Dec 2012 13:04:28 -0500 Message-ID: <20121207180428.GA3884@redhat.com> References: <20121207141525.GA20613@redhat.com> <20121207.124315.106563528177056022.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org To: David Miller Return-path: Received: from mx1.redhat.com ([209.132.183.28]:37859 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423611Ab2LGSEd (ORCPT ); Fri, 7 Dec 2012 13:04:33 -0500 Content-Disposition: inline In-Reply-To: <20121207.124315.106563528177056022.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Dec 07, 2012 at 12:43:15PM -0500, David Miller wrote: > From: Dave Jones > Date: Fri, 7 Dec 2012 09:15:25 -0500 > > > I just hit this gpf in overnight testing. > > Hmmm, perhaps introduced by: > > commit f950c0ecc78f745e490d615280e031de4dbb1306 > Author: Wei Yongjun > Date: Thu Sep 20 18:29:56 2012 +0000 > > ipv6: fix return value check in fib6_add() > > and fixed by: > > commit 188c517a050ec5b123e72cab76ea213721e5bd9d > Author: Lin Ming > Date: Tue Sep 25 15:17:07 2012 +0000 > > ipv6: return errno pointers consistently for fib6_add_1() > That was in the build that I was running. (It was Linus' tree from last night, sorry I neglected to mention that) Dave