[GIT PULL] cgroup fixes for v6.4-rc5

From: Tejun Heo
Date: Thu Jun 08 2023 - 21:01:25 EST


The following changes since commit 44c026a73be8038f03dbdeef028b642880cf1511:

Linux 6.4-rc3 (2023-05-21 14:05:48 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.4-rc5-fixes

for you to fetch changes up to 5647e53f7856bb39dae781fe26aa65a699e2fc9f:

cgroup: Documentation: Clarify usage of memory limits (2023-06-05 14:08:12 -1000)

----------------------------------------------------------------
cgroup: Fixes for v6.4-rc5

* Fix css_set reference leaks on fork failures.

* Fix CPU hotplug locking in cgroup_transfer_tasks() which is used by
cgroup1 cpuset.

* Doc update.

----------------------------------------------------------------
Dan Schatzberg (1):
cgroup: Documentation: Clarify usage of memory limits

John Sperbeck (1):
cgroup: always put cset in cgroup_css_set_put_fork

Qi Zheng (1):
cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()

Documentation/admin-guide/cgroup-v2.rst | 22 ++++++++++------------
kernel/cgroup/cgroup-v1.c | 4 ++--
kernel/cgroup/cgroup.c | 17 ++++++++---------
3 files changed, 20 insertions(+), 23 deletions(-)