On Fri, 2023-06-30 at 04:32 +0800, kernel test robot wrote: > Hi Bastien, > > kernel test robot noticed the following build errors: > > [auto build test ERROR on hid/for-next] > [also build test ERROR on linus/master v6.4 next-20230629] > [If your patch is applied to the wrong git tree, kindly drop us a > note. > And when submitting patch, we suggest to use '--base' as documented > in > https://git-scm.com/docs/git-format-patch#_base_tree_information] > > url: > https://github.com/intel-lab-lkp/linux/commits/Bastien-Nocera/HID-steelseries-Add-support-for-Arctis-1-XBox/20230630-012252 > base: > https://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git for-next > patch link: > https://lore.kernel.org/r/20230629172041.3771-1-hadess%40hadess.net > patch subject: [PATCH] HID: steelseries: Add support for Arctis 1 > XBox > config: arc-randconfig-r035-20230629 > (https://download.01.org/0day-ci/archive/20230630/202306300419.dmlkSo > qD-lkp@xxxxxxxxx/config) > compiler: arceb-elf-gcc (GCC) 12.3.0 > reproduce: > (https://download.01.org/0day-ci/archive/20230630/202306300419.dmlkSo > qD-lkp@xxxxxxxxx/reproduce) > > 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@xxxxxxxxx> > > Closes: > > https://lore.kernel.org/oe-kbuild-all/202306300419.dmlkSoqD-lkp@xxxxxxxxx/ > > All errors (new ones prefixed by >>): > > arceb-elf-ld: drivers/hid/hid-steelseries.o: in function > `steelseries_headset_raw_event': > > > hid-steelseries.c:(.text+0x344): undefined reference to > > > `usb_set_wireless_status' > > > arceb-elf-ld: hid-steelseries.c:(.text+0x344): undefined > > > reference to `usb_set_wireless_status' > arceb-elf-ld: drivers/hid/hid-steelseries.o: in function > `steelseries_probe': > hid-steelseries.c:(.text+0x790): undefined reference to > `usb_set_wireless_status' > arceb-elf-ld: hid-steelseries.c:(.text+0x790): undefined reference > to `usb_set_wireless_status' The KConfig was missing a dependency on USB (and not USB HID...), fixed in v3.