linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* sun6i-msgbox.c:undefined reference to `devm_ioremap_resource'
@ 2020-11-14 23:44 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2020-11-14 23:44 UTC (permalink / raw)
  To: Samuel Holland; +Cc: kbuild-all, linux-kernel, Jassi Brar, Philipp Zabel

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   f01c30de86f1047e9bae1b1b1417b0ce8dcd15b1
commit: 25831c44b0b79ac6261d36d7e777a52bdf92f239 mailbox: sun6i-msgbox: Add a new mailbox driver
date:   8 months ago
config: s390-randconfig-r014-20201115 (attached as .config)
compiler: s390-linux-gcc (GCC) 9.3.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://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=25831c44b0b79ac6261d36d7e777a52bdf92f239
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 25831c44b0b79ac6261d36d7e777a52bdf92f239
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=s390 

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: renesas-soc.c:(.init.text+0xf4): undefined reference to `ioremap'
   s390-linux-ld: renesas-soc.c:(.init.text+0x108): undefined reference to `iounmap'
   s390-linux-ld: drivers/soc/renesas/rcar-sysc.o: in function `rcar_sysc_pd_init':
   rcar-sysc.c:(.init.text+0x7c): undefined reference to `of_iomap'
   s390-linux-ld: drivers/regulator/stm32-vrefbuf.o: in function `stm32_vrefbuf_probe':
   stm32-vrefbuf.c:(.text+0x290): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/regulator/stm32-pwr.o: in function `stm32_pwr_regulator_probe':
   stm32-pwr.c:(.text+0x250): undefined reference to `of_iomap'
   s390-linux-ld: drivers/regulator/uniphier-regulator.o: in function `uniphier_regulator_probe':
   uniphier-regulator.c:(.text+0xd0): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-ath79.o: in function `ath79_reset_probe':
   reset-ath79.c:(.text+0x8c): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-lpc18xx.o: in function `lpc18xx_rgu_probe':
   reset-lpc18xx.c:(.text+0x106): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-meson.o: in function `meson_reset_probe':
   reset-meson.c:(.text+0x86): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-meson-audio-arb.o: in function `meson_audio_arb_probe':
   reset-meson-audio-arb.c:(.text+0xd6): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-npcm.o: in function `npcm_rc_probe':
   reset-npcm.c:(.text+0x254): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-qcom-pdc.o: in function `qcom_pdc_reset_probe':
   reset-qcom-pdc.c:(.text+0x116): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-simple.o: in function `reset_simple_probe':
   reset-simple.c:(.text+0xa8): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-stm32mp1.o: in function `stm32_reset_probe':
   reset-stm32mp1.c:(.text+0x11a): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-sunxi.o: in function `sun6i_reset_init':
   reset-sunxi.c:(.init.text+0x6a): undefined reference to `of_address_to_resource'
   s390-linux-ld: reset-sunxi.c:(.init.text+0xb6): undefined reference to `ioremap'
   s390-linux-ld: drivers/reset/reset-uniphier-glue.o: in function `uniphier_glue_reset_probe':
   reset-uniphier-glue.c:(.text+0x11a): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/mfd/syscon.o: in function `syscon_probe':
   syscon.c:(.text+0x96): undefined reference to `devm_ioremap'
   s390-linux-ld: drivers/mfd/syscon.o: in function `of_syscon_register.isra.0':
   syscon.c:(.text+0x1a6): undefined reference to `of_address_to_resource'
   s390-linux-ld: syscon.c:(.text+0x1e6): undefined reference to `ioremap'
   s390-linux-ld: syscon.c:(.text+0x374): undefined reference to `iounmap'
   s390-linux-ld: drivers/mtd/nand/raw/mxic_nand.o: in function `mxic_nfc_probe':
   mxic_nand.c:(.text+0x1fc): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/mtd/nand/raw/stm32_fmc2_nand.o: in function `stm32_fmc2_probe':
   stm32_fmc2_nand.c:(.text+0x19ce): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: stm32_fmc2_nand.c:(.text+0x1a3e): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: stm32_fmc2_nand.c:(.text+0x1a88): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: stm32_fmc2_nand.c:(.text+0x1ac6): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/mtd/nand/raw/meson_nand.o: in function `meson_nfc_probe':
   meson_nand.c:(.text+0x44e): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/pcmcia/cistpl.o: in function `set_cis_map':
   cistpl.c:(.text+0xac4): undefined reference to `iounmap'
   s390-linux-ld: cistpl.c:(.text+0xad6): undefined reference to `ioremap'
   s390-linux-ld: cistpl.c:(.text+0xb38): undefined reference to `ioremap'
   s390-linux-ld: cistpl.c:(.text+0xb52): undefined reference to `iounmap'
   s390-linux-ld: drivers/pcmcia/cistpl.o: in function `release_cis_mem':
   cistpl.c:(.text+0xcf8): undefined reference to `iounmap'
   s390-linux-ld: drivers/input/serio/apbps2.o: in function `apbps2_of_probe':
   apbps2.c:(.text+0x246): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/input/serio/olpc_apsp.o: in function `olpc_apsp_probe':
   olpc_apsp.c:(.text+0x2dc): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/input/serio/sun4i-ps2.o: in function `sun4i_ps2_remove':
   sun4i-ps2.c:(.text+0x40): undefined reference to `iounmap'
   s390-linux-ld: drivers/input/serio/sun4i-ps2.o: in function `sun4i_ps2_probe':
   sun4i-ps2.c:(.text+0x350): undefined reference to `ioremap'
   s390-linux-ld: sun4i-ps2.c:(.text+0x4f2): undefined reference to `iounmap'
   s390-linux-ld: drivers/crypto/atmel-aes.o: in function `atmel_aes_probe':
   atmel-aes.c:(.text+0x7be): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/crypto/atmel-tdes.o: in function `atmel_tdes_probe':
   atmel-tdes.c:(.text+0x856): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/crypto/img-hash.o: in function `img_hash_probe':
   img-hash.c:(.text+0xd70): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: img-hash.c:(.text+0xda8): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/crypto/mediatek/mtk-platform.o: in function `mtk_crypto_probe':
   mtk-platform.c:(.text+0x6f4): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/crypto/qcom-rng.o: in function `qcom_rng_probe':
   qcom-rng.c:(.text+0x11c): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/clocksource/timer-of.o: in function `timer_of_init':
   timer-of.c:(.init.text+0x38): undefined reference to `of_iomap'
   s390-linux-ld: timer-of.c:(.init.text+0x1f2): undefined reference to `iounmap'
   s390-linux-ld: drivers/clocksource/timer-of.o: in function `timer_of_cleanup':
   timer-of.c:(.init.text+0x276): undefined reference to `iounmap'
   s390-linux-ld: drivers/clocksource/timer-davinci.o: in function `of_davinci_timer_register':
   timer-davinci.c:(.init.text+0x2a): undefined reference to `of_address_to_resource'
   s390-linux-ld: drivers/clocksource/timer-davinci.o: in function `davinci_timer_register':
   timer-davinci.c:(.init.text+0x11e): undefined reference to `ioremap'
   s390-linux-ld: drivers/clocksource/clps711x-timer.o: in function `clps711x_timer_init':
   clps711x-timer.c:(.init.text+0x32): undefined reference to `of_iomap'
   s390-linux-ld: drivers/clocksource/timer-zevio.o: in function `zevio_timer_init':
   timer-zevio.c:(.init.text+0x44): undefined reference to `of_iomap'
   s390-linux-ld: timer-zevio.c:(.init.text+0x86): undefined reference to `iounmap'
   s390-linux-ld: drivers/clocksource/bcm_kona_timer.o: in function `kona_timer_init':
   bcm_kona_timer.c:(.init.text+0x60): undefined reference to `of_iomap'
   s390-linux-ld: drivers/mailbox/imx-mailbox.o: in function `imx_mu_probe':
   imx-mailbox.c:(.text+0x12c): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/mailbox/rockchip-mailbox.o: in function `rockchip_mbox_probe':
   rockchip-mailbox.c:(.text+0x40e): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/mailbox/bcm-pdc-mailbox.o: in function `pdc_probe':
   bcm-pdc-mailbox.c:(.text+0x788): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/mailbox/qcom-apcs-ipc-mailbox.o: in function `qcom_apcs_ipc_probe':
   qcom-apcs-ipc-mailbox.c:(.text+0x102): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/mailbox/mtk-cmdq-mailbox.o: in function `cmdq_probe':
   mtk-cmdq-mailbox.c:(.text+0x196): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/mailbox/sun6i-msgbox.o: in function `sun6i_msgbox_probe':
>> sun6i-msgbox.c:(.text+0x5f0): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/rpmsg/qcom_smd.o: in function `qcom_smd_channel_peek':
   qcom_smd.c:(.text+0x680): undefined reference to `__ioread32_copy'
   s390-linux-ld: qcom_smd.c:(.text+0x6aa): undefined reference to `__ioread32_copy'
   s390-linux-ld: drivers/rpmsg/qcom_smd.o: in function `qcom_smd_write_fifo':
   qcom_smd.c:(.text+0xc18): undefined reference to `__iowrite32_copy'
   s390-linux-ld: qcom_smd.c:(.text+0xc3c): undefined reference to `__iowrite32_copy'
   s390-linux-ld: drivers/fpga/socfpga-a10.o: in function `socfpga_a10_fpga_probe':
   socfpga-a10.c:(.text+0x346): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: socfpga-a10.c:(.text+0x374): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/fpga/zynq-fpga.o: in function `zynq_fpga_probe':
   zynq-fpga.c:(.text+0x53c): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/counter/ti-eqep.o: in function `ti_eqep_probe':
   ti-eqep.c:(.text+0x464): undefined reference to `devm_platform_ioremap_resource'

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

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

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

* sun6i-msgbox.c:undefined reference to `devm_ioremap_resource'
@ 2020-11-21 14:27 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2020-11-21 14:27 UTC (permalink / raw)
  To: Samuel Holland; +Cc: kbuild-all, linux-kernel, Jassi Brar, Philipp Zabel

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

Hi Samuel,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   27bba9c532a8d21050b94224ffd310ad0058c353
commit: 25831c44b0b79ac6261d36d7e777a52bdf92f239 mailbox: sun6i-msgbox: Add a new mailbox driver
date:   8 months ago
config: s390-randconfig-r012-20201121 (attached as .config)
compiler: s390-linux-gcc (GCC) 9.3.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://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=25831c44b0b79ac6261d36d7e777a52bdf92f239
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 25831c44b0b79ac6261d36d7e777a52bdf92f239
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=s390 

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/irqchip/irq-renesas-irqc.o: in function `irqc_probe':
   irq-renesas-irqc.c:(.text+0x50a): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/irqchip/irq-renesas-rza1.o: in function `rza1_irqc_probe':
   irq-renesas-rza1.c:(.text+0xcc): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/phy/hisilicon/phy-histb-combphy.o: in function `histb_combphy_probe':
   phy-histb-combphy.c:(.text+0x5c): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/phy/hisilicon/phy-hisi-inno-usb2.o: in function `hisi_inno_phy_probe':
   phy-hisi-inno-usb2.c:(.text+0x4c): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/pinctrl/pxa/pinctrl-pxa27x.o: in function `pxa27x_pinctrl_probe':
   pinctrl-pxa27x.c:(.text+0x90): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/pinctrl/pxa/pinctrl-pxa27x.o:pinctrl-pxa27x.c:(.text+0xae): more undefined references to `devm_platform_ioremap_resource' follow
   s390-linux-ld: drivers/pinctrl/sh-pfc/core.o: in function `sh_pfc_probe':
   core.c:(.text+0x21c): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/char/ipmi/bt-bmc.o: in function `bt_bmc_probe':
   bt-bmc.c:(.text+0x796): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/soc/mediatek/mtk-scpsys.o: in function `scpsys_probe':
   mtk-scpsys.c:(.text+0x860): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/soc/qcom/qcom-geni-se.o: in function `geni_se_probe':
   qcom-geni-se.c:(.text+0xafa): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-ath79.o: in function `ath79_reset_probe':
   reset-ath79.c:(.text+0x206): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-meson.o: in function `meson_reset_probe':
   reset-meson.c:(.text+0x5a): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-npcm.o: in function `npcm_rc_probe':
   reset-npcm.c:(.text+0x1ea): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-qcom-pdc.o: in function `qcom_pdc_reset_probe':
   reset-qcom-pdc.c:(.text+0x17e): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-simple.o: in function `reset_simple_probe':
   reset-simple.c:(.text+0x202): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-stm32mp1.o: in function `stm32_reset_probe':
   reset-stm32mp1.c:(.text+0x1d2): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/char/hw_random/npcm-rng.o: in function `npcm_rng_probe':
   npcm-rng.c:(.text+0x2dc): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/mfd/syscon.o: in function `syscon_probe':
   syscon.c:(.text+0x17e): undefined reference to `devm_ioremap'
   s390-linux-ld: drivers/power/reset/ocelot-reset.o: in function `ocelot_reset_probe':
   ocelot-reset.c:(.text+0x12e): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/watchdog/sama5d4_wdt.o: in function `sama5d4_wdt_probe':
   sama5d4_wdt.c:(.text+0x674): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/watchdog/davinci_wdt.o: in function `davinci_wdt_probe':
   davinci_wdt.c:(.text+0x4c0): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/watchdog/imx2_wdt.o: in function `imx2_wdt_probe':
   imx2_wdt.c:(.init.text+0xd4): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/watchdog/mtk_wdt.o: in function `mtk_wdt_probe':
   mtk_wdt.c:(.text+0x318): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/watchdog/renesas_wdt.o: in function `rwdt_probe':
   renesas_wdt.c:(.text+0x98): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/crypto/atmel-sha.o: in function `atmel_sha_probe':
   atmel-sha.c:(.text+0xafe): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/crypto/img-hash.o: in function `img_hash_probe':
   img-hash.c:(.text+0x11b0): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: img-hash.c:(.text+0x1214): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/clocksource/timer-of.o: in function `timer_of_init':
   timer-of.c:(.init.text+0x16c): undefined reference to `iounmap'
   s390-linux-ld: drivers/clocksource/timer-of.o: in function `timer_of_cleanup':
   timer-of.c:(.init.text+0x23e): undefined reference to `iounmap'
   s390-linux-ld: drivers/clocksource/timer-davinci.o: in function `davinci_timer_register':
   timer-davinci.c:(.init.text+0xba): undefined reference to `ioremap'
   s390-linux-ld: drivers/mailbox/bcm-pdc-mailbox.o: in function `pdc_probe':
   bcm-pdc-mailbox.c:(.text+0xe3c): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/mailbox/qcom-apcs-ipc-mailbox.o: in function `qcom_apcs_ipc_probe':
   qcom-apcs-ipc-mailbox.c:(.text+0x13e): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/mailbox/sun6i-msgbox.o: in function `sun6i_msgbox_probe':
>> sun6i-msgbox.c:(.text+0xd24): undefined reference to `devm_ioremap_resource'

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

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

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

end of thread, other threads:[~2020-11-21 14:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-14 23:44 sun6i-msgbox.c:undefined reference to `devm_ioremap_resource' kernel test robot
2020-11-21 14:27 kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).