All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev
Subject: [GIT PULL] Staging driver fixes for 7.3-rc1
Date: Sun, 6 Sep 2026 11:36:46 +0200	[thread overview]
Message-ID: <ap00LoKqBVR5QmvM@kroah.com> (raw)

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@linuxfoundation.org>

----------------------------------------------------------------
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(-)

             reply	other threads:[~2026-09-06  9:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-06  9:36 Greg KH [this message]
2026-09-06 18:11 ` [GIT PULL] Staging driver fixes for 7.3-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ap00LoKqBVR5QmvM@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.