]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 May 2017 20:52:24 +0000 (13:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 May 2017 20:52:24 +0000 (13:52 -0700)
commit75f8bc5d35aa3b33f2b8dcc5b3745e4b12a40af7
tree9144c17f764008b27022d6350fd19d4c1e785d43
parent411bf7c91ef3764c95dab435fb8f57740eaa8522
parent95df20dcb8154f5a53ea418ac8cd9d94f2d7c057
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
include/linux/cgroup.h
kernel/cgroup/cgroup-v1.c
kernel/cgroup/cgroup.c
kernel/sched/core.c