[GIT PULL] cgroup: Fixes for v6.17-rc2

From: Tejun Heo
Date: Thu Aug 21 2025 - 16:32:37 EST


The following changes since commit 561c80369df0733ba0574882a1635287b20f9de2:

Merge tag 'tty-6.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty (2025-08-09 18:12:23 +0300)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.17-rc2-fixes

for you to fetch changes up to 6563623e604e3e235b2cee71190a4972be8f986b:

docs: cgroup: fixed spelling mistakes in documentation (2025-08-12 10:52:28 -1000)

----------------------------------------------------------------
cgroup: Fixes for v6.17-rc2

- Fix NULL de-ref in css_rstat_exit() which could happen after allocation
failure.

- Fix a cpuset partition handling bug and a couple other misc issues.

- Doc spelling fix.

----------------------------------------------------------------
JP Kobryn (1):
cgroup: avoid null de-ref in css_rstat_exit()

Soham Metha (1):
docs: cgroup: fixed spelling mistakes in documentation

Waiman Long (3):
cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config_key
cgroup/cpuset: Fix a partition error with CPU hotplug
cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write()

Documentation/admin-guide/cgroup-v2.rst | 4 ++--
kernel/cgroup/cpuset.c | 11 +++++------
kernel/cgroup/rstat.c | 3 +++
3 files changed, 10 insertions(+), 8 deletions(-)

--
tejun