From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934822AbcLMSxl (ORCPT ); Tue, 13 Dec 2016 13:53:41 -0500 Received: from mail-yb0-f196.google.com ([209.85.213.196]:36663 "EHLO mail-yb0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932929AbcLMSxj (ORCPT ); Tue, 13 Dec 2016 13:53:39 -0500 Date: Tue, 13 Dec 2016 13:53:35 -0500 From: Tejun Heo 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 Subject: Re: [PATCH v5] cgroup: Add new capability to allow a process to migrate other tasks between cgroups 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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