From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 4/6 v2] PM: Limit race conditions between runtime PM and system sleep (v2) Date: Wed, 2 Nov 2011 12:14:32 -0700 Message-ID: <20111102191432.GC29355@kroah.com> References: <201106260054.20578.rjw@sisk.pl> <201106292329.04163.rjw@sisk.pl> <201106292334.24518.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline 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: Linus Walleij Cc: Kevin Hilman , linux-scsi@vger.kernel.org, LKML , Jesse Barnes , Tejun Heo , Linux PM mailing list , stable@kernel.org List-Id: linux-pm@vger.kernel.org On Thu, Oct 27, 2011 at 03:54:20PM +0200, Linus Walleij wrote: > 2011/6/29 Rafael J. Wysocki : > > > One of the roles of the PM core is to prevent different PM callbacks > > executed for the same device object from racing with each other. > > Unfortunately, after commit e8665002477f0278f84f898145b1f141ba26ee26 > > (PM: Allow pm_runtime_suspend() to succeed during system suspend) > > runtime PM callbacks may be executed concurrently with system > > suspend/resume callbacks for the same device. > (...) > > Signed-off-by: Rafael J. Wysocki > > A quick question: is there some specific reason why this patch should > not go into the 3.0.y stable releases? We are trying to produce > a runtime PM system of product quality based on 3.0.y and we've > already had to backport this patch ourselves to get things stable. > > We have also backported: > PM: Introduce generic "noirq" callback routines for subsystems (v2) > PM / Runtime: Update documentation of interactions with system sleep > PM / Runtime: Add new helper function: pm_runtime_status_suspended() > > And now it seems to be sufficient to get this thing going. So, what specific git commits do you want to see in the 3.0-stable tree, and in what order should they be applied in? thanks, greg k-h