From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758576AbZATHqM (ORCPT ); Tue, 20 Jan 2009 02:46:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753570AbZATHp4 (ORCPT ); Tue, 20 Jan 2009 02:45:56 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:45579 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753220AbZATHpz (ORCPT ); Tue, 20 Jan 2009 02:45:55 -0500 Date: Tue, 20 Jan 2009 08:45:34 +0100 From: Ingo Molnar To: Zhao Yakui , "Rafael J. Wysocki" Cc: linux-kernel@vger.kernel.org, lenb@kernel.org, linux-acpi@vger.kernel.org Subject: Re: Suspned/resume can't work on the 2.6.29-rc1 but it can work well on the 2.6.28 Message-ID: <20090120074534.GE16426@elte.hu> References: <1232413680.3971.32.camel@yakui_zhao.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1232413680.3971.32.camel@yakui_zhao.sh.intel.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Zhao Yakui wrote: > Hi, All > I do some tests about suspend/resume on my two boxes. One is HP > laptop and the other is Asus EEEPC901. The suspend/resume can't work > well. Even after core is selected as the test mode, it still can't work > well.(echo core > /sys/power/pm_test) > > Then I do the same test by using the 2.6.28 kernel. And > suspend/resume can work well. > > Of course I will try to use the git-bisect to identify the first bad > commit ASAP. make sure you try this patch from Rafael first (it's not on lkml it appears - Rafael, mind resending the patch to this thread?): Subject: [PATCH] PCI PM: Restore standard config registers of all devices early (was: Re: EeePC resume failure - timers) Ingo