Linux kernel staging patches
 help / color / mirror / Atom feed
* [GIT PULL] Staging driver fixes for 5.17-rc8
@ 2022-03-10 20:15 Greg KH
  2022-03-10 20:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2022-03-10 20:15 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Stephen Rothwell
  Cc: linux-kernel, linux-staging

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-10 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-10 20:15 [GIT PULL] Staging driver fixes for 5.17-rc8 Greg KH
2022-03-10 20:45 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox