All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Lai Jiangshan <jiangshanlai@gmail.com>, linux-kernel@vger.kernel.org
Subject: [GIT PULL] workqueue: Fixes for v7.0-rc6
Date: Tue, 31 Mar 2026 09:43:30 -1000	[thread overview]
Message-ID: <8a746a00af265d913ebffb64409a0c8d@kernel.org> (raw)

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

             reply	other threads:[~2026-03-31 19:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-31 19:43 Tejun Heo [this message]
2026-03-31 21:34 ` [GIT PULL] workqueue: Fixes for v7.0-rc6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8a746a00af265d913ebffb64409a0c8d@kernel.org \
    --to=tj@kernel.org \
    --cc=jiangshanlai@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.