-
- Downloads
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
No related branches found
No related tags found
Showing
- Documentation/cgroup-v2.txt 1 addition, 1 deletionDocumentation/cgroup-v2.txt
- include/linux/cgroup-defs.h 6 additions, 0 deletionsinclude/linux/cgroup-defs.h
- include/linux/cpuset.h 6 additions, 0 deletionsinclude/linux/cpuset.h
- kernel/cgroup.c 23 additions, 8 deletionskernel/cgroup.c
- kernel/cpuset.c 49 additions, 22 deletionskernel/cpuset.c
Loading
Please register or sign in to comment