From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758788Ab2FUI1B (ORCPT ); Thu, 21 Jun 2012 04:27:01 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:58656 "HELO mailout-de.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1758757Ab2FUI05 (ORCPT ); Thu, 21 Jun 2012 04:26:57 -0400 X-Authenticated: #14349625 X-Provags-ID: V01U2FsdGVkX1+poixy75ypkjnQWygqaslws5vShPsXPUMYrsszMh lHlsyTLOuahqaW Message-ID: <1340267214.29752.40.camel@marge.simpson.net> Subject: Re: Attaching a process to cgroups From: Mike Galbraith To: Alexey Vlasov Cc: linux-kernel@vger.kernel.org Date: Thu, 21 Jun 2012 10:26:54 +0200 In-Reply-To: <1340266982.29752.37.camel@marge.simpson.net> References: <20120619185856.GC31797@beaver> <1340195298.15707.3.camel@marge.simpson.net> <20120621075428.GE31797@beaver> <1340266982.29752.37.camel@marge.simpson.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Y-GMX-Trusted: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2012-06-21 at 10:23 +0200, Mike Galbraith wrote: > On Thu, 2012-06-21 at 11:54 +0400, Alexey Vlasov wrote: > > On Wed, Jun 20, 2012 at 02:28:18PM +0200, Mike Galbraith wrote: > > > > > > kernel/cgroup.c::cgroup_attach_task() > > > { > > > ... > > > synchronize_rcu(); > > > ... > > > } > > > > So nothing can be done here? (I mean if only I knew how to fix it I > > wouldn't ask about it ;) > > Sure, kill the obnoxious thing, it's sitting right in the middle of the > userspace interface. Um, lest anyone misunderstand, no, I don't mean by whacking instances of synchronize_rcu() without further ado :) -Mike