linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* xilinx_axienet_main.c:undefined reference to `of_address_to_resource'
@ 2021-04-14  4:33 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-04-14  4:33 UTC (permalink / raw)
  To: Robert Hancock; +Cc: kbuild-all, linux-kernel

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

Hi Robert,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   50987beca096a7ed4f453a6da245fd6a2fadedeb
commit: 57baf8cc70ea4cf5503c9d42f31f6a86d7f5ff1a net: axienet: Handle deferred probe on clock properly
date:   9 weeks ago
config: s390-randconfig-c023-20210414 (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=57baf8cc70ea4cf5503c9d42f31f6a86d7f5ff1a
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 57baf8cc70ea4cf5503c9d42f31f6a86d7f5ff1a
        # 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/net/arcnet/com90xx.o: in function `com90xx_exit':
   com90xx.c:(.exit.text+0xe6): undefined reference to `iounmap'
   s390-linux-ld: drivers/net/arcnet/com90xx.o: in function `check_mirror':
   com90xx.c:(.init.text+0x4c): undefined reference to `ioremap'
   s390-linux-ld: com90xx.c:(.init.text+0xa8): undefined reference to `iounmap'
   s390-linux-ld: drivers/net/arcnet/com90xx.o: in function `com90xx_probe':
   com90xx.c:(.init.text+0x1182): undefined reference to `ioremap'
   s390-linux-ld: com90xx.c:(.init.text+0x15dc): undefined reference to `iounmap'
   s390-linux-ld: com90xx.c:(.init.text+0x2234): undefined reference to `iounmap'
   s390-linux-ld: com90xx.c:(.init.text+0x23b2): undefined reference to `iounmap'
   s390-linux-ld: com90xx.c:(.init.text+0x26d6): undefined reference to `ioremap'
   s390-linux-ld: com90xx.c:(.init.text+0x29ae): undefined reference to `iounmap'
   s390-linux-ld: com90xx.c:(.init.text+0x2e28): undefined reference to `iounmap'
   s390-linux-ld: drivers/net/arcnet/arc-rimi.o: in function `arc_rimi_exit':
   arc-rimi.c:(.exit.text+0x50): undefined reference to `iounmap'
   s390-linux-ld: drivers/net/arcnet/arc-rimi.o: in function `arc_rimi_init':
   arc-rimi.c:(.init.text+0x5ca): undefined reference to `ioremap'
   s390-linux-ld: arc-rimi.c:(.init.text+0x6c8): undefined reference to `iounmap'
   s390-linux-ld: arc-rimi.c:(.init.text+0xac4): undefined reference to `iounmap'
   s390-linux-ld: arc-rimi.c:(.init.text+0xc10): undefined reference to `ioremap'
   s390-linux-ld: arc-rimi.c:(.init.text+0xeea): 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+0xa8): 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+0xe54): undefined reference to `devm_ioremap'
   s390-linux-ld: drivers/net/ethernet/fujitsu/fmvj18x_cs.o: in function `fmvj18x_release':
   fmvj18x_cs.c:(.text+0x10d2): undefined reference to `iounmap'
   s390-linux-ld: drivers/net/ethernet/fujitsu/fmvj18x_cs.o: in function `fmvj18x_config':
   fmvj18x_cs.c:(.text+0x3096): undefined reference to `ioremap'
   s390-linux-ld: fmvj18x_cs.c:(.text+0x3132): undefined reference to `iounmap'
   s390-linux-ld: fmvj18x_cs.c:(.text+0x3896): undefined reference to `ioremap'
   s390-linux-ld: fmvj18x_cs.c:(.text+0x3bba): undefined reference to `iounmap'
   s390-linux-ld: fmvj18x_cs.c:(.text+0x3f62): undefined reference to `iounmap'
   s390-linux-ld: drivers/net/ethernet/xilinx/ll_temac_main.o: in function `temac_probe':
   ll_temac_main.c:(.text+0x6044): undefined reference to `devm_platform_ioremap_resource_byname'
   s390-linux-ld: ll_temac_main.c:(.text+0x63fc): undefined reference to `devm_of_iomap'
   s390-linux-ld: ll_temac_main.c:(.text+0x65ee): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/net/ethernet/xilinx/ll_temac_mdio.o: in function `temac_mdio_setup':
   ll_temac_mdio.c:(.text+0x3b0): undefined reference to `of_address_to_resource'
   s390-linux-ld: drivers/net/ethernet/xilinx/xilinx_axienet_main.o: in function `axienet_probe':
>> xilinx_axienet_main.c:(.text+0x59dc): undefined reference to `of_address_to_resource'
   s390-linux-ld: xilinx_axienet_main.c:(.text+0x5a18): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: xilinx_axienet_main.c:(.text+0x5b78): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: xilinx_axienet_main.c:(.text+0x6548): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/net/ethernet/xircom/xirc2ps_cs.o: in function `xirc2ps_release':
   xirc2ps_cs.c:(.text+0x11e8): undefined reference to `iounmap'
   s390-linux-ld: drivers/net/ethernet/xircom/xirc2ps_cs.o: in function `xirc2ps_config':
   xirc2ps_cs.c:(.text+0x51ac): undefined reference to `ioremap'
   s390-linux-ld: drivers/pcmcia/cistpl.o: in function `set_cis_map':
   cistpl.c:(.text+0x8f2): undefined reference to `ioremap'
   s390-linux-ld: cistpl.c:(.text+0xa12): undefined reference to `iounmap'
   s390-linux-ld: cistpl.c:(.text+0xab4): undefined reference to `iounmap'
   s390-linux-ld: cistpl.c:(.text+0xb24): undefined reference to `ioremap'
   s390-linux-ld: drivers/pcmcia/cistpl.o: in function `release_cis_mem':
   cistpl.c:(.text+0x2aea): undefined reference to `iounmap'

---
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: 16978 bytes --]

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

* xilinx_axienet_main.c:undefined reference to `of_address_to_resource'
@ 2021-03-24 20:43 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-03-24 20:43 UTC (permalink / raw)
  To: Robert Hancock; +Cc: kbuild-all, linux-kernel

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   4ee998b0ef8b6d7b1267cd4d953182224929abba
commit: 57baf8cc70ea4cf5503c9d42f31f6a86d7f5ff1a net: axienet: Handle deferred probe on clock properly
date:   6 weeks ago
config: s390-randconfig-m031-20210325 (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=57baf8cc70ea4cf5503c9d42f31f6a86d7f5ff1a
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 57baf8cc70ea4cf5503c9d42f31f6a86d7f5ff1a
        # 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-al-fic.o: in function `al_fic_init_dt':
   irq-al-fic.c:(.init.text+0x26): undefined reference to `of_iomap'
   s390-linux-ld: irq-al-fic.c:(.init.text+0x1da): undefined reference to `iounmap'
   s390-linux-ld: drivers/clk/clk-fixed-mmio.o: in function `fixed_mmio_clk_setup':
   clk-fixed-mmio.c:(.text+0x2c): undefined reference to `of_iomap'
   s390-linux-ld: clk-fixed-mmio.c:(.text+0x40): undefined reference to `iounmap'
   s390-linux-ld: drivers/dma/dw/platform.o: in function `dw_probe':
   platform.c:(.text+0x14e): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/dma/fsl-edma.o: in function `fsl_edma_probe':
   fsl-edma.c:(.text+0xc08): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: fsl-edma.c:(.text+0xcd2): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/dma/idma64.o: in function `idma64_platform_probe':
   idma64.c:(.text+0xc2e): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/dma/sf-pdma/sf-pdma.o: in function `sf_pdma_probe':
   sf-pdma.c:(.text+0xaac): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/dma/qcom/hidma_mgmt.o: in function `hidma_mgmt_probe':
   hidma_mgmt.c:(.text+0x222): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/dma/qcom/hidma_mgmt.o: in function `hidma_mgmt_init':
   hidma_mgmt.c:(.init.text+0xa6): undefined reference to `of_address_to_resource'
   s390-linux-ld: hidma_mgmt.c:(.init.text+0xbe): undefined reference to `of_address_to_resource'
   s390-linux-ld: drivers/dma/xilinx/xilinx_dpdma.o: in function `xilinx_dpdma_probe':
   xilinx_dpdma.c:(.text+0x1ba8): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/tty/ipwireless/main.o: in function `ipwireless_detach':
   main.c:(.text+0x8e): undefined reference to `iounmap'
   s390-linux-ld: main.c:(.text+0xd4): undefined reference to `iounmap'
   s390-linux-ld: drivers/tty/ipwireless/main.o: in function `ipwireless_probe':
   main.c:(.text+0x282): undefined reference to `ioremap'
   s390-linux-ld: main.c:(.text+0x336): undefined reference to `ioremap'
   s390-linux-ld: main.c:(.text+0x388): undefined reference to `iounmap'
   s390-linux-ld: main.c:(.text+0x3ce): undefined reference to `iounmap'
   s390-linux-ld: drivers/tty/ipwireless/main.o: in function `ipwireless_attach':
   main.c:(.text+0x600): undefined reference to `iounmap'
   s390-linux-ld: main.c:(.text+0x640): undefined reference to `iounmap'
   s390-linux-ld: drivers/char/xillybus/xillybus_of.o: in function `xilly_drv_probe':
   xillybus_of.c:(.text+0x120): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/net/ethernet/altera/altera_tse_main.o: in function `request_and_map':
   altera_tse_main.c:(.text+0x528): undefined reference to `devm_ioremap'
   s390-linux-ld: drivers/net/ethernet/smsc/smc91c92_cs.o: in function `smc91c92_release':
   smc91c92_cs.c:(.text+0x6e8): undefined reference to `iounmap'
   s390-linux-ld: drivers/net/ethernet/smsc/smc91c92_cs.o: in function `smc91c92_config':
   smc91c92_cs.c:(.text+0x2414): undefined reference to `ioremap'
   s390-linux-ld: drivers/net/ethernet/xilinx/xilinx_axienet_main.o: in function `axienet_probe':
>> xilinx_axienet_main.c:(.text+0x130c): undefined reference to `of_address_to_resource'
   s390-linux-ld: xilinx_axienet_main.c:(.text+0x1330): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: xilinx_axienet_main.c:(.text+0x139a): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: xilinx_axienet_main.c:(.text+0x15e2): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/net/ethernet/xircom/xirc2ps_cs.o: in function `xirc2ps_release':
   xirc2ps_cs.c:(.text+0x5e8): undefined reference to `iounmap'
   s390-linux-ld: drivers/net/ethernet/xircom/xirc2ps_cs.o: in function `xirc2ps_config':
   xirc2ps_cs.c:(.text+0x1a14): undefined reference to `ioremap'
   s390-linux-ld: drivers/pcmcia/cistpl.o: in function `set_cis_map':
   cistpl.c:(.text+0x320): undefined reference to `ioremap'
   s390-linux-ld: cistpl.c:(.text+0x356): undefined reference to `iounmap'
   s390-linux-ld: cistpl.c:(.text+0x37e): undefined reference to `iounmap'
   s390-linux-ld: cistpl.c:(.text+0x390): undefined reference to `ioremap'
   s390-linux-ld: drivers/pcmcia/cistpl.o: in function `release_cis_mem':
   cistpl.c:(.text+0xcb0): undefined reference to `iounmap'

---
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: 19116 bytes --]

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

end of thread, other threads:[~2021-04-14  4:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14  4:33 xilinx_axienet_main.c:undefined reference to `of_address_to_resource' kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-03-24 20:43 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).