cpuset: allow to move tasks to empty cpusets
authorLi Zefan <lizefan@huawei.com>
Sun, 9 Jun 2013 09:16:46 +0000 (17:16 +0800)
committerTejun Heo <tj@kernel.org>
Thu, 13 Jun 2013 17:48:33 +0000 (10:48 -0700)
commit88fa523bff295f1d60244a54833480b02f775152
tree45231f9e9d1ec3612bbe3ce5d14673f27c4cbb12
parent5c5cc62321d9df7a9a608346fc649c4528380c8f
cpuset: allow to move tasks to empty cpusets

Currently some cpuset behaviors are not friendly when cpuset is co-mounted
with other cgroup controllers.

Now with this patchset if cpuset is mounted with sane_behavior option,
it behaves differently:

- Tasks will be kept in empty cpusets when hotplug happens and take
  masks of ancestors with non-empty cpus/mems, instead of being moved to
  an ancestor.

- A task can be moved into an empty cpuset, and again it takes masks of
  ancestors, so the user can drop a task into a newly created cgroup without
  having to do anything for it.

As tasks can reside in empy cpusets, here're some rules:

- They can be moved to another cpuset, regardless it's empty or not.

- Though it takes masks from ancestors, it takes other configs from the
  empty cpuset.

- If the ancestors' masks are changed, those tasks will also be updated
  to take new masks.

v2: add documentation in include/linux/cgroup.h

Signed-off-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/cgroup.h
kernel/cpuset.c