On Thu, Nov 08, 2018 at 10:08:34AM -0500, Waiman Long wrote: > Waiman Long (12): > cpuset: Enable cpuset controller in default hierarchy > cpuset: Define data structures to support scheduling partition > cpuset: Simply allocation and freeing of cpumasks > cpuset: Add new v2 cpuset.sched.partition flag > cpuset: Add an error state to cpuset.sched.partition > cpuset: Track cpusets that use parent's effective_cpus > cpuset: Make CPU hotplug work with partition > cpuset: Make generate_sched_domains() work with partition > cpuset: Expose cpus.effective and mems.effective on cgroup v2 root > cpuset: Use descriptive text when reading/writing > cpuset.sched.partition > cpuset: Add documentation about the new "cpuset.sched.partition" flag > cpuset: Expose cpuset.cpus.subpartitions with cgroup_debug > > Documentation/admin-guide/cgroup-v2.rst | 182 +++++- > include/linux/cgroup-defs.h | 1 + > kernel/cgroup/cgroup-internal.h | 2 + > kernel/cgroup/cgroup.c | 14 +- > kernel/cgroup/cpuset.c | 942 +++++++++++++++++++++++++++++--- > kernel/cgroup/debug.c | 4 +- > 6 files changed, 1070 insertions(+), 75 deletions(-) Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx> Thanks Waiman!