The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc: Linux 6.12-rc1 (2024-09-29 15:06:19 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.13 for you to fetch changes up to fbfbf86685b3270dc27d1c5d6108532334aaf329: cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing (2024-11-14 08:44:03 -1000) ---------------------------------------------------------------- cgroup: Changes for v6.13 - cpu.stat now also shows niced CPU time. - Freezer and cpuset optimizations. - Other misc changes. ---------------------------------------------------------------- Chen Ridong (4): Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline" cgroup/bpf: only cgroup v2 can be attached by bpf programs cgroup/freezer: Reduce redundant traversal for cgroup_freeze cgroup/freezer: Add cgroup CGRP_FROZEN flag update helper Joshua Hahn (2): cgroup/rstat: Tracking cgroup-level niced CPU time cgroup/rstat: Selftests for niced CPU statistics Waiman Long (4): cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cpumasks_hier()" cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per operation cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing Xiu Jianfeng (1): selftests/cgroup: Fix compile error in test_cpu.c Zefan Li (1): MAINTAINERS: remove Zefan Li everestkc (1): cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.c CREDITS | 3 + MAINTAINERS | 2 - include/linux/cgroup-defs.h | 3 +- kernel/cgroup/cgroup.c | 21 ++-- kernel/cgroup/cpuset.c | 157 +++++++++++++++++------------- kernel/cgroup/freezer.c | 97 +++++++++--------- kernel/cgroup/rstat.c | 19 +++- tools/testing/selftests/cgroup/test_cpu.c | 75 ++++++++++++++ 8 files changed, 239 insertions(+), 138 deletions(-) -- tejun