Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752270Ab0FAFJM (ORCPT ); Tue, 1 Jun 2010 01:09:12 -0400 Received: from mail-pv0-f174.google.com ([74.125.83.174]:57879 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751585Ab0FAFJK (ORCPT ); Tue, 1 Jun 2010 01:09:10 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=Hpa6xIw4R+uxbdg6lkTQbRROWJ8TqOggZVJAoBXUcAf2pIxGAY7ITT1taMDEuG0Fvq cM+o8I7IzuxcCcuzjRihXFroPUve5DwA7DFgMgefpyT2NoXMsEu0d0yhOhyO8KZBEQdI X7YZP2WTygu7RbIdiNZdPbLtunxYK6AOVGBSA= Date: Mon, 31 May 2010 22:09:14 -0700 From: mark gross <640e9920@gmail.com> To: "Rafael J. Wysocki" Cc: markgross@thegnar.org, mark.gross@intel.com, Neil Brown , Brian Swetland , linux-kernel@vger.kernel.org, Arve@smtp1.linux-foundation.org, Thomas Gleixner , linux-pm@lists.linux-foundation.org, Alan Cox Subject: Re: [linux-pm] [RFC] lp_events: an lternitive to suspend blocker user mode and kernel API Message-ID: <20100601050914.GG31155@gvim.org> Reply-To: markgross@thegnar.org References: <20100530200409.GA21632@gvim.org> <20100531095753.4c174f2d@notabene.brown> <20100531221035.GB31155@gvim.org> <201006010045.21382.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201006010045.21382.rjw@sisk.pl> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2387 Lines: 54 On Tue, Jun 01, 2010 at 12:45:21AM +0200, Rafael J. Wysocki wrote: > On Tuesday 01 June 2010, mark gross wrote: > > On Mon, May 31, 2010 at 09:57:53AM +1000, Neil Brown wrote: > ... > > > So I would suggest modifying your proposal to simply create a new 'input' > > > device. Any driver that supports wake-from-suspend queues an event to that > > > device when a wakeup event occurs. If the device is open and has any queued > > > events, then a suspend request such as 'echo mem > /sys/power/state' completes > > > without going into full suspend. > > > > /me likes. > > > > > Then you just need to convince us that this mechanism can be used without any > > > race problems. If it can, then it would certainly be a simple and > > > unobtrusive approach. > > > > Lets find out. > > Simple question: how is that better than the Alan Stern's proposed approach? > I just saw Alan Stern's proposal, and have gotten some input form some others. I can't say my patch represents a better Idea than what Alan proposed. However; what Alan (and Thomas) are talking about is effectively the same as the kenrel mode wakelock/suspend blocker thing, and although it reuses existing infrastructure, it doesn't solve the problem of needing overlapping blocking sections of code from ISR to user mode. (which to be fair, I seem to be the only one that feels thats a problem. so perhaps I'm making that a bigger issue than it is...) Also my current patch may be better in that it makes it explicit that we need wake event notification up to user mode, where this Alan's leaves it as an exercise for the integrator. (wake events are not just key presses or lid events, there is modem, UI, network, usb, block device insertion, RTC and likely a few other wake events that need to be handled effectively before re-suspending. so to answer your question: I'm not sure. I need to stub out what Alan is proposing and hash it out with some folks. I'm sorry I can't be decisive on this yet. I'll stub out a new pm_qos class for "qos_eventually" (perhaps with a better name.) some modes to the input event mechanism to see how that feels. --mgross -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/