[GIT PULL] Staging driver fixes for 7.3-rc1
From: Greg KH
Date: Sun Sep 06 2026 - 05:38:42 EST
The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:
Linux 7.3-rc1 (2026-08-30 13:34:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-7.3-rc2
for you to fetch changes up to cc7cd2a9228175c975f62ad56ed7c767701cb4fa:
staging: sm750fb: fix mono image source stride mismatch in lynxfb_ops_imageblit() (2026-09-01 15:51:53 +0200)
----------------------------------------------------------------
Staging driver fixes for 7.3-rc2
Here are some small staging driver fixes to resolve some reported bugs
that have been found, and tested, in a few staging drivers in 7.3-rc1.
Included in here are:
- OOB read problem fixes in the rtl8723bs driver
- fbtft driver fix
- sm750fb driver fix
All of these have been in linux-next this week with no reported
problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Hui Su (1):
staging: fbtft: make dirty_lock IRQ-safe
Muhammad Bilal (4):
staging: rtl8723bs: fix OOB read / stack overflow in rtw_get_wps_attr()
staging: rtl8723bs: fix OOB read in rtw_action_frame_parse()
staging: rtl8723bs: fix OOB read in rtw_restruct_wmm_ie()
staging: sm750fb: fix mono image source stride mismatch in lynxfb_ops_imageblit()
drivers/staging/fbtft/fbtft-core.c | 9 +++++----
drivers/staging/rtl8723bs/core/rtw_ieee80211.c | 7 +++++++
drivers/staging/rtl8723bs/core/rtw_mlme.c | 3 +++
drivers/staging/sm750fb/sm750.c | 2 +-
drivers/staging/sm750fb/sm750.h | 2 +-
drivers/staging/sm750fb/sm750_accel.c | 6 ++----
drivers/staging/sm750fb/sm750_accel.h | 4 +---
7 files changed, 20 insertions(+), 13 deletions(-)