All of lore.kernel.org
 help / color / mirror / Atom feed
* [intel-linux-intel-lts:5.4/yocto 15/1142] keembay-ocs-hcu-core.c:undefined reference to `devm_ioremap_resource'
@ 2021-09-04  8:09 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-09-04  8:09 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 5144 bytes --]

tree:   https://github.com/intel/linux-intel-lts.git 5.4/yocto
head:   eeb611e5394c56d45c5cc8f7dc484c9f19e93143
commit: 9b07a958f2eb496c88faf0bd749eb600357f4190 [15/1142] crypto: keembay: Add Keem Bay OCS HCU
config: s390-randconfig-r012-20210904 (attached as .config)
compiler: s390-linux-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/intel/linux-intel-lts/commit/9b07a958f2eb496c88faf0bd749eb600357f4190
        git remote add intel-linux-intel-lts https://github.com/intel/linux-intel-lts.git
        git fetch --no-tags intel-linux-intel-lts 5.4/yocto
        git checkout 9b07a958f2eb496c88faf0bd749eb600357f4190
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=s390 SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   s390-linux-ld: drivers/char/hw_random/exynos-trng.o: in function `exynos_trng_probe':
   exynos-trng.c:(.text+0x21a): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/char/hw_random/meson-rng.o: in function `meson_rng_probe':
   meson-rng.c:(.text+0x7c): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/char/hw_random/mtk-rng.o: in function `mtk_rng_probe':
   mtk-rng.c:(.text+0x266): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/char/rpmb/mux/key_abl.o: in function `rpmb_key_abl_get':
   key_abl.c:(.text+0xa4): undefined reference to `memremap'
   s390-linux-ld: key_abl.c:(.text+0x154): undefined reference to `memunmap'
   s390-linux-ld: key_abl.c:(.text+0x166): undefined reference to `memunmap'
   s390-linux-ld: drivers/char/rpmb/mux/key_sbl.o: in function `rpmb_key_sbl_get':
   key_sbl.c:(.text+0x30): undefined reference to `memremap'
   s390-linux-ld: key_sbl.c:(.text+0x4e): undefined reference to `memremap'
   s390-linux-ld: key_sbl.c:(.text+0x5e): undefined reference to `memunmap'
   s390-linux-ld: key_sbl.c:(.text+0x72): undefined reference to `memremap'
   s390-linux-ld: key_sbl.c:(.text+0x128): undefined reference to `memunmap'
   s390-linux-ld: drivers/net/arcnet/arc-rimi.o: in function `arc_rimi_exit':
   arc-rimi.c:(.exit.text+0x2e): undefined reference to `iounmap'
   s390-linux-ld: drivers/net/arcnet/arc-rimi.o: in function `arcrimi_found':
   arc-rimi.c:(.init.text+0xae): undefined reference to `ioremap'
   s390-linux-ld: arc-rimi.c:(.init.text+0x12e): undefined reference to `iounmap'
   s390-linux-ld: arc-rimi.c:(.init.text+0x296): undefined reference to `iounmap'
   s390-linux-ld: arc-rimi.c:(.init.text+0x31e): undefined reference to `ioremap'
   s390-linux-ld: arc-rimi.c:(.init.text+0x3dc): undefined reference to `iounmap'
   s390-linux-ld: drivers/net/arcnet/arc-rimi.o: in function `check_mirror':
   arc-rimi.c:(.text.unlikely+0x4c): undefined reference to `ioremap'
   s390-linux-ld: arc-rimi.c:(.text.unlikely+0x6e): undefined reference to `iounmap'
   s390-linux-ld: drivers/net/ethernet/altera/altera_tse_main.o: in function `request_and_map':
   altera_tse_main.c:(.text+0x13c): undefined reference to `devm_ioremap_nocache'
   s390-linux-ld: drivers/net/ethernet/aurora/nb8800.o: in function `nb8800_probe':
   nb8800.c:(.text+0x692): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/pcmcia/cistpl.o: in function `set_cis_map':
   cistpl.c:(.text+0x21c): undefined reference to `iounmap'
   s390-linux-ld: cistpl.c:(.text+0x22e): undefined reference to `ioremap'
   s390-linux-ld: cistpl.c:(.text+0x280): undefined reference to `ioremap'
   s390-linux-ld: cistpl.c:(.text+0x296): undefined reference to `iounmap'
   s390-linux-ld: drivers/pcmcia/cistpl.o: in function `release_cis_mem':
   cistpl.c:(.text+0xd10): undefined reference to `iounmap'
   s390-linux-ld: drivers/ptp/ptp_qoriq.o: in function `ptp_qoriq_probe':
   ptp_qoriq.c:(.text+0x306): undefined reference to `ioremap'
   s390-linux-ld: ptp_qoriq.c:(.text+0x328): undefined reference to `iounmap'
   s390-linux-ld: drivers/ptp/ptp_qoriq.o: in function `ptp_qoriq_free':
   ptp_qoriq.c:(.text+0x9c0): undefined reference to `iounmap'
   s390-linux-ld: drivers/crypto/keembay/keembay-ocs-aes-core.o: in function `kmb_ocs_aes_probe':
   keembay-ocs-aes-core.c:(.text+0x38a): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/crypto/keembay/keembay-ocs-ecc-core.o: in function `kmb_ocs_ecc_probe':
   keembay-ocs-ecc-core.c:(.text+0x22c): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/crypto/keembay/keembay-ocs-hcu-core.o: in function `kmb_ocs_hcu_probe':
>> keembay-ocs-hcu-core.c:(.text+0x908): undefined reference to `devm_ioremap_resource'

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 18243 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-04  8:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-04  8:09 [intel-linux-intel-lts:5.4/yocto 15/1142] keembay-ocs-hcu-core.c:undefined reference to `devm_ioremap_resource' kernel test robot

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.