[GIT PULL] workqueue: Fixes for v7.0-rc6

From: Tejun Heo

Date: Tue Mar 31 2026 - 15:50:35 EST


Hello,

The following changes since commit 98c790b100764102d877e9339471b8c4c9233f2c:

workqueue: Rename show_cpu_pool{s,}_hog{s,}() to reflect broadened scope (2026-03-06 06:38:16 -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-rc6-fixes

for you to fetch changes up to e398978ddf18fe5a2fc8299c77e6fe50e6c306c4:

workqueue: Better describe stall check (2026-03-25 05:51:02 -1000)

----------------------------------------------------------------
workqueue: Fixes for v7.0-rc6

- Fix false positive stall reports on weakly ordered architectures where
the lockless worklist/timestamp check in the watchdog can observe stale
values due to memory reordering. Recheck under pool->lock to confirm.

----------------------------------------------------------------
Petr Mladek (1):
workqueue: Better describe stall check

Song Liu (1):
workqueue: Fix false positive stall reports

kernel/workqueue.c | 25 ++++++++++++++++++++++---
1 file changed, 22 insertions(+), 3 deletions(-)

--
tejun