From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751886Ab2LOSfg (ORCPT ); Sat, 15 Dec 2012 13:35:36 -0500 Received: from mail-wi0-f180.google.com ([209.85.212.180]:42854 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750995Ab2LOSff (ORCPT ); Sat, 15 Dec 2012 13:35:35 -0500 MIME-Version: 1.0 In-Reply-To: <20121215163323.GA229@x4> References: <201212122211.qBCMBRxl027895@terminus.zytor.com> <23916.1355356085@warthog.procyon.org.uk> <21507.1355528749@warthog.procyon.org.uk> <20121215163323.GA229@x4> From: Linus Torvalds Date: Sat, 15 Dec 2012 10:35:13 -0800 X-Google-Sender-Auth: DuWPgLJsYODFaqWTtgARUPHU6HI Message-ID: Subject: Re: [GIT PULL] x86/uapi for 3.8 To: Markus Trippelsdorf , Jan Beulich , Matt Fleming Cc: David Howells , Grant Likely , Guennadi Liakhovetski , "H. Peter Anvin" , Arnd Bergmann , Dave Jones , Ingo Molnar , Linux Kernel Mailing List , Michael Kerrisk , "Paul E. McKenney" , Thomas Gleixner Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? Linus