From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753946AbZKTJHk (ORCPT ); Fri, 20 Nov 2009 04:07:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752922AbZKTJHj (ORCPT ); Fri, 20 Nov 2009 04:07:39 -0500 Received: from bld-mail18.adl2.internode.on.net ([150.101.137.103]:36622 "EHLO mail.internode.on.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752373AbZKTJHi (ORCPT ); Fri, 20 Nov 2009 04:07:38 -0500 Message-ID: <4B065C44.5000209@internode.on.net> Date: Fri, 20 Nov 2009 19:37:16 +1030 From: indexer User-Agent: Thunderbird 2.0.0.23 (X11/20091107) MIME-Version: 1.0 To: "H. Peter Anvin" , Huang Ying , linux-kernel@vger.kernel.org Subject: Re: Regression in efi.c 2.6.32-rc7 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 Peter, Huang I have finally solved the issues i had with bisecting and have completed successfully bisecting the efi issue. It exists between 2.6.30-rc7 and 2.6.30-rc8. 9fa7eb283c5cdc2b0f4a8cfe6387ed82e5e9a3d3 is the first bad commit commit 9fa7eb283c5cdc2b0f4a8cfe6387ed82e5e9a3d3 Author: Linus Torvalds Date: Tue Jun 2 20:07:25 2009 -0700 Linux 2.6.30-rc8 :100644 100644 739fd34a72a2422f14937ccd084f77d52edc0fc1 610d1c332c45d1d8d2da3adc42e0fb0ad20c7123 M Makefile Is the output of git bisect. I hope this helps to find the problem and resolve it William