[GIT PULL] workqueue BH conversions for v6.9

From: Tejun Heo
Date: Mon Mar 11 2024 - 05:14:01 EST


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