The following changes since commit a86bf2283d2c9769205407e2b54777c03d012939: Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2025-02-01 15:07:56 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.14-rc2-fixes for you to fetch changes up to db5fd3cf8bf41b84b577b8ad5234ea95f327c9be: cgroup: Remove steal time from usage_usec (2025-02-07 11:02:17 -1000) ---------------------------------------------------------------- cgroup: Fixes for v6.14-rc2 - Fix a race window where a newly forked task could escape cgroup.kill. - Remove incorrectly included steal time from cpu.stat::usage_usec. - Minor update in selftest. ---------------------------------------------------------------- Bharadwaj Raju (1): selftests/cgroup: use bash in test_cpuset_v1_hp.sh Muhammad Adeel (1): cgroup: Remove steal time from usage_usec Shakeel Butt (1): cgroup: fix race between fork and cgroup.kill include/linux/cgroup-defs.h | 6 +++--- include/linux/sched/task.h | 1 + kernel/cgroup/cgroup.c | 20 ++++++++++++-------- kernel/cgroup/rstat.c | 1 - tools/testing/selftests/cgroup/test_cpuset_v1_hp.sh | 2 +- 5 files changed, 17 insertions(+), 13 deletions(-) -- tejun