[GIT PULL] workqueue fixes for v6.11-rc4

From: Tejun Heo
Date: Fri Aug 23 2024 - 20:45:02 EST


The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.11-rc4-fixes

for you to fetch changes up to c4c8f369b6a6d21ce27286de1501137771e01dc3:

workqueue: Correct declaration of cpu_pwq in struct workqueue_struct (2024-08-05 18:34:02 -1000)

----------------------------------------------------------------
workqueue: Fixes for v6.11-rc4

Nothing too interesting. One patch to remove spurious warning and others to
address static checker warnings.

----------------------------------------------------------------
Lai Jiangshan (1):
workqueue: Remove incorrect "WARN_ON_ONCE(!list_empty(&worker->entry));" from dying worker

Nikita Shubin (1):
workqueue: doc: Fix function name, remove markers

Tejun Heo (1):
workqueue: Fix spruious data race in __flush_work()

Uros Bizjak (1):
workqueue: Correct declaration of cpu_pwq in struct workqueue_struct

Will Deacon (1):
workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask()

Documentation/core-api/workqueue.rst | 2 +-
kernel/workqueue.c | 50 +++++++++++++++++++-----------------
2 files changed, 28 insertions(+), 24 deletions(-)