ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Re: [kvalo-ath:pending 47/100] drivers/net/wireless/ath/ath11k/mac.c:7949 ath11k_mac_fill_reg_tpc_info() error: uninitialized symbol 'eirp_power'.
       [not found] <202401311243.NyXwWZxP-lkp@intel.com>
@ 2024-01-31 12:35 ` Kalle Valo
  2024-02-01  4:31   ` Baochen Qiang
  0 siblings, 1 reply; 4+ messages in thread
From: Kalle Valo @ 2024-01-31 12:35 UTC (permalink / raw)
  To: Baochen Qiang; +Cc: Wen Gong, oe-kbuild-all, ath10k, kernel test robot, ath11k

+ ath11k list

kernel test robot <lkp@intel.com> writes:

> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending
> head:   2c471f31297856be56f60ef29f2565dea1470800
> commit: 92425f788feede9bf152ecf3fb7a264942ee7719 [47/100] wifi:
> ath11k: fill parameters for vdev set tpc power WMI command
> config: i386-randconfig-141-20240129
> (https://download.01.org/0day-ci/archive/20240131/202401311243.NyXwWZxP-lkp@intel.com/config)
> compiler: gcc-11 (Debian 11.3.0-12) 11.3.0
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202401311243.NyXwWZxP-lkp@intel.com/
>
> New smatch warnings:
> drivers/net/wireless/ath/ath11k/mac.c:7949
> ath11k_mac_fill_reg_tpc_info() error: uninitialized symbol
> 'eirp_power'.

Baochen, could you take a look at this new warning and if it's valid
send a fix for it, please?

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


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

* Re: [kvalo-ath:pending 47/100] drivers/net/wireless/ath/ath11k/mac.c:7949 ath11k_mac_fill_reg_tpc_info() error: uninitialized symbol 'eirp_power'.
  2024-01-31 12:35 ` [kvalo-ath:pending 47/100] drivers/net/wireless/ath/ath11k/mac.c:7949 ath11k_mac_fill_reg_tpc_info() error: uninitialized symbol 'eirp_power' Kalle Valo
@ 2024-02-01  4:31   ` Baochen Qiang
  2024-02-01 16:19     ` Kalle Valo
  0 siblings, 1 reply; 4+ messages in thread
From: Baochen Qiang @ 2024-02-01  4:31 UTC (permalink / raw)
  To: Kalle Valo; +Cc: Wen Gong, oe-kbuild-all, ath10k, kernel test robot, ath11k



On 1/31/2024 8:35 PM, Kalle Valo wrote:
> + ath11k list
> 
> kernel test robot <lkp@intel.com> writes:
> 
>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending
>> head:   2c471f31297856be56f60ef29f2565dea1470800
>> commit: 92425f788feede9bf152ecf3fb7a264942ee7719 [47/100] wifi:
>> ath11k: fill parameters for vdev set tpc power WMI command
>> config: i386-randconfig-141-20240129
>> (https://download.01.org/0day-ci/archive/20240131/202401311243.NyXwWZxP-lkp@intel.com/config)
>> compiler: gcc-11 (Debian 11.3.0-12) 11.3.0
>>
>> If you fix the issue in a separate patch/commit (i.e. not just a new version of
>> the same patch/commit), kindly add following tags
>> | Reported-by: kernel test robot <lkp@intel.com>
>> | Closes: https://lore.kernel.org/oe-kbuild-all/202401311243.NyXwWZxP-lkp@intel.com/
>>
>> New smatch warnings:
>> drivers/net/wireless/ath/ath11k/mac.c:7949
>> ath11k_mac_fill_reg_tpc_info() error: uninitialized symbol
>> 'eirp_power'.
> 
> Baochen, could you take a look at this new warning and if it's valid
> send a fix for it, please?

I sent the patch yesterday. search
"wifi: ath11k: initialize eirp_power before use"

> 


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

* Re: [kvalo-ath:pending 47/100] drivers/net/wireless/ath/ath11k/mac.c:7949 ath11k_mac_fill_reg_tpc_info() error: uninitialized symbol 'eirp_power'.
  2024-02-01  4:31   ` Baochen Qiang
@ 2024-02-01 16:19     ` Kalle Valo
  2024-02-02  2:45       ` Baochen Qiang
  0 siblings, 1 reply; 4+ messages in thread
From: Kalle Valo @ 2024-02-01 16:19 UTC (permalink / raw)
  To: Baochen Qiang; +Cc: oe-kbuild-all, ath10k, kernel test robot, ath11k

Baochen Qiang <quic_bqiang@quicinc.com> writes:

> On 1/31/2024 8:35 PM, Kalle Valo wrote:
>> + ath11k list
>> kernel test robot <lkp@intel.com> writes:
>> 
>>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending
>>> head:   2c471f31297856be56f60ef29f2565dea1470800
>>> commit: 92425f788feede9bf152ecf3fb7a264942ee7719 [47/100] wifi:
>>> ath11k: fill parameters for vdev set tpc power WMI command
>>> config: i386-randconfig-141-20240129
>>> (https://download.01.org/0day-ci/archive/20240131/202401311243.NyXwWZxP-lkp@intel.com/config)
>>> compiler: gcc-11 (Debian 11.3.0-12) 11.3.0
>>>
>>> If you fix the issue in a separate patch/commit (i.e. not just a new version of
>>> the same patch/commit), kindly add following tags
>>> | Reported-by: kernel test robot <lkp@intel.com>
>>> | Closes:
>>> | https://lore.kernel.org/oe-kbuild-all/202401311243.NyXwWZxP-lkp@intel.com/
>>>
>>> New smatch warnings:
>>> drivers/net/wireless/ath/ath11k/mac.c:7949
>>> ath11k_mac_fill_reg_tpc_info() error: uninitialized symbol
>>> 'eirp_power'.
>> Baochen, could you take a look at this new warning and if it's valid
>> send a fix for it, please?
>
> I sent the patch yesterday. search
> "wifi: ath11k: initialize eirp_power before use"

Great, thanks again Baochen. It's always a good practice to reply to
build bot mails, something like "This is a valid warning, I'll fix it"
is usually enough.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


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

* Re: [kvalo-ath:pending 47/100] drivers/net/wireless/ath/ath11k/mac.c:7949 ath11k_mac_fill_reg_tpc_info() error: uninitialized symbol 'eirp_power'.
  2024-02-01 16:19     ` Kalle Valo
@ 2024-02-02  2:45       ` Baochen Qiang
  0 siblings, 0 replies; 4+ messages in thread
From: Baochen Qiang @ 2024-02-02  2:45 UTC (permalink / raw)
  To: Kalle Valo; +Cc: oe-kbuild-all, ath10k, kernel test robot, ath11k



On 2/2/2024 12:19 AM, Kalle Valo wrote:
> Baochen Qiang <quic_bqiang@quicinc.com> writes:
> 
>> On 1/31/2024 8:35 PM, Kalle Valo wrote:
>>> + ath11k list
>>> kernel test robot <lkp@intel.com> writes:
>>>
>>>> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending
>>>> head:   2c471f31297856be56f60ef29f2565dea1470800
>>>> commit: 92425f788feede9bf152ecf3fb7a264942ee7719 [47/100] wifi:
>>>> ath11k: fill parameters for vdev set tpc power WMI command
>>>> config: i386-randconfig-141-20240129
>>>> (https://download.01.org/0day-ci/archive/20240131/202401311243.NyXwWZxP-lkp@intel.com/config)
>>>> compiler: gcc-11 (Debian 11.3.0-12) 11.3.0
>>>>
>>>> If you fix the issue in a separate patch/commit (i.e. not just a new version of
>>>> the same patch/commit), kindly add following tags
>>>> | Reported-by: kernel test robot <lkp@intel.com>
>>>> | Closes:
>>>> | https://lore.kernel.org/oe-kbuild-all/202401311243.NyXwWZxP-lkp@intel.com/
>>>>
>>>> New smatch warnings:
>>>> drivers/net/wireless/ath/ath11k/mac.c:7949
>>>> ath11k_mac_fill_reg_tpc_info() error: uninitialized symbol
>>>> 'eirp_power'.
>>> Baochen, could you take a look at this new warning and if it's valid
>>> send a fix for it, please?
>>
>> I sent the patch yesterday. search
>> "wifi: ath11k: initialize eirp_power before use"
> 
> Great, thanks again Baochen. It's always a good practice to reply to
> build bot mails, something like "This is a valid warning, I'll fix it"
> is usually enough.

Got it Kalle, will do.

> 


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

end of thread, other threads:[~2024-02-02  2:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <202401311243.NyXwWZxP-lkp@intel.com>
2024-01-31 12:35 ` [kvalo-ath:pending 47/100] drivers/net/wireless/ath/ath11k/mac.c:7949 ath11k_mac_fill_reg_tpc_info() error: uninitialized symbol 'eirp_power' Kalle Valo
2024-02-01  4:31   ` Baochen Qiang
2024-02-01 16:19     ` Kalle Valo
2024-02-02  2:45       ` Baochen Qiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox