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]
Date: Sun, 10 Mar 2024 23:13:25 -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 BH conversions for v6.9

Hello,

This should be pulled after wq-for-6.9.

The following changes since commit 8eb17dc1a6b5db7e89681f59285242af8d182f95:

  workqueue: Skip __WQ_DESTROYING workqueues when updating global unbound cpumask (2024-02-05 07:52:22 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/ tags/wq-for-6.9-bh-conversions

for you to fetch changes up to 8fea0c8fda30129b4168464975505d5dc9735ac1:

  usb: core: hcd: Convert from tasklet to BH workqueue (2024-02-05 13:22:38 -1000)

----------------------------------------------------------------
workqueue: BH workqueue conversions for v6.9

This pull request contains two patches that convert tasklet users to BH
workqueue - backtractest and usb hcd. DM conversions are being routed
through the respective subsystem tree. Hopefully, the next cycle will see a
lot more conversions.

----------------------------------------------------------------
Tejun Heo (2):
      backtracetest: Convert from tasklet to BH workqueue
      usb: core: hcd: Convert from tasklet to BH workqueue

 drivers/usb/core/hcd.c  | 23 ++++++++++++-----------
 include/linux/usb/hcd.h |  2 +-
 kernel/backtracetest.c  | 18 +++++++-----------
 3 files changed, 20 insertions(+), 23 deletions(-)

-- 
tejun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ