Re: [PATCH 07/10] cgroup: implement cgroup v2 thread support

2017-06-13 Thread Tejun Heo
Hello, Waiman. On Mon, Jun 12, 2017 at 11:41:09AM -0400, Waiman Long wrote: > > Internally, in a threaded subtree, each css_set has its ->proc_cset > > pointing to a matching css_set which belongs to the thread root. This > > ensures that thread root level cgroup_subsys_state for all threaded >

Re: [PATCH 07/10] cgroup: implement cgroup v2 thread support

2017-06-13 Thread Tejun Heo
Hello, Waiman. On Mon, Jun 12, 2017 at 11:41:09AM -0400, Waiman Long wrote: > > Internally, in a threaded subtree, each css_set has its ->proc_cset > > pointing to a matching css_set which belongs to the thread root. This > > ensures that thread root level cgroup_subsys_state for all threaded >

Re: [PATCH 07/10] cgroup: implement cgroup v2 thread support

2017-06-12 Thread Waiman Long
On 06/10/2017 10:03 AM, Tejun Heo wrote: > This patch implements cgroup v2 thread support. The goal of the > thread mode is supporting hierarchical accounting and control at > thread granularity while staying inside the resource domain model > which allows coordination across different resource

Re: [PATCH 07/10] cgroup: implement cgroup v2 thread support

2017-06-12 Thread Waiman Long
On 06/10/2017 10:03 AM, Tejun Heo wrote: > This patch implements cgroup v2 thread support. The goal of the > thread mode is supporting hierarchical accounting and control at > thread granularity while staying inside the resource domain model > which allows coordination across different resource

[PATCH 07/10] cgroup: implement cgroup v2 thread support

2017-06-10 Thread Tejun Heo
This patch implements cgroup v2 thread support. The goal of the thread mode is supporting hierarchical accounting and control at thread granularity while staying inside the resource domain model which allows coordination across different resource controllers and handling of anonymous resource

[PATCH 07/10] cgroup: implement cgroup v2 thread support

2017-06-10 Thread Tejun Heo
This patch implements cgroup v2 thread support. The goal of the thread mode is supporting hierarchical accounting and control at thread granularity while staying inside the resource domain model which allows coordination across different resource controllers and handling of anonymous resource