On Sat, Jan 25, 2025 at 10:47:53PM +0800, kernel test robot wrote: > Hi Dave, > > kernel test robot noticed the following build errors: > > [auto build test ERROR on staging/staging-testing] > > url: https://github.com/intel-lab-lkp/linux/commits/Dave-Penkler/staging-gpib-Fix-pr_err-format-warning/20250124-190232 > base: staging/staging-testing > patch link: https://lore.kernel.org/r/20250124105900.27592-4-dpenkler%40gmail.com > patch subject: [PATCH 3/3] staging: gpib: Remove depends on BROKEN > config: alpha-allyesconfig (https://download.01.org/0day-ci/archive/20250125/202501252201.OmgbVCva-lkp@xxxxxxxxx/config) > compiler: alpha-linux-gcc (GCC) 14.2.0 > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250125/202501252201.OmgbVCva-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/202501252201.OmgbVCva-lkp@xxxxxxxxx/ > > All errors (new ones prefixed by >>): > > alpha-linux-ld: drivers/staging/gpib/hp_82341/hp_82341.o: in function `read_and_clear_event_status': > >> (.text+0x1400): multiple definition of `read_and_clear_event_status'; drivers/staging/gpib/agilent_82350b/agilent_82350b.o:(.text+0x13c0): first defined here > alpha-linux-ld: drivers/staging/gpib/hp_82341/hp_82341.o: in function `read_transfer_counter': > >> (.text+0x1480): multiple definition of `read_transfer_counter'; drivers/staging/gpib/agilent_82350b/agilent_82350b.o:(.text+0x1440): first defined here > alpha-linux-ld: drivers/staging/gpib/hp_82341/hp_82341.o: in function `set_transfer_counter': > >> (.text+0x1510): multiple definition of `set_transfer_counter'; drivers/staging/gpib/agilent_82350b/agilent_82350b.o:(.text+0x14d0): first defined here > > -- > 0-DAY CI Kernel Test Service > https://github.com/intel/lkp-tests/wiki This problem has been resolved by a previous patch: Link: https://lore.kernel.org/linux-staging/20250122103859.25499-3-dpenkler@xxxxxxxxx/T/#u This patch has not yet been applied to the staging-testing branch. -dave