* Re: drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40: sparse: sparse: incorrect type in initializer (different base types)
[not found] <202006190422.VymyEbuu%lkp@intel.com>
@ 2020-06-22 14:09 ` Kalle Valo
2020-06-22 14:48 ` Chi-Hsien Lin
0 siblings, 1 reply; 3+ messages in thread
From: Kalle Valo @ 2020-06-22 14:09 UTC (permalink / raw)
To: kernel test robot; +Cc: Joseph Chuang, kbuild-all, linux-kernel, linux-wireless
+ linux-wireless
kernel test robot <lkp@intel.com> writes:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head: 5e857ce6eae7ca21b2055cca4885545e29228fe2
> commit: 9c29da3f4e7ef9810bdfaf3d8aa5e6d2e33136f8 brcmfmac: Fix P2P
> Group Formation failure via Go-neg method
> date: 6 weeks ago
> config: riscv-randconfig-s032-20200618 (attached as .config)
> compiler: riscv64-linux-gcc (GCC) 9.3.0
> reproduce:
> # apt-get install sparse
> # sparse version: v0.6.2-rc1-10-gc17b1b06-dirty
> git checkout 9c29da3f4e7ef9810bdfaf3d8aa5e6d2e33136f8
> # save the attached .config to linux build tree
> make W=1 C=1 ARCH=riscv CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__'
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
>
> sparse warnings: (new ones prefixed by >>)
>
>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40:
>>> sparse: sparse: incorrect type in initializer (different base
>>> types) @@ expected signed int [usertype] requested_dwell @@ got
>>> restricted __le32 [usertype] dwell_time @@
>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40:
>>> sparse: expected signed int [usertype] requested_dwell
>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40:
>>> sparse: got restricted __le32 [usertype] dwell_time
Joseph, please send a followup patch to fix these.
--
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40: sparse: sparse: incorrect type in initializer (different base types)
2020-06-22 14:09 ` drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40: sparse: sparse: incorrect type in initializer (different base types) Kalle Valo
@ 2020-06-22 14:48 ` Chi-Hsien Lin
2020-06-22 14:55 ` Kalle Valo
0 siblings, 1 reply; 3+ messages in thread
From: Chi-Hsien Lin @ 2020-06-22 14:48 UTC (permalink / raw)
To: Kalle Valo, kernel test robot
Cc: Joseph Chuang, kbuild-all, linux-kernel, linux-wireless
On 06/22/2020 10:09, Kalle Valo wrote:
> + linux-wireless
>
> kernel test robot <lkp@intel.com> writes:
>
>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>> head: 5e857ce6eae7ca21b2055cca4885545e29228fe2
>> commit: 9c29da3f4e7ef9810bdfaf3d8aa5e6d2e33136f8 brcmfmac: Fix P2P
>> Group Formation failure via Go-neg method
>> date: 6 weeks ago
>> config: riscv-randconfig-s032-20200618 (attached as .config)
>> compiler: riscv64-linux-gcc (GCC) 9.3.0
>> reproduce:
>> # apt-get install sparse
>> # sparse version: v0.6.2-rc1-10-gc17b1b06-dirty
>> git checkout 9c29da3f4e7ef9810bdfaf3d8aa5e6d2e33136f8
>> # save the attached .config to linux build tree
>> make W=1 C=1 ARCH=riscv CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__'
>>
>> If you fix the issue, kindly add following tag as appropriate
>> Reported-by: kernel test robot <lkp@intel.com>
>>
>>
>> sparse warnings: (new ones prefixed by >>)
>>
>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40:
>>>> sparse: sparse: incorrect type in initializer (different base
>>>> types) @@ expected signed int [usertype] requested_dwell @@ got
>>>> restricted __le32 [usertype] dwell_time @@
>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40:
>>>> sparse: expected signed int [usertype] requested_dwell
>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40:
>>>> sparse: got restricted __le32 [usertype] dwell_time
>
> Joseph, please send a followup patch to fix these.
Kalle,
The fix is this one
https://patchwork.kernel.org/patch/11598109/
Do I need to submit a V2 with "Reported-by: kernel test robot
<lkp@intel.com>" tag?
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40: sparse: sparse: incorrect type in initializer (different base types)
2020-06-22 14:48 ` Chi-Hsien Lin
@ 2020-06-22 14:55 ` Kalle Valo
0 siblings, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2020-06-22 14:55 UTC (permalink / raw)
To: Chi-Hsien Lin
Cc: kernel test robot, Joseph Chuang, kbuild-all, linux-kernel,
linux-wireless
Chi-Hsien Lin <chi-hsien.lin@cypress.com> writes:
> On 06/22/2020 10:09, Kalle Valo wrote:
>> + linux-wireless
>>
>> kernel test robot <lkp@intel.com> writes:
>>
>>> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
>>> head: 5e857ce6eae7ca21b2055cca4885545e29228fe2
>>> commit: 9c29da3f4e7ef9810bdfaf3d8aa5e6d2e33136f8 brcmfmac: Fix P2P
>>> Group Formation failure via Go-neg method
>>> date: 6 weeks ago
>>> config: riscv-randconfig-s032-20200618 (attached as .config)
>>> compiler: riscv64-linux-gcc (GCC) 9.3.0
>>> reproduce:
>>> # apt-get install sparse
>>> # sparse version: v0.6.2-rc1-10-gc17b1b06-dirty
>>> git checkout 9c29da3f4e7ef9810bdfaf3d8aa5e6d2e33136f8
>>> # save the attached .config to linux build tree
>>> make W=1 C=1 ARCH=riscv CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__'
>>>
>>> If you fix the issue, kindly add following tag as appropriate
>>> Reported-by: kernel test robot <lkp@intel.com>
>>>
>>>
>>> sparse warnings: (new ones prefixed by >>)
>>>
>>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40:
>>>>> sparse: sparse: incorrect type in initializer (different base
>>>>> types) @@ expected signed int [usertype] requested_dwell @@ got
>>>>> restricted __le32 [usertype] dwell_time @@
>>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40:
>>>>> sparse: expected signed int [usertype] requested_dwell
>>>>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40:
>>>>> sparse: got restricted __le32 [usertype] dwell_time
>>
>> Joseph, please send a followup patch to fix these.
> Kalle,
>
> The fix is this one
> https://patchwork.kernel.org/patch/11598109/
Great, thanks.
> Do I need to submit a V2 with "Reported-by: kernel test robot
> <lkp@intel.com>" tag?
No need to send v2. But you can reply to that patch (so that patchwork
sees it) and ask me to add the tag during commit.
--
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-06-22 14:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <202006190422.VymyEbuu%lkp@intel.com>
2020-06-22 14:09 ` drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c:1710:40: sparse: sparse: incorrect type in initializer (different base types) Kalle Valo
2020-06-22 14:48 ` Chi-Hsien Lin
2020-06-22 14:55 ` Kalle Valo
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).