[GIT PULL] Staging driver fixes for 7.0-rc4

From: Greg KH

Date: Sat Mar 14 2026 - 07:49:52 EST


The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-7.0-rc4

for you to fetch changes up to a75281626fc8fa6dc6c9cc314ee423e8bc45203b:

staging: rtl8723bs: fix potential out-of-bounds read in rtw_restruct_wmm_ie (2026-02-24 10:01:20 -0800)

----------------------------------------------------------------
Staging driver fixes for 7.0-rc4

Here are 3 small staging driver fixes for 7.0-rc4 that resolve some
reported problems. They are:
- two rtl8723bs data validation bugfixes
- sm750fb removal path bugfix

All of these have been in linux-next for many weeks with no reported
issues

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

----------------------------------------------------------------
Artem Lytkin (1):
staging: sm750fb: add missing pci_release_region on error and removal

Greg Kroah-Hartman (1):
staging: rtl8723bs: properly validate the data in rtw_get_ie_ex()

Luka Gejak (1):
staging: rtl8723bs: fix potential out-of-bounds read in rtw_restruct_wmm_ie

drivers/staging/rtl8723bs/core/rtw_ieee80211.c | 15 ++++++++++-----
drivers/staging/rtl8723bs/core/rtw_mlme.c | 5 ++++-
drivers/staging/sm750fb/sm750.c | 1 +
drivers/staging/sm750fb/sm750_hw.c | 22 +++++++++++-----------
4 files changed, 26 insertions(+), 17 deletions(-)