The following changes since commit f92f4749861b06fed908d336b4dee1326003291b: Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux (2024-12-10 18:21:40 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.13-rc6-fixes for you to fetch changes up to 3cb97a927fffe443e1e7e8eddbfebfdb062e86ed: cgroup/cpuset: remove kernfs active break (2025-01-08 15:54:39 -1000) ---------------------------------------------------------------- cgroup: Fixes for v6.13-rc6 All are cpuset changes: - Fix isolated CPUs leaking into sched domains. - Remove now unnecessary kernfs active break which can trigger a warning. - Comment updates. ---------------------------------------------------------------- Chen Ridong (1): cgroup/cpuset: remove kernfs active break Costa Shulyupin (1): cgroup/cpuset: Remove stale text Waiman Long (1): cgroup/cpuset: Prevent leakage of isolated CPUs into sched domains kernel/cgroup/cpuset.c | 44 ++++++----------------- tools/testing/selftests/cgroup/test_cpuset_prs.sh | 33 +++++++++-------- 2 files changed, 30 insertions(+), 47 deletions(-) -- tejun