lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZpW7N55a5usrGoVw@slm.duckdns.org>
Date: Mon, 15 Jul 2024 14:13:43 -1000
From: Tejun Heo <tj@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
	Lai Jiangshan <jiangshan.ljs@...group.com>
Subject: [GIT PULL] workqueue: Fixes for v6.11-rc1

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ