From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756841AbZBTXLm (ORCPT ); Fri, 20 Feb 2009 18:11:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755326AbZBTXLa (ORCPT ); Fri, 20 Feb 2009 18:11:30 -0500 Received: from mail-gx0-f174.google.com ([209.85.217.174]:49882 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753733AbZBTXL3 convert rfc822-to-8bit (ORCPT ); Fri, 20 Feb 2009 18:11:29 -0500 MIME-Version: 1.0 In-Reply-To: <200902202305.09992.oliver@neukum.org> References: <200902192358.13068.oliver@neukum.org> <200902201146.59944.rjw@sisk.pl> <200902202305.09992.oliver@neukum.org> Date: Fri, 20 Feb 2009 15:11:28 -0800 Message-ID: Subject: Re: [RFD] Automatic suspend From: =?ISO-8859-1?Q?Arve_Hj=F8nnev=E5g?= To: Oliver Neukum Cc: "Rafael J. Wysocki" , Alan Stern , "Woodruff, Richard" , Arjan van de Ven , Kyle Moffett , Benjamin Herrenschmidt , pm list , LKML , Pavel Machek , Nigel Cunningham , Matthew Garrett , mark gross , Uli Luckas , Igor Stoppa , Brian Swetland , Len Brown Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 20, 2009 at 2:05 PM, Oliver Neukum wrote: > Am Freitag 20 Februar 2009 11:46:55 schrieb Rafael J. Wysocki: >> On Thursday 19 February 2009, Oliver Neukum wrote: >> > Am Donnerstag 19 Februar 2009 23:21:46 schrieb Rafael J. Wysocki: >> > > > That's the whole point behind userspace wakelocks! They provide a >> > > > mechanism for userspace to tell the kernel when (as far as userspace >> > >> > is >> > >> > > > concerned) it is or is not okay to auto-sleep. >> > > >> > > Still, one can go further and observe that the user space can in fact >> > > start automatic suspend by itself whenever it knows it's appropriate >> > > ... >> > >> > User space initiating this is a race condition. >> >> Do you mean a race with the other user space processes or with the kernel? > > With the set of runnable processes.There's always a window between > evaluating the current set of runnable tasks and telling the kernel to sleep. > IMO the most elegant solution would be a task attribute that would signal > the kernel that a task should not count as keeping the system busy even > if it is runnable and trigger the sleep in kernel space. It is not always safe to enter suspend when no tasks are runnable. For instance, a key event could be on a user space queue, but the code that reads from that queue has been paged out. -- Arve Hjønnevåg