aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-02-10 14:36:19 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2016-02-10 14:36:19 -0500
commitfb0dc5f129bc2d4763bdc237b8df0e1708c03e1e (patch)
tree4c635f1ca11535c0072d2f10282a31d16979d639 /Documentation
parent9aece75c138d93bde79a2baeb9187a1109b4e952 (diff)
parent9a2ddda572a002633a64b1ae5f4bc49cfcbf495f (diff)
Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup fixes from Tejun Heo: - The destruction path of cgroup objects are asynchronous and multi-staged and some of them ended up destroying parents before children leading to failures in cpu and memory controllers. Ensure that parents are always destroyed after children. - cpuset mm node migration was performed synchronously while holding threadgroup and cgroup mutexes and the recent threadgroup locking update resulted in a possible deadlock. The migration is best effort and shouldn't have been performed under those locks to begin with. Made asynchronous. - Minor documentation fix. * 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: Documentation: cgroup: Fix 'cgroup-legacy' -> 'cgroup-v1' cgroup: make sure a parent css isn't freed before its children cgroup: make sure a parent css isn't offlined before its children cpuset: make mm migration asynchronous
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/cgroup-v2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cgroup-v2.txt b/Documentation/cgroup-v2.txt
index e8d25e784214..ff49cf901148 100644
--- a/Documentation/cgroup-v2.txt
+++ b/Documentation/cgroup-v2.txt
@@ -7,7 +7,7 @@ This is the authoritative documentation on the design, interface and
7conventions of cgroup v2. It describes all userland-visible aspects 7conventions of cgroup v2. It describes all userland-visible aspects
8of cgroup including core and specific controller behaviors. All 8of cgroup including core and specific controller behaviors. All
9future changes must be reflected in this document. Documentation for 9future changes must be reflected in this document. Documentation for
10v1 is available under Documentation/cgroup-legacy/. 10v1 is available under Documentation/cgroup-v1/.
11 11
12CONTENTS 12CONTENTS
13 13