[GIT PULL] cgroup fixes for v6.19-rc3

From: Tejun Heo
Date: Sun Dec 28 2025 - 19:40:12 EST


Hi Linus,

The following changes since commit 3309b63a2281efb72df7621d60cc1246b6286ad3:

cgroup: rstat: use LOCK CMPXCHG in css_rstat_updated (2025-12-08 08:26:56 -1000)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git tags/cgroup-for-6.19-rc3-fixes

for you to fetch changes up to aa7d3a56a20f07978d9f401e13637a6479b13bd0:

cpuset: fix warning when disabling remote partition (2025-12-18 06:38:54 -1000)

----------------------------------------------------------------
cgroup: Fixes for v6.19-rc3

- cpuset: Fix spurious warning when disabling remote partition after CPU
hotplug leaves subpartitions_cpus empty. Guard the warning and invalidate
affected partitions.

----------------------------------------------------------------
Chen Ridong (1):
cpuset: fix warning when disabling remote partition

kernel/cgroup/cpuset.c | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)

Thanks.
--
tejun