Re: [PATCH] scsi: storvsc: Support manual scans for all Hyper-V targets
Laurence Oberman <[email protected]> Tue, 04 Aug 2026 11:37:24 -0400
| Newsgroups | gmane.linux.kernel,gmane.linux.scsi |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 2026-08-03 at 20:45 +0800, kernel test robot wrote: > Hi Laurence, >=20 > kernel test robot noticed the following build errors: >=20 > [auto build test ERROR on jejb-scsi/for-next] > [also build test ERROR on mkp-scsi/for-next linus/master v7.2-rc6 > next-20260731] > [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] >=20 > url:=C2=A0=C2=A0=C2=A0 > https://github.com/intel-lab-lkp/linux/commits/Laurence-Oberman/scsi-stor= vsc-Support-manual-scans-for-all-Hyper-V-targets/20260803-141419 > base:=C2=A0=C2=A0 > https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git=C2=A0for- > next > patch link:=C2=A0=C2=A0=C2=A0 > https://lore.kernel.org/r/20260723151458.872265-1-loberman%40redhat.com > patch subject: [PATCH] scsi: storvsc: Support manual scans for all > Hyper-V targets > config: i386-allmodconfig > (https://download.01.org/0day-ci/archive/20260803/202608032058.OkCwuE > [email protected]/config) > compiler: gcc-14 (Debian 14.2.0-19) 14.2.0 > reproduce (this is a W=3D1 build): > (https://download.01.org/0day-ci/archive/20260803/202608032058.OkCwuE > [email protected]/reproduce) >=20 > 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 <[email protected]> > > Closes: > > https://lore.kernel.org/oe-kbuild-all/[email protected]= om/ >=20 > All errors (new ones prefixed by >>, old ones prefixed by <<): >=20 > > > ERROR: modpost: "scsi_scan_host_selected" > > > [drivers/scsi/hv_storvsc.ko] undefined! >=20 > -- > 0-DAY CI Kernel Test Service > https://github.com/intel/lkp-tests/wiki >=20 >=20 > Thanks for the report. This build failure was against v1 and was > fixed in v2 by replacing the unexported scsi_scan_host_selected() > helper with the exported scsi_scan_target() interface.