All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] rtw89: add firmware reset and dump firmware memory and backtrace
@ 2022-03-14  7:12 Ping-Ke Shih
  2022-03-14  7:12 ` [PATCH 1/8] rtw89: ser: fix CAM leaks occurring in L2 reset Ping-Ke Shih
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Ping-Ke Shih @ 2022-03-14  7:12 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, kevin_yang

Add a debugfs entry to trigger firmware reset manually, and then SER
(System Error Recovery) will catch the error and dump memory and backtrace
before calling ieee80211_restart_hw().

During development of this feature, we found some issues related to SER,
so fix them in this patchset as well.

Zong-Zhe Yang (8):
  rtw89: ser: fix CAM leaks occurring in L2 reset
  rtw89: mac: move table of mem base addr to common
  rtw89: mac: correct decision on error status by scenario
  rtw89: ser: control hci interrupts on/off by state
  rtw89: ser: dump memory for fw payload engine while L2 reset
  rtw89: ser: dump fw backtrace while L2 reset
  rtw89: reconstruct fw feature
  rtw89: support FW crash simulation

 drivers/net/wireless/realtek/rtw89/cam.c      |  14 +-
 drivers/net/wireless/realtek/rtw89/core.c     |   5 +-
 drivers/net/wireless/realtek/rtw89/core.h     |  38 ++-
 drivers/net/wireless/realtek/rtw89/debug.c    |  70 +++--
 drivers/net/wireless/realtek/rtw89/fw.c       |  89 ++++++-
 drivers/net/wireless/realtek/rtw89/fw.h       |  23 ++
 drivers/net/wireless/realtek/rtw89/mac.c      |  32 ++-
 drivers/net/wireless/realtek/rtw89/mac.h      |  10 +
 drivers/net/wireless/realtek/rtw89/mac80211.c |   4 +-
 drivers/net/wireless/realtek/rtw89/pci.c      |  29 +++
 drivers/net/wireless/realtek/rtw89/pci.h      |   1 +
 drivers/net/wireless/realtek/rtw89/phy.c      |   2 +-
 drivers/net/wireless/realtek/rtw89/rtw8852a.c |   1 +
 drivers/net/wireless/realtek/rtw89/ser.c      | 245 +++++++++++++++++-
 14 files changed, 516 insertions(+), 47 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-04-06 12:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14  7:12 [PATCH 0/8] rtw89: add firmware reset and dump firmware memory and backtrace Ping-Ke Shih
2022-03-14  7:12 ` [PATCH 1/8] rtw89: ser: fix CAM leaks occurring in L2 reset Ping-Ke Shih
2022-04-06  7:46   ` Kalle Valo
2022-03-14  7:12 ` [PATCH 2/8] rtw89: mac: move table of mem base addr to common Ping-Ke Shih
2022-03-14  7:12 ` [PATCH 3/8] rtw89: mac: correct decision on error status by scenario Ping-Ke Shih
2022-03-14  7:12 ` [PATCH 4/8] rtw89: ser: control hci interrupts on/off by state Ping-Ke Shih
2022-03-14  7:12 ` [PATCH 5/8] rtw89: ser: dump memory for fw payload engine while L2 reset Ping-Ke Shih
2022-03-14  7:12 ` [PATCH 6/8] rtw89: ser: dump fw backtrace " Ping-Ke Shih
2022-03-14  7:12 ` [PATCH 7/8] rtw89: reconstruct fw feature Ping-Ke Shih
2022-03-14  7:12 ` [PATCH 8/8] rtw89: support FW crash simulation Ping-Ke Shih

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.