From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Johannes Weiner <hannes@cmpxchg.org>,
Michal Koutny <mkoutny@suse.com>,
Waiman Long <longman@redhat.com>,
cgroups@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] cgroup: Fixes for v7.0-rc3
Date: Fri, 13 Mar 2026 10:28:42 -1000 [thread overview]
Message-ID: <bec9d24e3542e85a4bdb229dee142b19@kernel.org> (raw)
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
next reply other threads:[~2026-03-13 20:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-13 20:28 Tejun Heo [this message]
2026-03-13 22:15 ` [GIT PULL] cgroup: Fixes for v7.0-rc3 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bec9d24e3542e85a4bdb229dee142b19@kernel.org \
--to=tj@kernel.org \
--cc=cgroups@vger.kernel.org \
--cc=hannes@cmpxchg.org \
--cc=linux-kernel@vger.kernel.org \
--cc=longman@redhat.com \
--cc=mkoutny@suse.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.