Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753581Ab3FGInO (ORCPT ); Fri, 7 Jun 2013 04:43:14 -0400 Received: from cassarossa.samfundet.no ([193.35.52.29]:45676 "EHLO cassarossa.samfundet.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751471Ab3FGInM (ORCPT ); Fri, 7 Jun 2013 04:43:12 -0400 Date: Fri, 7 Jun 2013 10:43:03 +0200 From: "Steinar H. Gunderson" To: Steven Rostedt Cc: linux-kernel@vger.kernel.org, davem@davemloft.net, netdev@vger.kernel.org, Rusty Russell Subject: Re: NULL pointer dereference when loading the gre module (3.10.0-rc4) Message-ID: <20130607084303.GE15083@uio.no> References: <20130606221656.GA11475@uio.no> <20130607030648.GA28618@home.goodmis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20130607030648.GA28618@home.goodmis.org> X-Operating-System: Linux 3.10.0-rc4 on a x86_64 User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1163 Lines: 28 On Thu, Jun 06, 2013 at 11:06:48PM -0400, Steven Rostedt wrote: > Note the faulting address is 0xffffffffa0e52001, which is around the > above address, be interesting to know what was at that location. Aha, the plot thickens: root 6095 0.0 0.0 6632 596 ? D Jun06 0:00 /sbin/modprobe -q -- net-pf-17 pannekake:/usr/src/linux-3.10-rc4> sudo cat /proc/6095/stack [] register_pernet_subsys+0x18/0x39 [] packet_init+0x32/0x44 [af_packet] [] do_one_initcall+0x7b/0x10c [] load_module+0x1b1f/0x1e19 [] SyS_init_module+0x94/0xa1 [] system_call_fastpath+0x16/0x1b [] 0xffffffffffffffff I have a tcpdump running almost all the time (from boot), for a variety of reasons. And I think I have the BPF JIT on; possibly related. /* Steinar */ -- Homepage: http://www.sesse.net/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/