* Re: [linux-next:master 2211/3360] drivers/net/wireless/mediatek/mt76/mt76x0/init.c:468: undefined reference to `mt76u_mcu_deinit'
[not found] <201809112137.2sMVZb3I%fengguang.wu@intel.com>
@ 2018-09-11 13:49 ` Kalle Valo
2018-09-11 13:58 ` Lorenzo Bianconi
0 siblings, 1 reply; 3+ messages in thread
From: Kalle Valo @ 2018-09-11 13:49 UTC (permalink / raw)
To: kbuild test robot
Cc: Lorenzo Bianconi, kbuild-all, Felix Fietkau, linux-wireless
+ felix, linux-wireless
kbuild test robot <lkp@intel.com> writes:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: 43783a8f68478e81fe183f86162d3e7ca29ba923
> commit: 6f4796b7063e334902049b0cc41514b6c3b52876 [2211/3360] mt76x0: use mt76u_mcu_send_msg utility routine to send fw cmds
> config: x86_64-randconfig-s5-09111320 (attached as .config)
> compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
> reproduce:
> git checkout 6f4796b7063e334902049b0cc41514b6c3b52876
> # save the attached .config to linux build tree
> make ARCH=x86_64
>
> All errors (new ones prefixed by >>):
>
> drivers/net/wireless/mediatek/mt76/mt76x0/usb.o: In function `mt76x0_probe':
> drivers/net/wireless/mediatek/mt76/mt76x0/usb.c:119: undefined reference to `mt76u_init'
> drivers/net/wireless/mediatek/mt76/mt76x0/init.o: In function `mt76x0_init_hardware':
>>> drivers/net/wireless/mediatek/mt76/mt76x0/init.c:468: undefined
>>> reference to `mt76u_mcu_deinit'
kbuild bot has been sending quite a few similar warnings during the last
day. Lorenzo, I assume you are looking at these?
--
Kalle Valo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next:master 2211/3360] drivers/net/wireless/mediatek/mt76/mt76x0/init.c:468: undefined reference to `mt76u_mcu_deinit'
2018-09-11 13:49 ` [linux-next:master 2211/3360] drivers/net/wireless/mediatek/mt76/mt76x0/init.c:468: undefined reference to `mt76u_mcu_deinit' Kalle Valo
@ 2018-09-11 13:58 ` Lorenzo Bianconi
2018-09-11 14:11 ` Kalle Valo
0 siblings, 1 reply; 3+ messages in thread
From: Lorenzo Bianconi @ 2018-09-11 13:58 UTC (permalink / raw)
To: Kalle Valo; +Cc: kbuild test robot, kbuild-all, Felix Fietkau, linux-wireless
> + felix, linux-wireless
>
> kbuild test robot <lkp@intel.com> writes:
>
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> > head: 43783a8f68478e81fe183f86162d3e7ca29ba923
> > commit: 6f4796b7063e334902049b0cc41514b6c3b52876 [2211/3360] mt76x0: use mt76u_mcu_send_msg utility routine to send fw cmds
> > config: x86_64-randconfig-s5-09111320 (attached as .config)
> > compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
> > reproduce:
> > git checkout 6f4796b7063e334902049b0cc41514b6c3b52876
> > # save the attached .config to linux build tree
> > make ARCH=x86_64
> >
> > All errors (new ones prefixed by >>):
> >
> > drivers/net/wireless/mediatek/mt76/mt76x0/usb.o: In function `mt76x0_probe':
> > drivers/net/wireless/mediatek/mt76/mt76x0/usb.c:119: undefined reference to `mt76u_init'
> > drivers/net/wireless/mediatek/mt76/mt76x0/init.o: In function `mt76x0_init_hardware':
> >>> drivers/net/wireless/mediatek/mt76/mt76x0/init.c:468: undefined
> >>> reference to `mt76u_mcu_deinit'
>
> kbuild bot has been sending quite a few similar warnings during the last
> day. Lorenzo, I assume you are looking at these?
All reported errors from intel kbuild test robot are due to missing
CONFIG_MT76_USB symbol. This should be fixed in latest Stanislaw's patchset:
[PATCH 37/42] mt76x0: initial split between pci and usb.
Regards,
Lorenzo
>
> --
> Kalle Valo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next:master 2211/3360] drivers/net/wireless/mediatek/mt76/mt76x0/init.c:468: undefined reference to `mt76u_mcu_deinit'
2018-09-11 13:58 ` Lorenzo Bianconi
@ 2018-09-11 14:11 ` Kalle Valo
0 siblings, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2018-09-11 14:11 UTC (permalink / raw)
To: Lorenzo Bianconi
Cc: kbuild test robot, kbuild-all, Felix Fietkau, linux-wireless
Lorenzo Bianconi <lorenzo.bianconi@redhat.com> writes:
>> + felix, linux-wireless
>>
>> kbuild test robot <lkp@intel.com> writes:
>>
>> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
>> > head: 43783a8f68478e81fe183f86162d3e7ca29ba923
>> > commit: 6f4796b7063e334902049b0cc41514b6c3b52876 [2211/3360] mt76x0: use mt76u_mcu_send_msg utility routine to send fw cmds
>> > config: x86_64-randconfig-s5-09111320 (attached as .config)
>> > compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
>> > reproduce:
>> > git checkout 6f4796b7063e334902049b0cc41514b6c3b52876
>> > # save the attached .config to linux build tree
>> > make ARCH=x86_64
>> >
>> > All errors (new ones prefixed by >>):
>> >
>> > drivers/net/wireless/mediatek/mt76/mt76x0/usb.o: In function `mt76x0_probe':
>> > drivers/net/wireless/mediatek/mt76/mt76x0/usb.c:119: undefined reference to `mt76u_init'
>> > drivers/net/wireless/mediatek/mt76/mt76x0/init.o: In function `mt76x0_init_hardware':
>> >>> drivers/net/wireless/mediatek/mt76/mt76x0/init.c:468: undefined
>> >>> reference to `mt76u_mcu_deinit'
>>
>> kbuild bot has been sending quite a few similar warnings during the last
>> day. Lorenzo, I assume you are looking at these?
>
> All reported errors from intel kbuild test robot are due to missing
> CONFIG_MT76_USB symbol. This should be fixed in latest Stanislaw's patchset:
> [PATCH 37/42] mt76x0: initial split between pci and usb.
Great, thanks.
--
Kalle Valo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-09-11 19:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201809112137.2sMVZb3I%fengguang.wu@intel.com>
2018-09-11 13:49 ` [linux-next:master 2211/3360] drivers/net/wireless/mediatek/mt76/mt76x0/init.c:468: undefined reference to `mt76u_mcu_deinit' Kalle Valo
2018-09-11 13:58 ` Lorenzo Bianconi
2018-09-11 14:11 ` 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).