From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: NULL pointer dereference when loading the gre module (3.10.0-rc4) Date: Thu, 06 Jun 2013 20:59:48 -0700 Message-ID: <1370577588.24311.407.camel@edumazet-glaptop> References: <20130606221656.GA11475@uio.no> <20130607030648.GA28618@home.goodmis.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: "Steinar H. Gunderson" , linux-kernel@vger.kernel.org, davem@davemloft.net, netdev@vger.kernel.org, Rusty Russell To: Steven Rostedt Return-path: In-Reply-To: <20130607030648.GA28618@home.goodmis.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, 2013-06-06 at 23:06 -0400, Steven Rostedt wrote: > On Fri, Jun 07, 2013 at 12:16:56AM +0200, Steinar H. Gunderson wrote: > > Hi, > > > > In 3.10.0-rc4, I get this on boot: > > > > [ 16.871043] BUG: unable to handle kernel NULL pointer dereference at 0000000000000003 > > [ 16.879453] IP: [] 0xffffffffa0e52001 > > Strange, kallsyms should have registered the address already, even if it > crashed on early module load. Not sure why it's not reporting it. Well, > it seems to have reported some of the symbols of ip_gre below. Maybe > this pointer is just totally screwed up. I could not reproduce this here. Steinar, please make sure you recompiled your modules, because this looks like you loaded old modules.