Message ID | 20240718070616.42217-1-pkshih@realtek.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Ping-Ke Shih |
Headers | show |
Series | [1/2] wifi: rtw88: select WANT_DEV_COREDUMP | expand |
Ping-Ke Shih <pkshih@realtek.com> writes: > From: Zong-Zhe Yang <kevin_yang@realtek.com> > > We have invoked device coredump when fw crash. > Should select WANT_DEV_COREDUMP by ourselves. > > Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com> > Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Should these two go to wireless tree? If yes, please assign the patches to me on patchwork. But rtw tree is fine for me as well, your call.
Kalle Valo <kvalo@kernel.org> wrote: > Ping-Ke Shih <pkshih@realtek.com> writes: > > > From: Zong-Zhe Yang <kevin_yang@realtek.com> > > > > We have invoked device coredump when fw crash. > > Should select WANT_DEV_COREDUMP by ourselves. > > > > Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com> > > Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> > > Should these two go to wireless tree? If yes, please assign the patches > to me on patchwork. But rtw tree is fine for me as well, your call. For most distro, other drivers select this flag, so not urgent to have these two patches. Then they will go via rtw tree. Thanks.
Ping-Ke Shih <pkshih@realtek.com> wrote: > From: Zong-Zhe Yang <kevin_yang@realtek.com> > > We have invoked device coredump when fw crash. > Should select WANT_DEV_COREDUMP by ourselves. > > Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com> > Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> 2 patch(es) applied to rtw-next branch of rtw.git, thanks. 7e989b0c1e33 wifi: rtw88: select WANT_DEV_COREDUMP d523dc49d13e wifi: rtw89: select WANT_DEV_COREDUMP --- https://github.com/pkshih/rtw.git
Ping-Ke Shih <pkshih@realtek.com> writes: > Kalle Valo <kvalo@kernel.org> wrote: >> Ping-Ke Shih <pkshih@realtek.com> writes: >> >> > From: Zong-Zhe Yang <kevin_yang@realtek.com> >> > >> > We have invoked device coredump when fw crash. >> > Should select WANT_DEV_COREDUMP by ourselves. >> > >> > Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com> >> > Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> >> >> Should these two go to wireless tree? If yes, please assign the patches >> to me on patchwork. But rtw tree is fine for me as well, your call. > > For most distro, other drivers select this flag, so not urgent to have these > two patches. Then they will go via rtw tree. Thanks. Makes sense, thanks.
diff --git a/drivers/net/wireless/realtek/rtw88/Kconfig b/drivers/net/wireless/realtek/rtw88/Kconfig index 22838ede03cd..02b0d698413b 100644 --- a/drivers/net/wireless/realtek/rtw88/Kconfig +++ b/drivers/net/wireless/realtek/rtw88/Kconfig @@ -12,6 +12,7 @@ if RTW88 config RTW88_CORE tristate + select WANT_DEV_COREDUMP config RTW88_PCI tristate