[GIT PULL] workqueue: Fixes for v6.11-rc1

From: Tejun Heo
Date: Mon Jul 15 2024 - 20:14:00 EST


The following changes since commit b02c520fee6327eb4b25696c5e2d6732f362213c:

Merge tag 'wq-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq (2024-07-15 16:51:22 -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-rc1-fixes

for you to fetch changes up to aa8684755a283536bd8ad93141052f47a4faa5a3:

workqueue: Remove unneeded lockdep_assert_cpus_held() (2024-07-15 14:01:14 -1000)

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

cpus_read_lock() is dropped from workqueue creation path but there were
still remaining lockdep_assert_cpus_held() triggering spurious lockdep
failures. Remove them.

----------------------------------------------------------------
Lai Jiangshan (1):
workqueue: Remove unneeded lockdep_assert_cpus_held()

kernel/workqueue.c | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)