From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v5] cgroup: Add new capability to allow a process to migrate other tasks between cgroups Date: Tue, 13 Dec 2016 13:53:35 -0500 Message-ID: <20161213185335.GD17672@htj.duckdns.org> References: <1481593143-18756-1-git-send-email-john.stultz@linaro.org> <20161213184057.GA17672@htj.duckdns.org> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=LTK+pIppSeyKci+Zi3vwkMbVheWElY8ySmCMjG6ZVdk=; b=Nm1BdZ421BUuO1uGvvmmulFPENeTugMlue2TH3TwBoOOGhWc5VaryI/Z4qcmwSxwrp oUysU1KHKeSawTJJ81lR1MxW7bIVl5BfXegBt03MEmZzz/znrecITCax6zJ9aUoABbLn KJd7juHf3sucXH2SKXQ9tNaTD+0v/SEYWgwQSNlKaCTF03GA1TryIbxnmOiPlhlCdqMu 4J7ZLs4uH3iO5wunnItJKlR19lqJZIHosBJmMWA5qPnB5SVF7SoZINisrgKTV5jPZsIo WGkjAbgMhMhy+2l5QwVRFSRjEHNDwYAZsgXKN/cm34/eCH4U9FxyuI3SiVfcl+x41CxJ rqcQ== Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: John Stultz Cc: Michael Kerrisk , lkml , Li Zefan , Jonathan Corbet , "open list:CONTROL GROUP (CGROUP)" , Android Kernel Team , Rom Lemarchand , Colin Cross , Dmitry Shmidt , Todd Kjos , Christian Poetzsch , Amit Pundir , Dmitry Torokhov , Kees Cook , "Serge E . Hallyn" , Andy Lutomirski , Linux API On Tue, Dec 13, 2016 at 10:47:19AM -0800, John Stultz wrote: > > Control group control? The word control has a specific meaning for > > cgroups and that second control doesn't make much sense to me. > > But this would go against the long tradition of RAS syndrome and > things like "struct task_struct". :) Well, now that you put it that way, it's starting to look good. :) But, let's just go for CAP_CGROUP if everyone is okay with it. Thanks. -- tejun