Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752422AbbKYTyT (ORCPT ); Wed, 25 Nov 2015 14:54:19 -0500 Received: from mail-yk0-f170.google.com ([209.85.160.170]:36485 "EHLO mail-yk0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751400AbbKYTyQ (ORCPT ); Wed, 25 Nov 2015 14:54:16 -0500 Date: Wed, 25 Nov 2015 14:54:10 -0500 From: Tejun Heo To: Oleg Nesterov Cc: Aleksa Sarai , Johannes Weiner , Li Zefan , linux-kernel@vger.kernel.org Subject: Re: [PATCH?] race between cgroup_subsys->fork() and cgroup_migrate() Message-ID: <20151125195410.GD14240@htj.duckdns.org> References: <20151125163427.GA8139@redhat.com> <20151125195138.GC14240@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151125195138.GC14240@htj.duckdns.org> User-Agent: Mutt/1.5.23 (2015-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 685 Lines: 18 On Wed, Nov 25, 2015 at 02:51:38PM -0500, Tejun Heo wrote: > Sounds perfect. As this needs to go through -stable, can you please > resend the patch with proper description and SOB? Please also update > the now incorrect comment in can_attach. Ooh, the patch triggers RCU warning from task_css(). It's spurious and I think the right thing to do at least for now is using task_css_check() and explain what's going on. Thanks. -- tejun -- 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/