All of lore.kernel.org
 help / color / mirror / Atom feed
* [brgl:gpio/for-next 42/47] gpio-mmio.c:undefined reference to `iowrite64'
@ 2024-02-23 12:44 kernel test robot
  2024-02-24 15:58 ` Linus Walleij
  0 siblings, 1 reply; 9+ messages in thread
From: kernel test robot @ 2024-02-23 12:44 UTC (permalink / raw)
  To: andy.shevchenko
  Cc: oe-kbuild-all, linux-gpio, Bartosz Golaszewski, Linus Walleij

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio/for-next
head:   7bb5f3a7ca8856c5c1fa26a6e3f58a1254019dc0
commit: 36e44186e0badfda499b65d4462c49783bf92314 [42/47] gpio: mmio: Support 64-bit BE access
config: um-allyesconfig (https://download.01.org/0day-ci/archive/20240223/202402232058.4eDf4GRs-lkp@intel.com/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/20240223/202402232058.4eDf4GRs-lkp@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202402232058.4eDf4GRs-lkp@intel.com/

All errors (new ones prefixed by >>):

   /usr/bin/ld: drivers/gpio/gpio-mmio.o: in function `bgpio_write64':
>> gpio-mmio.c:(.text+0x12e1): undefined reference to `iowrite64'
   /usr/bin/ld: drivers/gpio/gpio-mmio.o: in function `bgpio_read64':
>> gpio-mmio.c:(.text+0x131d): undefined reference to `ioread64'
   /usr/bin/ld: drivers/gpio/gpio-mmio.o: in function `bgpio_write64be':
>> gpio-mmio.c:(.text+0x1361): undefined reference to `iowrite64be'
   /usr/bin/ld: drivers/gpio/gpio-mmio.o: in function `bgpio_read64be':
>> gpio-mmio.c:(.text+0x139d): undefined reference to `ioread64be'
   collect2: error: ld returned 1 exit status

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-02-26 15:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-23 12:44 [brgl:gpio/for-next 42/47] gpio-mmio.c:undefined reference to `iowrite64' kernel test robot
2024-02-24 15:58 ` Linus Walleij
2024-02-24 18:56   ` Bartosz Golaszewski
2024-02-24 23:23     ` Andy Shevchenko
2024-02-25 21:09       ` Arnd Bergmann
2024-02-26  2:17         ` Andy Shevchenko
2024-02-26  6:35           ` Arnd Bergmann
2024-02-26 13:55           ` Bartosz Golaszewski
2024-02-26 15:33             ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.