From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [RFC][PATCH 0/3] PM: Asynchronous suspend and resume Date: Fri, 14 Aug 2009 21:12:38 +0200 Message-ID: <200908142112.38557.rjw@sisk.pl> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Alan Stern Cc: linux-pm , linux-acpi , Linux Kernel Mailing List , Zhang Rui , Len Brown , Arjan van de Ven List-Id: linux-acpi@vger.kernel.org On Friday 14 August 2009, Alan Stern wrote: > On Thu, 13 Aug 2009, Rafael J. Wysocki wrote: > > > > No, I've only tested it with a few selected drivers. I'm going to try the > > > "async everyone" scenario, though. > > > > On HP nx6325 booted with init=/bin/bash it doesn't pass the > > 'echo devices > /sys/power/pm_test && echo mem > /sys/power/state' test. > > > > The suspend part actually seems to work, but the resume part crashes > > miserably. > > Any details? Can you tell where it crashes? Unfortunately it ends up in a continuous flood of backtraces, so I can't say much. However, if I set async_suspend for all PCI devices, as well as for ACPI battery and i8042, everything apparently works, even with real suspend-resume. Thanks, Rafael