Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup updates from Tejun Heo: "Nothing major. Two notable fixes are Li's second stab at fixing the long-standing race condition in the mount path and suppression of spurious warning from cgroup_get(). All other changes are trivial" * 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: cgroup: mark cgroup_get() with __maybe_unused cgroup: avoid attaching a cgroup root to two different superblocks, take 2 cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc() cgroup: move cgroup_subsys_state parent field for cache locality cpuset: Remove cpuset_update_active_cpus()'s parameter. cgroup: switch to BUG_ON() cgroup: drop duplicate header nsproxy.h kernel: convert css_set.refcount from atomic_t to refcount_t kernel: convert cgroup_namespace.count from atomic_t to refcount_t
No related branches found
No related tags found
Showing
- include/linux/cgroup-defs.h 8 additions, 4 deletionsinclude/linux/cgroup-defs.h
- include/linux/cgroup.h 4 additions, 4 deletionsinclude/linux/cgroup.h
- include/linux/cpuset.h 2 additions, 2 deletionsinclude/linux/cpuset.h
- kernel/cgroup/cgroup-internal.h 4 additions, 3 deletionskernel/cgroup/cgroup-internal.h
- kernel/cgroup/cgroup-v1.c 17 additions, 3 deletionskernel/cgroup/cgroup-v1.c
- kernel/cgroup/cgroup.c 25 additions, 15 deletionskernel/cgroup/cgroup.c
- kernel/cgroup/cpuset.c 4 additions, 7 deletionskernel/cgroup/cpuset.c
- kernel/cgroup/namespace.c 1 addition, 1 deletionkernel/cgroup/namespace.c
- kernel/sched/core.c 2 additions, 2 deletionskernel/sched/core.c
Please register or sign in to comment