[GIT PULL] Staging driver fixes for 5.17-rc8

From: Greg KH
Date: Thu Mar 10 2022 - 15:16:04 EST


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@xxxxxxxxxxxxxxxxxxx>

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