* [GIT PULL] workqueue: Fixes for v7.0-rc7
@ 2026-04-12 17:15 Tejun Heo
2026-04-12 17:46 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2026-04-12 17:15 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Lai Jiangshan, linux-kernel
Hello,
This is a fix for a stall which triggers on ordered workqueues when
there are multiple inactive work items during workqueue property changes
through sysfs, which doesn't happen that frequently. While really late,
the fix is very low risk as it just repeats an operation which is
already being performed.
The following changes since commit e398978ddf18fe5a2fc8299c77e6fe50e6c306c4:
workqueue: Better describe stall check (2026-03-25 05:51:02 -1000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git tags/wq-for-7.0-rc7-fixes
for you to fetch changes up to 703ccb63ae9f7444d6ff876d024e17f628103c69:
workqueue: Add pool_workqueue to pending_pwqs list when unplugging multiple inactive works (2026-04-01 10:18:22 -1000)
----------------------------------------------------------------
workqueue: Fixes for v7.0-rc7
- Fix incomplete activation of multiple inactive works when unplugging a
pool_workqueue, where the pending_pwqs list wasn't being updated for
subsequent works.
----------------------------------------------------------------
Matthew Brost (1):
workqueue: Add pool_workqueue to pending_pwqs list when unplugging multiple inactive works
kernel/workqueue.c | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
--
tejun
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] workqueue: Fixes for v7.0-rc7
2026-04-12 17:15 [GIT PULL] workqueue: Fixes for v7.0-rc7 Tejun Heo
@ 2026-04-12 17:46 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-04-12 17:46 UTC (permalink / raw)
To: Tejun Heo; +Cc: Linus Torvalds, Lai Jiangshan, linux-kernel
The pull request you sent on Sun, 12 Apr 2026 07:15:45 -1000:
> https://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git tags/wq-for-7.0-rc7-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/35bdc192d829164a6e47184d06401918fe3d7f1f
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-04-12 17:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-12 17:15 [GIT PULL] workqueue: Fixes for v7.0-rc7 Tejun Heo
2026-04-12 17:46 ` pr-tracker-bot
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.