From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756268Ab0JAVAu (ORCPT ); Fri, 1 Oct 2010 17:00:50 -0400 Received: from kroah.org ([198.145.64.141]:54903 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754627Ab0JAVAt (ORCPT ); Fri, 1 Oct 2010 17:00:49 -0400 Date: Fri, 1 Oct 2010 14:00:37 -0700 From: Greg KH To: Mike Galbraith Cc: stable , LKML Subject: Re: [PATCH] fix 2.6.32.23 suspend regression caused by commit 6f6198a Message-ID: <20101001210037.GB11505@kroah.com> References: <1285907236.7425.42.camel@marge.simson.net> <1285909451.7425.49.camel@marge.simson.net> <20101001191611.GA5259@kroah.com> <1285962251.9020.6.camel@marge.simson.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1285962251.9020.6.camel@marge.simson.net> 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 On Fri, Oct 01, 2010 at 09:44:11PM +0200, Mike Galbraith wrote: > On Fri, 2010-10-01 at 12:16 -0700, Greg KH wrote: > > On Fri, Oct 01, 2010 at 07:04:11AM +0200, Mike Galbraith wrote: > > > Again, with a less bouncy address. > > > > > > From: Mike Galbraith > > > Date: Fri, 1 Oct 2010 05:57:59 +0200 > > > Subject: [PATCH] fix 2.6.32.23 suspend regression caused by commit > > > 6f6198a > > > > > > 6f6198a sched: kill migration thread in CPU_POST_DEAD instead of > > > CPU_DEAD > > > leaves migration threads lying about. Mask out CPU_TASKS_FROZEN. > > > > > > Signed-off-by: Mike Galbraith > > > > Is this patch upstream already? If so, what's the git commit id of it? > > If not, why isn't it also needed there? > > No, it's not upstream, and will never go upstream because they don't > need it. It's only needed for -stable because the fix incorporated in > -stable is incomplete. Upstream already does what this patch adds. Ah, ok, that makes sense, thanks. I'll queue it up. greg k-h