[GIT PULL] cgroup: Fixes for v7.0-rc3
From: Tejun Heo
Date: Fri Mar 13 2026 - 16:29:23 EST
Hello,
The following changes since commit 5ee8dbf54602dc340d6235b1d6aa17c0f283f48c:
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux (2026-03-05 11:52:03 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git tags/cgroup-for-7.0-rc3-fixes
for you to fetch changes up to a72f73c4dd9b209c53cf8b03b6e97fcefad4262c:
cgroup: Don't expose dead tasks in cgroup (2026-03-06 12:43:25 -1000)
----------------------------------------------------------------
cgroup: Fixes for v7.0-rc3
- Hide PF_EXITING tasks from cgroup.procs to avoid exposing dead tasks
that haven't been removed yet, fixing a systemd timeout issue on
PREEMPT_RT.
- Call rebuild_sched_domains() directly in CPU hotplug instead of
deferring to a workqueue, fixing a race where online/offline CPUs
could briefly appear in stale sched domains.
----------------------------------------------------------------
Sebastian Andrzej Siewior (1):
cgroup: Don't expose dead tasks in cgroup
Waiman Long (1):
cgroup/cpuset: Call rebuild_sched_domains() directly in hotplug
kernel/cgroup/cgroup.c | 6 +++++
kernel/cgroup/cpuset.c | 59 ++++++++++++++++++++++++++------------------------
2 files changed, 37 insertions(+), 28 deletions(-)
Thanks.
--
tejun