[GIT PULL] workqueue: Fixes for v7.0-rc7
From: Tejun Heo
Date: Sun Apr 12 2026 - 13:15:57 EST
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