linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: rtl8192e: Resolve circular locking with wx_mutex
@ 2023-09-24 19:50 Philipp Hortmann
  2023-09-24 19:50 ` [PATCH 1/4] staging: rtl8192e: Put kfree() to end of rtllib_softmac_free() Philipp Hortmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Philipp Hortmann @ 2023-09-24 19:50 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Resolve circular locking with wx_mutex, rx_pkt_pending_timer and
reorder_spinlock.

Tested with rtl8192e (WLL6130-D99) in Mode n (12.5 MB/s)
Transferred this patch over wlan connection of rtl8192e.

Philipp Hortmann (4):
  staging: rtl8192e: Put kfree() to end of rtllib_softmac_free()
  staging: rtl8192e: Remove mutex from rtllib_softmac_free()
  staging: rtl8192e: Unlock mutex for one line in rtllib_stop_protocol()
  staging: rtl8192e: Resolve circular locking with rx_pkt_pending_timer

 drivers/staging/rtl8192e/rtllib_rx.c      | 4 ++++
 drivers/staging/rtl8192e/rtllib_softmac.c | 9 +++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

-- 
2.42.0


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

end of thread, other threads:[~2023-09-24 19:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-24 19:50 [PATCH 0/4] staging: rtl8192e: Resolve circular locking with wx_mutex Philipp Hortmann
2023-09-24 19:50 ` [PATCH 1/4] staging: rtl8192e: Put kfree() to end of rtllib_softmac_free() Philipp Hortmann
2023-09-24 19:50 ` [PATCH 2/4] staging: rtl8192e: Remove mutex from rtllib_softmac_free() Philipp Hortmann
2023-09-24 19:51 ` [PATCH 3/4] staging: rtl8192e: Unlock mutex for one line in rtllib_stop_protocol() Philipp Hortmann
2023-09-24 19:51 ` [PATCH 4/4] staging: rtl8192e: Resolve circular locking with rx_pkt_pending_timer Philipp Hortmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).