From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751675Ab2LOTny (ORCPT ); Sat, 15 Dec 2012 14:43:54 -0500 Received: from terminus.zytor.com ([198.137.202.10]:58962 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751365Ab2LOTnx (ORCPT ); Sat, 15 Dec 2012 14:43:53 -0500 Message-ID: <50CCD24F.9090603@zytor.com> Date: Sat, 15 Dec 2012 11:41:03 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Linus Torvalds CC: Markus Trippelsdorf , Jan Beulich , Matt Fleming , David Howells , Grant Likely , Guennadi Liakhovetski , Arnd Bergmann , Dave Jones , Ingo Molnar , Linux Kernel Mailing List , Michael Kerrisk , "Paul E. McKenney" , Thomas Gleixner Subject: Re: [GIT PULL] x86/uapi for 3.8 References: <201212122211.qBCMBRxl027895@terminus.zytor.com> <23916.1355356085@warthog.procyon.org.uk> <21507.1355528749@warthog.procyon.org.uk> <20121215163323.GA229@x4> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/15/2012 10:35 AM, Linus Torvalds wrote: > On Sat, Dec 15, 2012 at 8:33 AM, Markus Trippelsdorf > wrote: >> On 2012.12.14 at 17:47 -0800, Linus Torvalds wrote: >>> >>> Ho humm. Anybody else see anything strange? >> >> Yes. I'm seeing a BUG early during boot on my machine (RIP=NULL): >> >> BUG: unable to handle kernel NULL pointer dereference at (null) >> >> This is caused by commit 53b87cf088e2 ("x86, mm: Include the >> entire kernel memory map in trampoline_pgd") > > Hmm. That reverts cleanly, and the result boots fine for me. And the > commit looks like exactly the kind of thing that could result in > problems with exactly the right memory layout, so it could explain why > the bisect failed and some kernels randomly worked for me and others > didn't. > > So this at least looks like a very possible candidate. > > Does anybody have an explanation for the problem? > > Btw. the machine in question does not have EFI, and is a bog-standard > PC (DMI string: "P7H57D-V EVO, BIOS 0999 01/19/2010") > > Matt? Jan? > Matt is on vacation, and I'm partly offline for the weekend, but that definitely seems suspicious. Do we have a memory map of the affected machine(s)? -hpa