From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752151AbaKFReJ (ORCPT ); Thu, 6 Nov 2014 12:34:09 -0500 Received: from mail-ob0-f175.google.com ([209.85.214.175]:52275 "EHLO mail-ob0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751506AbaKFReH (ORCPT ); Thu, 6 Nov 2014 12:34:07 -0500 MIME-Version: 1.0 In-Reply-To: <20141104131030.GA2937@redhat.com> References: <1414783141-6947-1-git-send-email-adityakali@google.com> <20141104131030.GA2937@redhat.com> From: Aditya Kali Date: Thu, 6 Nov 2014 09:33:45 -0800 Message-ID: Subject: Re: [PATCHv2 0/7] CGroup Namespaces To: Vivek Goyal Cc: Tejun Heo , Li Zefan , Serge Hallyn , Andy Lutomirski , "Eric W. Biederman" , cgroups@vger.kernel.org, "linux-kernel@vger.kernel.org" , Linux API , Ingo Molnar , Linux Containers 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 Tue, Nov 4, 2014 at 5:10 AM, Vivek Goyal wrote: > On Fri, Oct 31, 2014 at 12:18:54PM -0700, Aditya Kali wrote: > [..] >> fs/kernfs/dir.c | 194 ++++++++++++++++++++++++++++++++++----- >> fs/kernfs/mount.c | 48 ++++++++++ >> fs/proc/namespaces.c | 1 + >> include/linux/cgroup.h | 41 ++++++++- >> include/linux/cgroup_namespace.h | 36 ++++++++ >> include/linux/kernfs.h | 5 + >> include/linux/nsproxy.h | 2 + >> include/linux/proc_ns.h | 4 + >> include/uapi/linux/sched.h | 3 +- >> kernel/Makefile | 2 +- >> kernel/cgroup.c | 108 +++++++++++++++++----- >> kernel/cgroup_namespace.c | 148 +++++++++++++++++++++++++++++ >> kernel/fork.c | 2 +- >> kernel/nsproxy.c | 19 +++- > > Hi Aditya, > > Can we provide a documentation file for cgroup namespace behavior. Say, > Documentation/namespaces/cgroup-namespace.txt. > Yes, definitely. I will add it as soon as we have a consensus on the overall series. > Namespaces are complicated and it might be a good idea to keep one .txt > file for each namespace. > > Thanks > Vivek Thanks, -- Aditya