From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755567AbZKVRu0 (ORCPT ); Sun, 22 Nov 2009 12:50:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755404AbZKVRu0 (ORCPT ); Sun, 22 Nov 2009 12:50:26 -0500 Received: from www.tglx.de ([62.245.132.106]:55584 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755402AbZKVRuZ (ORCPT ); Sun, 22 Nov 2009 12:50:25 -0500 Date: Sun, 22 Nov 2009 18:49:53 +0100 (CET) From: Thomas Gleixner To: "Rafael J. Wysocki" cc: LKML , indexer@internode.on.net, Feng Tang , bugzilla-daemon@bugzilla.kernel.org Subject: Re: [Bug 14658] Regression in efi.c In-Reply-To: <200911212017.nALKHLSC029634@demeter.kernel.org> Message-ID: References: <200911212017.nALKHLSC029634@demeter.kernel.org> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 21 Nov 2009, bugzilla-daemon@bugzilla.kernel.org wrote: Switched to email. Please reply by mail (reply-to-all) and not in the bugzilla. > --- Comment #1 from Rafael J. Wysocki 2009-11-21 20:17:21 --- > Caused by: > > commit 7bd867dfb4e0357e06a3211ab2bd0e714110def3 That's completely bogus. That commit is not in 2.6.31. It was merged in the 2.6.32 merge window. >>From the original bug report: http://marc.info/?l=linux-kernel&m=125846988820120&w=4 > I would like to report a possible regression in efi.c with kernels > 2.6.31 , 2.6.32-rc5 and 2.6.32.rc7. > > Attempting to boot x86_64 with elilo succeeds using 2.6.30 . Using the > same config cannot boot with any of the 3 afore mentioned kernels. So the problem exists with 2.6.31 already which excludes the above commit. The above commit indeed caused problems on 64bit efi systems in 2.6.32-rc. The fix was merged between 32-rc5 and 32-rc6. The bisect was done with: git bisect start # good: [59a3759d0fe8d969888c741bb33f4946e4d3750d] Linux 2.6.30-rc7 git bisect good 59a3759d0fe8d969888c741bb33f4946e4d3750d # bad: [156171c71a0dc4bce12b4408bb1591f8fe32dc1a] Linux 2.6.32-rc7 while the bisect should have be done with good 2.6.30 bad 2.6.31 William, could you please go through the bisect pain again? Thanks, tglx