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>,
	Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev
Subject: [GIT PULL] Staging driver fixes for 5.17-rc8
Date: Thu, 10 Mar 2022 21:15:52 +0100	[thread overview]
Message-ID: <YipceDbnLhoJKnWW@kroah.com> (raw)

The following changes since commit 7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3:

  Linux 5.17-rc6 (2022-02-27 14:36:33 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.17-rc8

for you to fetch changes up to 342e7c6ea58200e45bcaa9bdd8402a5531c4777e:

  staging: rtl8723bs: Improve the comment explaining the locking rules (2022-03-02 16:38:24 +0100)

----------------------------------------------------------------
Staging driver fixes for 5.17-rc8

Here are 3 small fixes for staging drivers for 5.17-rc8 or -final, which
ever comes next.

They resolve some reported problems:
	- rtl8723bs wifi driver deadlock fix for reported problem that
	  is a revert of a previous patch.  Also a documentation fix is
	  added so that the same problem hopefully can not come back
	  again.
	- gdm724x driver use-after-free fix for a reported problem.

All of these have been in linux-next for a while with no reported
problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Dan Carpenter (1):
      staging: gdm724x: fix use after free in gdm_lte_rx()

Hans de Goede (2):
      staging: rtl8723bs: Fix access-point mode deadlock
      staging: rtl8723bs: Improve the comment explaining the locking rules

 drivers/staging/gdm724x/gdm_lte.c              |  5 +++--
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c  |  7 +++++--
 drivers/staging/rtl8723bs/core/rtw_recv.c      | 10 +++++++---
 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c   | 22 ++++++++++------------
 drivers/staging/rtl8723bs/core/rtw_xmit.c      | 16 +++++++++-------
 drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c |  2 ++
 drivers/staging/rtl8723bs/include/rtw_mlme.h   |  8 ++++++--
 7 files changed, 42 insertions(+), 28 deletions(-)

             reply	other threads:[~2022-03-10 20:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-10 20:15 Greg KH [this message]
2022-03-10 20:45 ` [GIT PULL] Staging driver fixes for 5.17-rc8 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=YipceDbnLhoJKnWW@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=sfr@canb.auug.org.au \
    --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.