From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jeff Chua" Subject: Re: [3/6] 2.6.21-rc4: known regressions Date: Mon, 26 Mar 2007 13:37:08 +0800 Message-ID: References: <20070318184919.GW752@stusta.de> <20070326040509.GU16477@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from wr-out-0506.google.com ([64.233.184.226]:8472 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752209AbXCZFhJ (ORCPT ); Mon, 26 Mar 2007 01:37:09 -0400 Received: by wr-out-0506.google.com with SMTP id 76so1382898wra for ; Sun, 25 Mar 2007 22:37:09 -0700 (PDT) In-Reply-To: <20070326040509.GU16477@stusta.de> Content-Disposition: inline Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Adrian Bunk Cc: Linus Torvalds , Andrew Morton , Linux Kernel Mailing List , "Eric W. Biederman" , "Rafael J. Wysocki" , pavel@suse.cz, linux-pm@lists.osdl.org, gregkh@suse.de, linux-pci@atrey.karlin.mff.cuni.cz, Jens Axboe , Len Brown , linux-acpi@vger.kernel.org, jgarzik@pobox.com, linux-ide@vger.kernel.org, Thomas Gleixner , "Michael S. Tsirkin" , Ingo Molnar On 3/26/07, Adrian Bunk wrote: > > Resume from RAM (s2ram) still broke (tried with or without > > CONFIG_NO_HZ). Suspend to RAM seems ok, but upon resume, the screen > > will only display "inu" and only after pressing the power button will > > the system return to console. But "date" still doesn't advance. > > This might be related to the following regression: > > Subject : first disk access after resume takes several minutes > ('date' does not advance after resume from RAM, CONFIG_NO_HZ=n) > References : http://lkml.org/lkml/2007/3/8/117 > http://lkml.org/lkml/2007/3/25/20 > Submitter : Michael S. Tsirkin > Handled-By : Thomas Gleixner > Ingo Molnar > Status : problem is being debugged Adrian, It's related. I tested without CONFIG_HPET_TIMER, and now my X60 can suspend and resume from RAM (s2ram). Even better, it works with/without CONFIG_NO_HZ. But, suspend to disk still broke with CONFIG_NO_HZ set. Thanks, Jeff.