Re: [PATCH] iwlwifi: mvm: add terminate entry for dmi_system_id tables

2021-03-03 Thread Coelho, Luciano
On Tue, 2021-03-02 at 13:42 -0800, Jakub Kicinski wrote: > On Tue, 02 Mar 2021 21:50:18 +0200 Kalle Valo wrote: > > > if Wei doesn't respond could you please step in to make sure this > > > fix is part of Dave's next PR to Linus? > > > > Will do. Related to this, what's your pull request schedul

Re: [PATCH] iwlwifi: mvm: add terminate entry for dmi_system_id tables

2021-03-02 Thread Jakub Kicinski
On Tue, 02 Mar 2021 21:50:18 +0200 Kalle Valo wrote: > > if Wei doesn't respond could you please step in to make sure this > > fix is part of Dave's next PR to Linus? > > Will do. Related to this, what's your pull request schedule to Linus > nowadays? Do you submit it every Thursday? Fair quest

Re: [PATCH] iwlwifi: mvm: add terminate entry for dmi_system_id tables

2021-03-02 Thread Kalle Valo
Jakub Kicinski writes: > On Tue, 2 Mar 2021 18:31:11 + Coelho, Luciano wrote: >> On Sat, 2021-02-27 at 08:39 +0200, Kalle Valo wrote: >> > Nathan Chancellor writes: >> > > We received a report about a crash in iwlwifi when compiled with LTO and >> > > this fix resolves it. >> > >> > That

Re: [PATCH] iwlwifi: mvm: add terminate entry for dmi_system_id tables

2021-03-02 Thread Jakub Kicinski
On Tue, 2 Mar 2021 18:31:11 + Coelho, Luciano wrote: > On Sat, 2021-02-27 at 08:39 +0200, Kalle Valo wrote: > > Nathan Chancellor writes: > > > We received a report about a crash in iwlwifi when compiled with LTO and > > > this fix resolves it. > > > > That information should be added to th

Re: [PATCH] iwlwifi: mvm: add terminate entry for dmi_system_id tables

2021-03-02 Thread Coelho, Luciano
On Sat, 2021-02-27 at 08:39 +0200, Kalle Valo wrote: > Nathan Chancellor writes: > > > On Tue, Feb 23, 2021 at 02:00:39PM +, Wei Yongjun wrote: > > > Make sure dmi_system_id tables are NULL terminated. > > > > > > Fixes: a2ac0f48a07c ("iwlwifi: mvm: implement approved list for the PPAG > >

Re: [PATCH] iwlwifi: mvm: add terminate entry for dmi_system_id tables

2021-02-26 Thread Kalle Valo
Nathan Chancellor writes: > On Tue, Feb 23, 2021 at 02:00:39PM +, Wei Yongjun wrote: >> Make sure dmi_system_id tables are NULL terminated. >> >> Fixes: a2ac0f48a07c ("iwlwifi: mvm: implement approved list for the PPAG >> feature") >> Reported-by: Hulk Robot >> Signed-off-by: Wei Yongjun

Re: [PATCH] iwlwifi: mvm: add terminate entry for dmi_system_id tables

2021-02-26 Thread vic . michel . web
This fixes a BUG triggered when loading the iwlwifi driver, which reproduces consistently when I compile the kernel with LTO_CLANG_THIN. Tested-by: Victor Michel

Re: [PATCH] iwlwifi: mvm: add terminate entry for dmi_system_id tables

2021-02-26 Thread Nathan Chancellor
On Tue, Feb 23, 2021 at 02:00:39PM +, Wei Yongjun wrote: > Make sure dmi_system_id tables are NULL terminated. > > Fixes: a2ac0f48a07c ("iwlwifi: mvm: implement approved list for the PPAG > feature") > Reported-by: Hulk Robot > Signed-off-by: Wei Yongjun We received a report about a crash

[PATCH] iwlwifi: mvm: add terminate entry for dmi_system_id tables

2021-02-23 Thread Wei Yongjun
Make sure dmi_system_id tables are NULL terminated. Fixes: a2ac0f48a07c ("iwlwifi: mvm: implement approved list for the PPAG feature") Reported-by: Hulk Robot Signed-off-by: Wei Yongjun --- drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/