Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932371Ab2HGCbL (ORCPT ); Mon, 6 Aug 2012 22:31:11 -0400 Received: from zougloub.eu ([188.165.233.99]:36643 "EHLO zougloub.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757168Ab2HGCbJ convert rfc822-to-8bit (ORCPT ); Mon, 6 Aug 2012 22:31:09 -0400 Date: Mon, 6 Aug 2012 22:32:08 -0400 From: =?UTF-8?B?SsOpcsO0bWU=?= Carretero To: "Jan Beulich" Cc: "Matthew Garrett" , "Ingo Molnar" , "Matt Fleming" , , , "H. Peter Anvin" Subject: Re: [Regression] "x86-64/efi: Use EFI to deal with platform wall clock" prevents my machine from booting Message-ID: <20120806223208.5301be0d@zougloub.eu> In-Reply-To: <20120806091627.2ad5ed2e@zougloub.eu> References: <20120805172903.5f8bb24c@zougloub.eu> <501EF3A2.20200@zytor.com> <501F83F20200007800092C1C@nat28.tlf.novell.com> <20120806125216.GA11863@srcf.ucam.org> <501FDDD30200007800092DDE@nat28.tlf.novell.com> <20120806091627.2ad5ed2e@zougloub.eu> Organization: none X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 835 Lines: 26 On Mon, 6 Aug 2012 09:16:27 -0400 Jérôme Carretero wrote: > - I can bisect the patch further down (might be a bit silly because > I don't quite understand it), For troubleshooting purposes I edited over your patch. So far: - (in arch/x86/platform/efi/efi.c) when making efi_get_time() return mach_get_cmos_time(), the system boots. - then I tried to return mach_get_cmos_time() when efi.get_time() fails, ie. if (status != EFI_SUCCESS). The system does not boot: efi.get_time(), aka virt_efi_get_time(), does not return. Maybe I can get more... -- cJ -- 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/