All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Lai Jiangshan <jiangshan.ljs@antgroup.com>
Subject: [GIT PULL] workqueue: Fixes for v6.11-rc1
Date: Mon, 15 Jul 2024 14:13:43 -1000	[thread overview]
Message-ID: <ZpW7N55a5usrGoVw@slm.duckdns.org> (raw)

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(-)


             reply	other threads:[~2024-07-16  0:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-16  0:13 Tejun Heo [this message]
2024-07-16  0:52 ` [GIT PULL] workqueue: Fixes for v6.11-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZpW7N55a5usrGoVw@slm.duckdns.org \
    --to=tj@kernel.org \
    --cc=jiangshan.ljs@antgroup.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.