From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Weinberger Subject: Re: [PATCHv2 0/7] CGroup Namespaces Date: Wed, 26 Nov 2014 23:58:55 +0100 Message-ID: References: <1414783141-6947-1-git-send-email-adityakali@google.com> <20141104131030.GA2937@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Aditya Kali Cc: Linux API , Linux Containers , Serge Hallyn , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Andy Lutomirski , "Eric W. Biederman" , Tejun Heo , cgroups mailinglist , Ingo Molnar List-Id: linux-api@vger.kernel.org On Thu, Nov 6, 2014 at 6:33 PM, Aditya Kali wrote: > 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. Do you have a public git repository which contains your patches? -- Thanks, //richard