From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933398AbcJUSHB (ORCPT ); Fri, 21 Oct 2016 14:07:01 -0400 Received: from mail-yb0-f175.google.com ([209.85.213.175]:35856 "EHLO mail-yb0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754997AbcJUSG6 (ORCPT ); Fri, 21 Oct 2016 14:06:58 -0400 MIME-Version: 1.0 In-Reply-To: <937568dd-61b8-ac09-3cdf-789ff14f5423@gmail.com> References: <1477013079-23692-1-git-send-email-john.stultz@linaro.org> <937568dd-61b8-ac09-3cdf-789ff14f5423@gmail.com> From: John Stultz Date: Fri, 21 Oct 2016 11:06:56 -0700 Message-ID: Subject: Re: [RFC][PATCH v3] cgroup: Use CAP_SYS_RESOURCE to allow a process to migrate other tasks between cgroups To: "Michael Kerrisk (man-pages)" Cc: lkml , Tejun Heo , 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" , Linux API Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 20, 2016 at 11:42 PM, Michael Kerrisk (man-pages) wrote: > Hi John, > > On 10/21/2016 03:24 AM, John Stultz wrote: >> This patch adds logic to allows a process to migrate other tasks >> between cgroups if they have CAP_SYS_RESOURCE. > > This appears to be a patch against your previous patch, > rather than against mainline. Was that intended? Heh. Definitely not. Apologies. I thought I had folded things down (and the real patch is a similar looking one-liner). I'll re-send the proper patch on monday. :) thanks -john From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Stultz Subject: Re: [RFC][PATCH v3] cgroup: Use CAP_SYS_RESOURCE to allow a process to migrate other tasks between cgroups Date: Fri, 21 Oct 2016 11:06:56 -0700 Message-ID: References: <1477013079-23692-1-git-send-email-john.stultz@linaro.org> <937568dd-61b8-ac09-3cdf-789ff14f5423@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <937568dd-61b8-ac09-3cdf-789ff14f5423-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Michael Kerrisk (man-pages)" Cc: lkml , Tejun Heo , 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" , Linux API List-Id: linux-api@vger.kernel.org On Thu, Oct 20, 2016 at 11:42 PM, Michael Kerrisk (man-pages) wrote: > Hi John, > > On 10/21/2016 03:24 AM, John Stultz wrote: >> This patch adds logic to allows a process to migrate other tasks >> between cgroups if they have CAP_SYS_RESOURCE. > > This appears to be a patch against your previous patch, > rather than against mainline. Was that intended? Heh. Definitely not. Apologies. I thought I had folded things down (and the real patch is a similar looking one-liner). I'll re-send the proper patch on monday. :) thanks -john