From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754826Ab1JNQIT (ORCPT ); Fri, 14 Oct 2011 12:08:19 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:58996 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754155Ab1JNQIQ (ORCPT ); Fri, 14 Oct 2011 12:08:16 -0400 Date: Fri, 14 Oct 2011 20:08:09 +0400 From: Cyrill Gorcunov To: Frederic Weisbecker , Tejun Heo , Andrew Morton , Kay Sievers , linux-kernel@vger.kernel.org, lennart@poettering.net, harald@redhat.com, david@fubar.dk, greg@kroah.com, "Kirill A. Shutemov" , Oleg Nesterov , Paul Menage , "Rafael J. Wysocki" , Pavel Emelyanov Subject: Re: A =?utf-8?Q?Plumber=E2=80=99?= =?utf-8?Q?s?= Wish List for Linux Message-ID: <20111014160809.GT14464@moon> References: <1317943022.1095.25.camel@mop> <20111011161600.6145aa6b.akpm@linux-foundation.org> <20111012005935.GD14968@somewhere> <20111012174014.GE6281@google.com> <20111012181641.GZ15413@moon> <20111014153844.GP14968@somewhere> <20111014160110.GS14464@moon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111014160110.GS14464@moon> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 14, 2011 at 08:01:10PM +0400, Cyrill Gorcunov wrote: ... > > Well, wouldn't it be better to pull that complexity to userspace? > > After all, moving tasks from a cgroup to another is not a performance > > critical operation so that probably doesn't need to be all handled by > > the kernel. > > > > If one worries about concurrent clone/fork while moving tasks, then > > freezing the cgroup and moving its tasks away from userspace could > > be enough? > > Well, it's not that problem to make it task-by-task, still I think > it's just a convenient shortcut :) > Frederic, don't get me wrong, but when I've tried cgroups and freezer for first time (and I did it not by any script but by hands rather) it makes me scream out that once I've moved a number of tasks to some freezer cgroup now I need to move them back again. Of course there is a way to write some script of whatever but I thought we had some echo -1 shortcut. Anyway, I can live with it ;) Cyrill