Commit 0958d657b4bc for kernel

commit 0958d657b4bc28c5cdc313b9953cbcc0667c864f
Merge: 53d85a205644 e398978ddf18
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Mar 31 14:20:39 2026 -0700

    Merge tag 'wq-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq

    Pull workqueue fix from Tejun Heo:

     - 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.

    * tag 'wq-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
      workqueue: Better describe stall check
      workqueue: Fix false positive stall reports