public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] cgroup: Fixes for v7.0-rc3
@ 2026-03-13 20:28 Tejun Heo
  2026-03-13 22:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2026-03-13 20:28 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Johannes Weiner, Michal Koutny, Waiman Long, cgroups,
	linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-13 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 20:28 [GIT PULL] cgroup: Fixes for v7.0-rc3 Tejun Heo
2026-03-13 22:15 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox