Re: [PATCHSET for-4.13] cgroup: implement cgroup2 thread mode, v3

2017-07-17 Thread Tejun Heo
On Mon, Jul 17, 2017 at 10:48:44AM -0400, Waiman Long wrote: > > git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git > > review-cgroup2-threads-v3 > > Your new patches don't seem to be pushed to your git tree yet. I > couldn't find them there. Oops, pushed out now. Thanks. -- tejun

Re: [PATCHSET for-4.13] cgroup: implement cgroup2 thread mode, v3

2017-07-17 Thread Waiman Long
On 07/16/2017 10:07 PM, Tejun Heo wrote: > Hello, > > This is v3 of cgroup2 thread mode patchset. The changes from v2[L] > are > > * Switched to marking each cgroup threaded instead of doing it > per-subtree as suggested by PeterZ. This allows more flexibility > and removes certain interface

[PATCHSET for-4.13] cgroup: implement cgroup2 thread mode, v3

2017-07-16 Thread Tejun Heo
Hello, This is v3 of cgroup2 thread mode patchset. The changes from v2[L] are * Switched to marking each cgroup threaded instead of doing it per-subtree as suggested by PeterZ. This allows more flexibility and removes certain interface quirks. * Dropped RFC tag and excluded cpu controller