Merge tag 'wq-for-6.11-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jul 2024 00:23:32 +0000 (17:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jul 2024 00:23:32 +0000 (17:23 -0700)
commitd8764c1931a4c91b9b53ee183757f70999da2bb3
tree0082ec7b144253aae76a6cdf9ad65aedabdfc216
parentc89d780cc195a63dcd9c3d2fc239308b3920a9a1
parentaa8684755a283536bd8ad93141052f47a4faa5a3
Merge tag 'wq-for-6.11-rc1-fixes' of git://git./linux/kernel/git/tj/wq

Pull workqueue fix from Tejun Heo:
 "cpus_read_lock() was dropped from workqueue creation path but there
  were still remaining lockdep_assert_cpus_held() triggering spurious
  lockdep failures. Remove them"

* tag 'wq-for-6.11-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
  workqueue: Remove unneeded lockdep_assert_cpus_held()