Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752457AbbKZPff (ORCPT ); Thu, 26 Nov 2015 10:35:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37968 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751049AbbKZPfa (ORCPT ); Thu, 26 Nov 2015 10:35:30 -0500 Date: Thu, 26 Nov 2015 16:36:09 +0100 From: Oleg Nesterov To: Tejun Heo 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: <20151126153609.GA23581@redhat.com> References: <20151125163427.GA8139@redhat.com> <20151125195138.GC14240@htj.duckdns.org> <20151125195410.GD14240@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151125195410.GD14240@htj.duckdns.org> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1213 Lines: 31 On 11/25, Tejun Heo wrote: > > 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. OK, will do tomorrow (sorry, can't do today). > 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. WARN_ON() in pids_fork() I guess. Thanks. I didn't expect you will actually apply this patch, I didn't even try to compile it ;) Plus this patch forgets to unconditionalize another threadgroup_change_end() in the error path of copy_process(). Again, if we do this, we can make other cleanups/simplifications. For example, we can kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] in copy_process(). But I see another email from you, will reply in a minute. Oleg. -- 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/