Re: CGroup Namespaces (v8)

2016-01-02 Thread Tejun Heo
On Fri, Jan 01, 2016 at 11:14:14AM -0800, Dan Williams wrote: > On Fri, Jan 1, 2016 at 10:06 AM, Serge E. Hallyn > wrote: > > On Fri, Jan 01, 2016 at 01:42:57AM -0800, Dan Williams wrote: > >> Commit 54b39d263704 "cgroup: cgroup namespace setns support" not > >> booting is a separate issue. > > >

Re: CGroup Namespaces (v8)

2016-01-02 Thread Tejun Heo
On Fri, Jan 01, 2016 at 11:14:14AM -0800, Dan Williams wrote: > On Fri, Jan 1, 2016 at 10:06 AM, Serge E. Hallyn > wrote: > > On Fri, Jan 01, 2016 at 01:42:57AM -0800, Dan Williams wrote: > >> Commit 54b39d263704 "cgroup: cgroup namespace setns support" not > >> booting

Re: CGroup Namespaces (v8)

2016-01-01 Thread Dan Williams
On Fri, Jan 1, 2016 at 10:06 AM, Serge E. Hallyn wrote: > On Fri, Jan 01, 2016 at 01:42:57AM -0800, Dan Williams wrote: >> Commit 54b39d263704 "cgroup: cgroup namespace setns support" not >> booting is a separate issue. > > Oh - been there since my first version of the set (v4). Odd, I > thought

Re: CGroup Namespaces (v8)

2016-01-01 Thread Serge E. Hallyn
On Fri, Jan 01, 2016 at 01:42:57AM -0800, Dan Williams wrote: > On Fri, Jan 1, 2016 at 12:59 AM, Serge E. Hallyn > wrote: > > On Fri, Jan 01, 2016 at 12:19:44AM -0800, Dan Williams wrote: > >> On Tue, Dec 22, 2015 at 8:23 PM, wrote: > >> > Hi, > >> > > >> > following is a revised set of the

Re: CGroup Namespaces (v8)

2016-01-01 Thread Dan Williams
On Fri, Jan 1, 2016 at 12:59 AM, Serge E. Hallyn wrote: > On Fri, Jan 01, 2016 at 12:19:44AM -0800, Dan Williams wrote: >> On Tue, Dec 22, 2015 at 8:23 PM, wrote: >> > Hi, >> > >> > following is a revised set of the CGroup Namespace patchset which Aditya >> > Kali has previously sent. The code

Re: CGroup Namespaces (v8)

2016-01-01 Thread Serge E. Hallyn
On Fri, Jan 01, 2016 at 12:19:44AM -0800, Dan Williams wrote: > On Tue, Dec 22, 2015 at 8:23 PM, wrote: > > Hi, > > > > following is a revised set of the CGroup Namespace patchset which Aditya > > Kali has previously sent. The code can also be found in the cgroupns.v8 > > branch of > > > >

Re: CGroup Namespaces (v8)

2016-01-01 Thread Dan Williams
On Tue, Dec 22, 2015 at 8:23 PM, wrote: > Hi, > > following is a revised set of the CGroup Namespace patchset which Aditya > Kali has previously sent. The code can also be found in the cgroupns.v8 > branch of > > https://git.kernel.org/cgit/linux/kernel/git/sergeh/linux-security.git/ Happy New

Re: CGroup Namespaces (v8)

2016-01-01 Thread Dan Williams
On Tue, Dec 22, 2015 at 8:23 PM, wrote: > Hi, > > following is a revised set of the CGroup Namespace patchset which Aditya > Kali has previously sent. The code can also be found in the cgroupns.v8 > branch of > >

Re: CGroup Namespaces (v8)

2016-01-01 Thread Serge E. Hallyn
On Fri, Jan 01, 2016 at 12:19:44AM -0800, Dan Williams wrote: > On Tue, Dec 22, 2015 at 8:23 PM, wrote: > > Hi, > > > > following is a revised set of the CGroup Namespace patchset which Aditya > > Kali has previously sent. The code can also be found in the cgroupns.v8 >

Re: CGroup Namespaces (v8)

2016-01-01 Thread Dan Williams
On Fri, Jan 1, 2016 at 12:59 AM, Serge E. Hallyn wrote: > On Fri, Jan 01, 2016 at 12:19:44AM -0800, Dan Williams wrote: >> On Tue, Dec 22, 2015 at 8:23 PM, wrote: >> > Hi, >> > >> > following is a revised set of the CGroup Namespace patchset

Re: CGroup Namespaces (v8)

2016-01-01 Thread Dan Williams
On Fri, Jan 1, 2016 at 10:06 AM, Serge E. Hallyn wrote: > On Fri, Jan 01, 2016 at 01:42:57AM -0800, Dan Williams wrote: >> Commit 54b39d263704 "cgroup: cgroup namespace setns support" not >> booting is a separate issue. > > Oh - been there since my first version of the

Re: CGroup Namespaces (v8)

2016-01-01 Thread Serge E. Hallyn
On Fri, Jan 01, 2016 at 01:42:57AM -0800, Dan Williams wrote: > On Fri, Jan 1, 2016 at 12:59 AM, Serge E. Hallyn > wrote: > > On Fri, Jan 01, 2016 at 12:19:44AM -0800, Dan Williams wrote: > >> On Tue, Dec 22, 2015 at 8:23 PM, wrote: > >> > Hi, >

Re: CGroup Namespaces (v8)

2015-12-28 Thread Tejun Heo
Applied 1-6 and 8 to cgroup/for-4.5. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

Re: CGroup Namespaces (v8)

2015-12-28 Thread Tejun Heo
Applied 1-6 and 8 to cgroup/for-4.5. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

CGroup Namespaces (v8)

2015-12-22 Thread serge . hallyn
Hi, following is a revised set of the CGroup Namespace patchset which Aditya Kali has previously sent. The code can also be found in the cgroupns.v8 branch of https://git.kernel.org/cgit/linux/kernel/git/sergeh/linux-security.git/ To summarize the semantics: 1. CLONE_NEWCGROUP re-uses

CGroup Namespaces (v8)

2015-12-22 Thread serge . hallyn
Hi, following is a revised set of the CGroup Namespace patchset which Aditya Kali has previously sent. The code can also be found in the cgroupns.v8 branch of https://git.kernel.org/cgit/linux/kernel/git/sergeh/linux-security.git/ To summarize the semantics: 1. CLONE_NEWCGROUP re-uses