* [GIT PULL] cgroup: Fixes for v7.2-rc6
@ 2026-08-03 1:13 Tejun Heo
2026-08-03 18:42 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2026-08-03 1:13 UTC (permalink / raw)
To: Linus Torvalds
Cc: Johannes Weiner, Michal Koutný, Waiman Long,
Suren Baghdasaryan, Peter Zijlstra, cgroups, linux-kernel
Hello,
The following changes since commit 97fef602584458b100d383afed9d176c0bc689ab:
Docs/admin-guide/cgroup-v2: note blkcg_debug_stats gates io.latency stats (2026-07-07 12:26:23 -1000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git tags/cgroup-for-7.2-rc6-fixes
for you to fetch changes up to 2fd9b4cfcefe30cb506072f78f2cd3b6dc8a29b1:
Docs/admin-guide/cgroup-v2: document io.latency rotational vs non-rotational behavior (2026-08-02 11:29:33 -1000)
----------------------------------------------------------------
cgroup: Fixes for v7.2-rc6
- A pressure trigger's poll timer could be re-armed while the last trigger
was being torn down and then fire after the cgroup was freed. Tie the
timer to the cgroup's lifetime and shut it down when the cgroup is freed.
- Writing to a pressure file forked a worker kthread while holding the
cgroup mutex, creating lock dependencies from the mutex to the whole fork
path. A pressure write racing a sched_ext scheduler enable, which blocks
forks before grabbing the mutex, deadlocked. Fork the worker with the
mutex dropped.
- Documentation fix for io.latency behavior on non-rotational devices.
----------------------------------------------------------------
Tao Cui (1):
Docs/admin-guide/cgroup-v2: document io.latency rotational vs non-rotational behavior
Tejun Heo (2):
sched/psi: Create the psimon kthread outside of cgroup_mutex
sched/psi: Shut down rtpoll_timer in psi_cgroup_free()
Documentation/admin-guide/cgroup-v2.rst | 50 ++++++++++++++++------
include/linux/psi.h | 4 +-
kernel/cgroup/cgroup.c | 23 +++++++++-
kernel/sched/psi.c | 75 ++++++++++++++++++++++++++-------
4 files changed, 120 insertions(+), 32 deletions(-)
--
tejun
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] cgroup: Fixes for v7.2-rc6
2026-08-03 1:13 [GIT PULL] cgroup: Fixes for v7.2-rc6 Tejun Heo
@ 2026-08-03 18:42 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-08-03 18:42 UTC (permalink / raw)
To: Tejun Heo
Cc: Linus Torvalds, Johannes Weiner, Michal Koutný, Waiman Long,
Suren Baghdasaryan, Peter Zijlstra, cgroups, linux-kernel
The pull request you sent on Sun, 02 Aug 2026 15:13:20 -1000:
> https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git tags/cgroup-for-7.2-rc6-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/35e66f03de8f5343825adfc21bcaec4a99d3d4c2
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-03 18:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-03 1:13 [GIT PULL] cgroup: Fixes for v7.2-rc6 Tejun Heo
2026-08-03 18:42 ` 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