02 Jan, 2018
1 commit
-
The cgroup-v1 documentation is out of date in a few places:
* cgroup controllers can no longer be compiled as modules since commit
3ed80a6 ("cgroup: drop module support"); the functions and fields
referenced here no longer exist.* Controllers need to create of a cgroup_subsys object named
"_cgrp_subsys" instead of "_subsys" since commit
073219e ("cgroup: clean up cgroup_subsys names and initialization")Cc: Tejun Heo
Cc: Jonathan Corbet
Cc: linux-doc@vger.kernel.org
Signed-off-by: Matt Roper
Signed-off-by: Tejun Heo
04 Aug, 2016
1 commit
-
cgroup's document path is changed to "cgroup-v1". update it.
Signed-off-by: seokhoon.yoon
Signed-off-by: Jonathan Corbet
18 Mar, 2016
1 commit
-
There are various email addresses for me throughout the kernel. Use the
one that will always be valid.Signed-off-by: Christoph Lameter
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
12 Jan, 2016
1 commit
-
cgroup-legacy may be too loaded. Rename the docs so that they're
postfixed with v1 and v2.* s/cgroup-legacy/cgroup-v1/
* s/cgroup.txt/cgroup-v2.txt/Signed-off-by: Tejun Heo