[GIT PULL] Staging driver fixes for 7.1-final

From: Greg KH

Date: Fri Jun 12 2026 - 06:32:52 EST


The following changes since commit 5d6919055dec134de3c40167a490f33c74c12581:

Linux 7.1-rc3 (2026-05-10 14:08:09 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-7.1-final

for you to fetch changes up to 88e994c57a79f62d5338231d8d37ee8dd98baffe:

staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtraction (2026-05-21 12:43:22 +0200)

----------------------------------------------------------------
Staging driver fixes for 7.1-final

Here are two small bugfixes for a staging driver to fix a
much-reported issue. The fixes are for the rtl8723bs driver and it's
something that many scanning tools keep tripping over in convoluted ways
(and seems to be able to be triggered by network traffic.) These fixes
have been in linux-next for many weeks with no reported issues, sorry
for the delay in getting them to you.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Salman Alghamdi (2):
staging: rtl8723bs: fix buffer over-read in rtw_update_protection
staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtraction

drivers/staging/rtl8723bs/core/rtw_mlme.c | 24 ++++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)