Merge tag 'wq-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Aug 2024 02:35:57 +0000 (10:35 +0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Aug 2024 02:35:57 +0000 (10:35 +0800)
commitcb2c84b38082f8bd052bf909c7da344b83578ace
treea4529bfe00cd55d0506e69e09ade788b0355e5fa
parent5bd6cf00740765c47b5684e2d75ac90d3371659a
parentc4c8f369b6a6d21ce27286de1501137771e01dc3
Merge tag 'wq-for-6.11-rc4-fixes' of git://git./linux/kernel/git/tj/wq

Pull workqueue fixes from Tejun Heo:
 "Nothing too interesting. One patch to remove spurious warning and
  others to address static checker warnings"

* tag 'wq-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: Correct declaration of cpu_pwq in struct workqueue_struct
  workqueue: Fix spruious data race in __flush_work()
  workqueue: Remove incorrect "WARN_ON_ONCE(!list_empty(&worker->entry));" from dying worker
  workqueue: Fix UBSAN 'subtraction overflow' error in shift_and_mask()
  workqueue: doc: Fix function name, remove markers