]> Git Repo - linux.git/commitdiff
Merge tag 'staging-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
authorLinus Torvalds <[email protected]>
Sun, 12 Mar 2023 16:17:30 +0000 (09:17 -0700)
committerLinus Torvalds <[email protected]>
Sun, 12 Mar 2023 16:17:30 +0000 (09:17 -0700)
Pull staging driver fixes and removal from Greg KH:
 "Here are four small staging driver fixes, and one big staging driver
  deletion for 6.3-rc2.

  The fixes are:

   - rtl8192e driver fixes for where the driver was attempting to
     execute various programs directly from the disk for unknown reasons

   - rtl8723bs driver fixes for issues found by Hans in testing

  The deleted driver is the removal of the r8188eu wireless driver as
  now in 6.3-rc1 we have a "real" wifi driver for one that includes
  support for many many more devices than this old driver did. So it's
  time to remove it as it is no longer needed. The maintainers of this
  driver all have acked its removal. Many thanks to them over the years
  for working to clean it up and keep it working while the real driver
  was being developed.

  All of these have been in linux-next this week with no reported
  problems"

* tag 'staging-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
  staging: r8188eu: delete driver
  staging: rtl8723bs: Pass correct parameters to cfg80211_get_bss()
  staging: rtl8723bs: Fix key-store index handling
  staging: rtl8192e: Remove call_usermodehelper starting RadioPower.sh
  staging: rtl8192e: Remove function ..dm_check_ac_dc_power calling a script

1  2 
MAINTAINERS

diff --combined MAINTAINERS
index 02f57bcc15b95f387af0103f7ee29af9941da7b6,93c5fa40c7726a05b88a9d2ed8209c5132b1ea11..ec57c42ed5440d5d2c6721d30aa0f4a69ec8b44a
@@@ -9871,10 -9871,10 +9871,10 @@@ M:   Christian Brauner <[email protected]
  M:    Seth Forshee <[email protected]>
  L:    [email protected]
  S:    Maintained
 -T:    git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping.git
 +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping.git
  F:    Documentation/filesystems/idmappings.rst
 -F:    tools/testing/selftests/mount_setattr/
  F:    include/linux/mnt_idmapping.*
 +F:    tools/testing/selftests/mount_setattr/
  
  IDT VersaClock 5 CLOCK DRIVER
  M:    Luca Ceresoli <[email protected]>
@@@ -16391,7 -16391,6 +16391,7 @@@ R:   Alexander Shishkin <alexander.shishk
  R:    Jiri Olsa <[email protected]>
  R:    Namhyung Kim <[email protected]>
  R:    Ian Rogers <[email protected]>
 +R:    Adrian Hunter <[email protected]>
  L:    [email protected]
  L:    [email protected]
  S:    Supported
@@@ -19864,13 -19863,6 +19864,6 @@@ S:  Maintaine
  W:    http://wiki.laptop.org/go/DCON
  F:    drivers/staging/olpc_dcon/
  
- STAGING - REALTEK RTL8188EU DRIVERS
- M:    Larry Finger <[email protected]>
- M:    Phillip Potter <[email protected]>
- R:    Pavel Skripkin <[email protected]>
- S:    Supported
- F:    drivers/staging/r8188eu/
  STAGING - REALTEK RTL8712U DRIVERS
  M:    Larry Finger <[email protected]>
  M:    Florian Schilhabel <[email protected]>.
This page took 0.089686 seconds and 4 git commands to generate.