From mboxrd@z Thu Jan 1 00:00:00 1970 From: yakui_zhao Subject: Re: Oopses and ACPI problems (Linus 2.6.29-rc4) Date: Wed, 11 Feb 2009 09:23:20 +0800 Message-ID: <1234315400.3706.88.camel@localhost.localdomain> References: <20090209234911.GB862@elte.hu> <5030E21460%linux@youmustbejoking.demon.co.uk> <20090210150431.GA26798@srcf.ucam.org> <5030E7CFF4%linux@youmustbejoking.demon.co.uk> <20090210154533.GA27596@srcf.ucam.org> <71cd59b00902100806s44f40812p441fae0b157cdb9c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mga01.intel.com ([192.55.52.88]:47019 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751398AbZBKBLh (ORCPT ); Tue, 10 Feb 2009 20:11:37 -0500 In-Reply-To: <71cd59b00902100806s44f40812p441fae0b157cdb9c@mail.gmail.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Corentin Chary Cc: Matthew Garrett , Ingo Molnar , "linux-kernel@vger.kernel.org" , "linux-acpi@vger.kernel.org" , "Rafael J. Wysocki" , Len Brown , Linus Torvalds , Andrew Morton , Jesse Barnes , Thomas Gleixner , "H. Peter Anvin" , Darren Salt On Wed, 2009-02-11 at 00:06 +0800, Corentin Chary wrote: > On Tue, Feb 10, 2009 at 4:45 PM, Matthew Garrett wrote: > > On Tue, Feb 10, 2009 at 03:15:21PM +0000, Darren Salt wrote: > > > >> As things stand, this is likely to be a problem for anybody using lenny on > >> Eee hardware and upgrading (on their own) to 2.6.29, given that that > >> workaround is present in eeepc-acpi-scripts in lenny. > >> > >> Anyway, removing that option fixes the problem. > > > > Ok. I'll look into ensuring that these don't collide, but fundamentally > > the problem here is distributions using broken options rather than > > fixing the problem properly in the first place. > > > >> > BIOS bug. There's an explicit delay in the eee bios for some reason, and > >> > I haven't found any straightforward way to avoid it. > >> > >> BIOS bug or no, the fact remains that this is (AFAICS) a regression. > > > > You don't get properly working hotkeys otherwise, to the best of my > > recollection. There's an entry on the kernel bugzilla about this > > somewhere. > > -- > > Matthew Garrett | mjg59@srcf.ucam.org > > http://bugzilla.kernel.org/show_bug.cgi?id=12243 > If I understand things correctly, this was already the case before, > but the kernel boot was slower, so we could'nt see that. > If it's not the case, someone with a 901 should try bisecting (I only > have a 701). I have an Asus EEEPC901. And it will take about 1 second to execute the ACPI INIT object, which is defined in BIOS. From the ACPI AML code it seems that there exist some explicit delays. But we have nothing to avoid it. > >