[GIT PULL] cgroup fixes for v5.13-rc3

From: Tejun Heo
Date: Mon May 24 2021 - 13:43:41 EST


Hello, Linus.

* "cgroup_disable=" boot param was being applied too late confusing some
subsystems. Fix it by moving application to __setup() time.

* Comment spelling fixes. Included here to lower the chance of trivial
future merge conflicts.

Thanks.

The following changes since commit c3d0e3fd41b7f0f5d5d5b6022ab7e813f04ea727:

Merge tag 'fs.idmapped.mount_setattr.v5.13-rc3' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux (2021-05-19 06:12:31 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-5.13-fixes

for you to fetch changes up to 08b2b6fdf6b26032f025084ce2893924a0cdb4a2:

cgroup: fix spelling mistakes (2021-05-24 12:45:26 -0400)

----------------------------------------------------------------
Shakeel Butt (1):
cgroup: disable controllers at parse time

Zhen Lei (1):
cgroup: fix spelling mistakes

include/linux/cgroup-defs.h | 6 +++---
include/linux/cgroup.h | 2 +-
kernel/cgroup/cgroup-v1.c | 2 +-
kernel/cgroup/cgroup.c | 21 +++++++++------------
kernel/cgroup/cpuset.c | 2 +-
kernel/cgroup/rdma.c | 2 +-
kernel/cgroup/rstat.c | 2 +-
7 files changed, 17 insertions(+), 20 deletions(-)

--
tejun