From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753398AbXCZRqd (ORCPT ); Mon, 26 Mar 2007 13:46:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753327AbXCZRqd (ORCPT ); Mon, 26 Mar 2007 13:46:33 -0400 Received: from ik-out-1112.google.com ([66.249.90.180]:50046 "EHLO ik-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753408AbXCZRqb (ORCPT ); Mon, 26 Mar 2007 13:46:31 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nVd0MEZVZd11l0x6YE84uMsiFlM0wn2pRIn4sKvcZ4v210xOYyYv7TYhhWyqI/MxK2bzOfvVeR/tWHTnR4S97q9yPch4SSYOQI4L0S0xKx4nHPi0CXQwfX2eSnxZov4dqepLJeNbryYKfVVnZ6tvVhrNP7/HNcDS4ez+TtVqUPE= Message-ID: Date: Tue, 27 Mar 2007 01:46:28 +0800 From: "Jeff Chua" To: "Thomas Gleixner" Subject: Re: [3/6] 2.6.21-rc4: known regressions Cc: "Adrian Bunk" , "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, "Michael S. Tsirkin" , "Ingo Molnar" In-Reply-To: <1174926407.7911.1.camel@chaos> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070318184919.GW752@stusta.de> <20070326040509.GU16477@stusta.de> <1174926407.7911.1.camel@chaos> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 3/27/07, Thomas Gleixner wrote: > > 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. > > Does the patch below fix the HPET_TIMER=y case ? Thomas, I tried, but it didn't help. Upon resume from ram, "date" still didn't advance. Thanks, Jeff.