[GIT PULL] Staging driver fixes for 7.2-rc7
From: Greg KH
Date: Sat Aug 08 2026 - 11:32:46 EST
The following changes since commit f5098b6bae761e346ebcd9da7f95622c04733cff:
Linux 7.2-rc5 (2026-07-26 14:45:48 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-7.2-rc7
for you to fetch changes up to 6829665d050983907b560173e49dcc6c11cb2730:
staging: rtl8723bs: validate monitor transmit frame lengths (2026-07-28 09:44:42 +0200)
----------------------------------------------------------------
Staging driver fixes for 7.2-rc7
Here are some more small staging driver fixes, just for the rtl8723bs
driver, for some reported problems found with it now that people are
starting to actually test the thing with "bad" networks.
Nothing major, but good to have in the -final release. All of these
have been in linux-next for over a week with no reported problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Mariano Baragiola (1):
staging: rtl8723bs: validate monitor transmit frame lengths
Muhammad Bilal (2):
staging: rtl8723bs: fix OOB read in rtw_get_wpa_ie()
staging: rtl8723bs: fix OOB read in WMM_param_handler()
Panagiotis Petrakopoulos (1):
staging: rtl8723bs: fix missing shared-key auth challenge length check
drivers/staging/rtl8723bs/core/rtw_ieee80211.c | 3 +++
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 2 +-
drivers/staging/rtl8723bs/core/rtw_wlan_util.c | 3 +++
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 4 ++++
4 files changed, 11 insertions(+), 1 deletion(-)