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:   Mon, 11 Apr 2022 08:16:14 -0700
From:   Davidlohr Bueso <dave@...olabs.net>
To:     gregkh@...uxfoundation.org
Cc:     linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
        dave@...olabs.net
Subject: [PATCH 0/6] staging: Some tasklet removals

Hi,

The following are patches to further remove tasklet users out of
staging (none of such drivers at this point should continue using
these for async work). More complex users remain, which will be dealt
with in future patches. Compile-tested only.

Thanks!

Davidlohr Bueso (6):
  staging/most, dim2: convert dim2_tasklet to threaded irq
  staging/wlan-ng, prism2usb: replace reaper_bh tasklet with work
  staging/wlan-ng, prism2usb: replace completion_bh tasklet with work
  staging/ks7010: replace SME taslet with work
  staging/rtl8712: remove event_tasklet
  staging/rtl8192e,ieee80211: replace ps tasklet with work

 drivers/staging/ks7010/ks_hostif.c            | 21 ++++++------
 drivers/staging/ks7010/ks_wlan.h              |  2 +-
 drivers/staging/most/dim2/dim2.c              | 29 +++++-----------
 drivers/staging/rtl8192e/rtllib.h             |  2 +-
 drivers/staging/rtl8192e/rtllib_rx.c          |  2 +-
 drivers/staging/rtl8192e/rtllib_softmac.c     | 12 ++++---
 .../staging/rtl8192u/ieee80211/ieee80211.h    |  2 +-
 .../rtl8192u/ieee80211/ieee80211_softmac.c    | 15 ++++----
 drivers/staging/rtl8712/rtl871x_cmd.h         |  1 -
 drivers/staging/wlan-ng/hfa384x.h             |  4 +--
 drivers/staging/wlan-ng/hfa384x_usb.c         | 34 +++++++++----------
 drivers/staging/wlan-ng/prism2usb.c           |  8 ++---
 12 files changed, 63 insertions(+), 69 deletions(-)

--
2.26.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ