From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Garrett Subject: Re: Run-time PM idea (was: Re: [linux-pm] [RFC][PATCH 0/2] PM: Rearrange core suspend code) Date: Mon, 8 Jun 2009 14:32:15 +0100 Message-ID: <20090608133215.GA15482@srcf.ucam.org> References: <200906072347.00580.rjw@sisk.pl> <20090608065419.GA13568@elte.hu> <200906081330.50045.rjw@sisk.pl> <20090608130509.GA3272@elte.hu> <20090608131159.GA15100@srcf.ucam.org> <20090608132235.GC13214@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from cavan.codon.org.uk ([93.93.128.6]:33658 "EHLO vavatch.codon.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752754AbZFHNcU (ORCPT ); Mon, 8 Jun 2009 09:32:20 -0400 Content-Disposition: inline In-Reply-To: <20090608132235.GC13214@elte.hu> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Ingo Molnar Cc: "Rafael J. Wysocki" , Alan Stern , pm list , ACPI Devel Maling List , LKML , Magnus Damm On Mon, Jun 08, 2009 at 03:22:35PM +0200, Ingo Molnar wrote: > > * Matthew Garrett wrote: > > The difficulty is in determining when it's viable to autosuspend a > > given device. There's a limit to how much we can determine purely > > from kernel state (for instance, we could suspend ahci when > > there's no pending disk access, but we'd lose hotplug > > notifications) so there's going to have to be some level of > > userspace policy determination. Having the infrastructure in the > > kernel is an important part of this, but there'll be some distance > > to go after that. > > What will the 'user space policy' bit do what the kernel cannot? How does the kernel know whether the user cares about SATA hotplug or not? > If you mean the user has to configure something manually - that wont > really happen in practice. We are happy if they know where to put > those USB sticks in ;-) It'll be up to the distributions to provide sane defaults and let them be reconfigured as necessary, depending on the information we have from the user and maybe platform-specific knowledge. But this is a difficult problem - we need to be smart about all the potential sources of information in order to pick an appropriate policy, and the kernel's not the right layer to do some of this information collection. -- Matthew Garrett | mjg59@srcf.ucam.org