Re: [PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2

2014-04-30 Thread Raghavendra KT
On Tue, Apr 15, 2014 at 3:06 AM, Tejun Heo wrote: > Hello, > > This is v2 of the unified hierarchy patchset. Changes from v1[1] are, > > * Rebased on top of v3.15-rc1 > > * Interface file "cgroup.controllers" which was only available in the > root is now available in all cgroups. This allows,

Re: [PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2

2014-04-30 Thread Raghavendra KT
On Tue, Apr 15, 2014 at 3:06 AM, Tejun Heo t...@kernel.org wrote: Hello, This is v2 of the unified hierarchy patchset. Changes from v1[1] are, * Rebased on top of v3.15-rc1 * Interface file cgroup.controllers which was only available in the root is now available in all cgroups. This

Re: [PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2

2014-04-23 Thread Tejun Heo
On Mon, Apr 14, 2014 at 05:36:58PM -0400, Tejun Heo wrote: > Hello, > > This is v2 of the unified hierarchy patchset. Changes from v1[1] are, Applied to cgroup/for-3.16. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2

2014-04-23 Thread Tejun Heo
On Mon, Apr 14, 2014 at 05:36:58PM -0400, Tejun Heo wrote: Hello, This is v2 of the unified hierarchy patchset. Changes from v1[1] are, Applied to cgroup/for-3.16. Thanks. -- tejun -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2

2014-04-15 Thread Li Zefan
On 2014/4/15 5:36, Tejun Heo wrote: > Hello, > > This is v2 of the unified hierarchy patchset. Changes from v1[1] are, > > * Rebased on top of v3.15-rc1 > > * Interface file "cgroup.controllers" which was only available in the > root is now available in all cgroups. This allows, e.g., a >

Re: [PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2

2014-04-15 Thread Tejun Heo
On Tue, Apr 15, 2014 at 10:23:55AM +0800, Li Zefan wrote: > Right after bootup: > > # mount -t cgroup -o __DEVEL__sane_behavior xxx /mnt > # ls /mnt > cgroup.controllers cgroup.procs cgroup.sane_behavior cgroup.subtree_control > # cat /mnt/cgroup.controllers > cpuset cpu cpuacct memory devices

Re: [PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2

2014-04-15 Thread Tejun Heo
On Tue, Apr 15, 2014 at 10:23:55AM +0800, Li Zefan wrote: Right after bootup: # mount -t cgroup -o __DEVEL__sane_behavior xxx /mnt # ls /mnt cgroup.controllers cgroup.procs cgroup.sane_behavior cgroup.subtree_control # cat /mnt/cgroup.controllers cpuset cpu cpuacct memory devices

Re: [PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2

2014-04-15 Thread Li Zefan
On 2014/4/15 5:36, Tejun Heo wrote: Hello, This is v2 of the unified hierarchy patchset. Changes from v1[1] are, * Rebased on top of v3.15-rc1 * Interface file cgroup.controllers which was only available in the root is now available in all cgroups. This allows, e.g., a

Re: [PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2

2014-04-14 Thread Li Zefan
> This patchset finally implements the default unified hierarchy. The > goal is providing enough flexibility while enforcing stricter common > structure where appropriate to address the above listed issues. > > Controllers which aren't bound to other hierarchies are > automatically attached to

Re: [PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2

2014-04-14 Thread Tejun Heo
On Mon, Apr 14, 2014 at 05:36:58PM -0400, Tejun Heo wrote: > The patchset is on top of cgroup/for-3.15 01a971406177 ("cgroup: Use > RCU_INIT_POINTER(x, NULL) in cgroup.c") and also available in the > following git branch. Oops, obviously, the patchset is on top of v3.15-rc1 c9eaa447e77e ("Linux

[PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2

2014-04-14 Thread Tejun Heo
Hello, This is v2 of the unified hierarchy patchset. Changes from v1[1] are, * Rebased on top of v3.15-rc1 * Interface file "cgroup.controllers" which was only available in the root is now available in all cgroups. This allows, e.g., a sub-manager in charge of a subtree to tell which

Re: [PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2

2014-04-14 Thread Li Zefan
This patchset finally implements the default unified hierarchy. The goal is providing enough flexibility while enforcing stricter common structure where appropriate to address the above listed issues. Controllers which aren't bound to other hierarchies are automatically attached to the

[PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2

2014-04-14 Thread Tejun Heo
Hello, This is v2 of the unified hierarchy patchset. Changes from v1[1] are, * Rebased on top of v3.15-rc1 * Interface file cgroup.controllers which was only available in the root is now available in all cgroups. This allows, e.g., a sub-manager in charge of a subtree to tell which

Re: [PATCHSET cgroup/for-3.16] cgroup: implement unified hierarchy, v2

2014-04-14 Thread Tejun Heo
On Mon, Apr 14, 2014 at 05:36:58PM -0400, Tejun Heo wrote: The patchset is on top of cgroup/for-3.15 01a971406177 (cgroup: Use RCU_INIT_POINTER(x, NULL) in cgroup.c) and also available in the following git branch. Oops, obviously, the patchset is on top of v3.15-rc1 c9eaa447e77e (Linux