From: kernel test robot <lkp@intel.com>
To: Xu Yilun <yilun.xu@intel.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
Moritz Fischer <mdf@kernel.org>, Wu Hao <hao.wu@intel.com>,
Matthew Gerlach <matthew.gerlach@linux.intel.com>,
Russ Weight <russell.h.weight@intel.com>,
Tom Rix <trix@redhat.com>
Subject: dfl.c:undefined reference to `devm_ioremap'
Date: Fri, 13 Nov 2020 21:06:02 +0800 [thread overview]
Message-ID: <202011132156.gAit8NKU-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 4868 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 585e5b17b92dead8a3aca4e3c9876fbca5f7e0ba
commit: 89eb35e810a87d69c878d66e89c7f19f34539036 fpga: dfl: map feature mmio resources in their own feature drivers
date: 3 months ago
config: s390-randconfig-r025-20201113 (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=89eb35e810a87d69c878d66e89c7f19f34539036
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout 89eb35e810a87d69c878d66e89c7f19f34539036
# 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: kernel/dma/coherent.o: in function `dma_init_coherent_memory':
coherent.c:(.text+0x9de): undefined reference to `memremap'
s390-linux-ld: coherent.c:(.text+0xb8a): undefined reference to `memunmap'
s390-linux-ld: kernel/dma/coherent.o: in function `dma_declare_coherent_memory':
coherent.c:(.text+0xf40): undefined reference to `memunmap'
s390-linux-ld: drivers/net/arcnet/com90xx.o: in function `com90xx_exit':
com90xx.c:(.exit.text+0x102): undefined reference to `iounmap'
s390-linux-ld: drivers/net/arcnet/com90xx.o: in function `check_mirror':
com90xx.c:(.init.text+0x8a): undefined reference to `ioremap'
s390-linux-ld: com90xx.c:(.init.text+0x106): undefined reference to `iounmap'
s390-linux-ld: drivers/net/arcnet/com90xx.o: in function `com90xx_probe':
com90xx.c:(.init.text+0x1a32): undefined reference to `ioremap'
s390-linux-ld: com90xx.c:(.init.text+0x207a): undefined reference to `iounmap'
s390-linux-ld: com90xx.c:(.init.text+0x339c): undefined reference to `iounmap'
s390-linux-ld: com90xx.c:(.init.text+0x35ac): undefined reference to `iounmap'
s390-linux-ld: com90xx.c:(.init.text+0x39c6): undefined reference to `ioremap'
s390-linux-ld: com90xx.c:(.init.text+0x3da8): undefined reference to `iounmap'
s390-linux-ld: com90xx.c:(.init.text+0x42c2): undefined reference to `iounmap'
s390-linux-ld: drivers/net/arcnet/arc-rimi.o: in function `arc_rimi_exit':
arc-rimi.c:(.exit.text+0x58): undefined reference to `iounmap'
s390-linux-ld: drivers/net/arcnet/arc-rimi.o: in function `arc_rimi_init':
arc-rimi.c:(.init.text+0x898): undefined reference to `ioremap'
s390-linux-ld: arc-rimi.c:(.init.text+0x9e4): undefined reference to `iounmap'
s390-linux-ld: arc-rimi.c:(.init.text+0xf54): undefined reference to `iounmap'
s390-linux-ld: arc-rimi.c:(.init.text+0x1108): undefined reference to `ioremap'
s390-linux-ld: arc-rimi.c:(.init.text+0x14b6): undefined reference to `iounmap'
s390-linux-ld: drivers/net/arcnet/arc-rimi.o: in function `check_mirror':
arc-rimi.c:(.text.unlikely+0x56): undefined reference to `ioremap'
s390-linux-ld: arc-rimi.c:(.text.unlikely+0xb2): undefined reference to `iounmap'
s390-linux-ld: drivers/net/ethernet/aurora/nb8800.o: in function `nb8800_probe':
nb8800.c:(.text+0x2b70): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/pcmcia/cistpl.o: in function `set_cis_map':
cistpl.c:(.text+0x632): undefined reference to `iounmap'
s390-linux-ld: cistpl.c:(.text+0x698): undefined reference to `ioremap'
s390-linux-ld: cistpl.c:(.text+0x86c): undefined reference to `ioremap'
s390-linux-ld: cistpl.c:(.text+0x8b2): undefined reference to `iounmap'
s390-linux-ld: drivers/pcmcia/cistpl.o: in function `release_cis_mem':
cistpl.c:(.text+0x562e): undefined reference to `iounmap'
s390-linux-ld: drivers/input/serio/apbps2.o: in function `apbps2_of_probe':
apbps2.c:(.text+0x97a): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/fpga/dfl.o: in function `build_info_prepare':
>> dfl.c:(.text+0x1346): undefined reference to `devm_ioremap'
s390-linux-ld: drivers/fpga/dfl.o: in function `build_info_complete':
>> dfl.c:(.text+0x1a34): undefined reference to `devm_iounmap'
s390-linux-ld: drivers/fpga/dfl.o: in function `dfl_fpga_dev_feature_init':
>> dfl.c:(.text+0x30fe): undefined reference to `devm_platform_ioremap_resource'
s390-linux-ld: drivers/fpga/dfl.o: in function `build_info_commit_dev':
>> dfl.c:(.text+0x4bb6): 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: 16161 bytes --]
next reply other threads:[~2020-11-13 13:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-13 13:06 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-11-20 13:17 dfl.c:undefined reference to `devm_ioremap' kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202011132156.gAit8NKU-lkp@intel.com \
--to=lkp@intel.com \
--cc=hao.wu@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=matthew.gerlach@linux.intel.com \
--cc=mdf@kernel.org \
--cc=russell.h.weight@intel.com \
--cc=trix@redhat.com \
--cc=yilun.xu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox