Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753801AbcD1VgV (ORCPT ); Thu, 28 Apr 2016 17:36:21 -0400 Received: from merlin.infradead.org ([205.233.59.134]:47488 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753744AbcD1VgS (ORCPT ); Thu, 28 Apr 2016 17:36:18 -0400 Date: Thu, 28 Apr 2016 23:36:09 +0200 From: Peter Zijlstra To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@kernel.org, tj@kernel.org, hpa@zytor.com, k@rhe.jp, niklas.cassel@axis.com, torvalds@linux-foundation.org, linux-tip-commits@vger.kernel.org, mjg59@coreos.com Subject: Re: [tip:sched/urgent] sched/cgroup: Fix/cleanup cgroup teardown/init Message-ID: <20160428213609.GU3408@twins.programming.kicks-ass.net> References: <20160316152245.GY6344@twins.programming.kicks-ass.net> <20160428184032.GT3408@twins.programming.kicks-ass.net> <20160428185137.GA9630@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160428185137.GA9630@kroah.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 723 Lines: 18 On Thu, Apr 28, 2016 at 11:51:37AM -0700, Greg Kroah-Hartman wrote: > On Thu, Apr 28, 2016 at 08:40:32PM +0200, Peter Zijlstra wrote: > > > > Greg, > > > > It looks like the below patch missed 4.5 and I'm starting to get bug > > reports that look very much like this issue, could we get this patch > > lifted into 4.5-stable? > > Sure, also added to 4.4-stable as that is where the bug for this was > fixed, according to the commit message. I think this patch relies on the following two cgroup patches: 8bb5ef79bc0f ("cgroup: make sure a parent css isn't freed before its children") aa226ff4a1ce ("cgroup: make sure a parent css isn't offlined before its children") which are in 4.5, but I've not checked 4.4-stable