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.0-rc4
Date: Sat, 14 Mar 2026 12:49:37 +0100	[thread overview]
Message-ID: <abVLUU5XP6XPck2a@kroah.com> (raw)

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

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

             reply	other threads:[~2026-03-14 11:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-14 11:49 Greg KH [this message]
2026-03-14 17:23 ` [GIT PULL] Staging driver fixes for 7.0-rc4 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=abVLUU5XP6XPck2a@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.