El Fri, Aug 09, 2024 at 11:33:13AM GMT Marco Felsch ha dit: > Hi all, > > On 24-08-08, kernel test robot wrote: > > Hi Marco, > > > > kernel test robot noticed the following build errors: > > > > [auto build test ERROR on 0c3836482481200ead7b416ca80c68a29cfdaabd] > > > > url: https://github.com/intel-lab-lkp/linux/commits/Marco-Felsch/usb-hub-add-infrastructure-to-pass-onboard_dev-port-features/20240807-224100 > > base: 0c3836482481200ead7b416ca80c68a29cfdaabd > > patch link: https://lore.kernel.org/r/20240807-b4-v6-10-topic-usb-onboard-dev-v1-1-f33ce21353c9%40pengutronix.de > > patch subject: [PATCH 1/3] usb: hub: add infrastructure to pass onboard_dev port features > > config: i386-randconfig-141-20240808 (https://download.01.org/0day-ci/archive/20240808/202408081557.FiEe9Tzz-lkp@xxxxxxxxx/config) > > compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 > > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240808/202408081557.FiEe9Tzz-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/202408081557.FiEe9Tzz-lkp@xxxxxxxxx/ > > > > All errors (new ones prefixed by >>): > > > > ld: drivers/usb/core/hub.o: in function `set_port_feature': > > >> drivers/usb/core/hub.c:481: undefined reference to `onboard_dev_port_feature' > > ld: drivers/usb/core/hub.o: in function `usb_clear_port_feature': > > drivers/usb/core/hub.c:462: undefined reference to `onboard_dev_port_feature' > > I understood the isse but have a few questions. Before continue the work > on this topic I would like to ask if the patchset is okay in general? > I'm open for alternatives if the patchset approach is not okay.