From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH 1/3] PM: Introduce new top level suspend and hibernation callbacks (rev. 8) Date: Tue, 15 Apr 2008 06:47:36 +1000 Message-ID: <1208206056.6958.176.camel@pasglop> References: Reply-To: benh@kernel.crashing.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: Alan Stern Cc: Nigel Cunningham , LKML , Jesse Barnes , ACPI Devel Maling List , pm list , Alexey Starikovskiy , Andrew Morton List-Id: linux-pm@vger.kernel.org On Mon, 2008-04-14 at 10:51 -0400, Alan Stern wrote: > On Sun, 13 Apr 2008, David Brownell wrote: > > > I sort of agree. Looking at it from a whole-system perspective, > > suspending needs to be able to chitchat with userspace ... and I > > don't think that can be done *before* writing to /sys/power/state > > in an acceptably generic/portable way. (Briefly, applications > > need to have clean stopping points and be able to arrange system > > wakeup. They may well have more work to do than most drivers.) > > Pavel's recent work aside, the only way to initiate a system sleep is > from userspace. So it seems natural for all application notifications > to be made by the initiating program, perhaps via dbus. No. Certainly not via dbus. Ben.