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: <ZuM56t-kul8mRw9d@slm.duckdns.org>
Date: Thu, 12 Sep 2024 08:58:50 -1000
From: Tejun Heo <tj@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Lai Jiangshan <jiangshanlai@...il.com>
Subject: [GIT PULL] workqueue: Fixes for v6.11-rc7

The following changes since commit c4c8f369b6a6d21ce27286de1501137771e01dc3:

  workqueue: Correct declaration of cpu_pwq in struct workqueue_struct (2024-08-05 18:34:02 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.11-rc7-fixes

for you to fetch changes up to 73613840a8896f4f859eea489cb4a7a656939e70:

  workqueue: Clear worker->pool in the worker thread context (2024-09-11 19:58:20 -1000)

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

Contains the fix for a NULL worker->pool deref bug which can be triggered
when a worker is created and then destroyed immediately.

----------------------------------------------------------------
Lai Jiangshan (1):
      workqueue: Clear worker->pool in the worker thread context

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

-- 
tejun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ