From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753751Ab2BURqP (ORCPT ); Tue, 21 Feb 2012 12:46:15 -0500 Received: from mail-pz0-f46.google.com ([209.85.210.46]:50410 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752274Ab2BURqO (ORCPT ); Tue, 21 Feb 2012 12:46:14 -0500 Authentication-Results: mr.google.com; spf=pass (google.com: domain of htejun@gmail.com designates 10.68.218.161 as permitted sender) smtp.mail=htejun@gmail.com; dkim=pass header.i=htejun@gmail.com Date: Tue, 21 Feb 2012 09:46:09 -0800 From: Tejun Heo To: Frederic Weisbecker Cc: Li Zefan , LKML , Mandeep Singh Baines , Oleg Nesterov , Andrew Morton , "Paul E. McKenney" Subject: Re: [RFC][PATCH 0/2] cgroup: Fix some races against css_set task links Message-ID: <20120221174609.GD12236@google.com> References: <1328668647-24125-1-git-send-email-fweisbec@gmail.com> <4F3DE881.6090503@cn.fujitsu.com> <20120221171621.GB12236@google.com> <20120221174200.GB13403@somewhere.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120221174200.GB13403@somewhere.redhat.com> 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 Tue, Feb 21, 2012 at 06:42:03PM +0100, Frederic Weisbecker wrote: > On Tue, Feb 21, 2012 at 09:16:21AM -0800, Tejun Heo wrote: > > Hello, Frederic, Li. > > > > Sorry about the delay. I was (and still is) swamped with block cgroup > > stuff. > > > > As the patch is low risk and fix for a race condition, I applied it to > > for-3.3-fixes. Will push to Linus in a week or so. > > IMHO since this doesn't really fix a regression (I guess) I suspect this > should go for 3.4 to avoid any surprise like some missed lock inversion. > > But I'll let you choose. Heh, okay, moving them to for-3.4. Thanks. -- tejun