From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753971AbXDYNpq (ORCPT ); Wed, 25 Apr 2007 09:45:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754082AbXDYNpq (ORCPT ); Wed, 25 Apr 2007 09:45:46 -0400 Received: from nz-out-0506.google.com ([64.233.162.229]:45862 "EHLO nz-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753971AbXDYNpp (ORCPT ); Wed, 25 Apr 2007 09:45:45 -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=G/p1+TAueLMX6XFdXTefKRgB5U5azFlREv2AATj2GKH43xNYFFHHjZdwR0Z+5/+kG9xuLq8jEo7sBqsP+szxvUvtfxsM6CraG8kbq3+i1kYCrSYnhXH467kdbhx7pI7Zy0fUfEavDzDOyAdcA5pn8ntSaLxR4T0wFl8oJ7SqyoA= Message-ID: Date: Wed, 25 Apr 2007 21:45:44 +0800 From: "Jeff Chua" To: "Ingo Molnar" Subject: Re: [3/3] 2.6.21-rc7: known regressions (v2) Cc: "Andrew Morton" , "Adrian Bunk" , "Linus Torvalds" , "Linux Kernel Mailing List" , "Guilherme Schroeder" , "Thomas Gleixner" , "John Stultz" , "Mikael Pettersson" , ak@suse.de, discuss@x86-64.org, pavel@suse.cz, linux-pm@lists.linux-foundation.org, "Dave Jones" , "Eric W. Biederman" , "Rafael J. Wysocki" , "Antonino A. Daplas" , "James Simmons" , gregkh@suse.de, linux-pci@atrey.karlin.mff.cuni.cz, "Tobias Diedrich" , "Dmitry Torokhov" , "Jeremy Fitzhardinge" In-Reply-To: <20070425114317.GA32153@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070423214909.GD3468@stusta.de> <20070425040605.6d6b4a82.akpm@linux-foundation.org> <20070425114317.GA32153@elte.hu> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 4/25/07, Ingo Molnar wrote: > > * Andrew Morton wrote: > > > > Subject : suspend to disk hangs (CONFIG_NO_HZ) > > > References : http://lkml.org/lkml/2007/3/25/217 > > > Submitter : Jeff Chua > > > Status : unknown > > > > That's still rather a lot of bustage from the timekeeping changes. Is > > anything really happening here or have we all given up? > > Jeff: does that suspend-to-disk hang problem also happen if you use > hpet=disable? Yes, it is still broken with HPET disabled. I've reported that if I press some keys, suspend will complete successfully, otherwise, it'll just hang before the "percentage" comes on. Thanks, Jeff.