From: kernel test robot <lkp@intel.com>
To: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Cc: kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org,
Michal Simek <monstr@monstr.eu>
Subject: [xilinx-xlnx:xlnx_rebase_v5.15_LTS 470/1091] jesd_phy.c:undefined reference to `devm_ioremap_resource'
Date: Thu, 7 Apr 2022 23:46:59 +0800 [thread overview]
Message-ID: <202204072318.RFIUkOSB-lkp@intel.com> (raw)
tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.15_LTS
head: 031eb9ce665429a9574c95f89bcc488fd0ba0ec1
commit: 4cf40e565c55a749ca7a7bbc7bc998fd3f3a2486 [470/1091] misc: jesd204b: Add driver for Xilinx jesd204b
config: s390-randconfig-r033-20220407 (https://download.01.org/0day-ci/archive/20220407/202204072318.RFIUkOSB-lkp@intel.com/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/Xilinx/linux-xlnx/commit/4cf40e565c55a749ca7a7bbc7bc998fd3f3a2486
git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx
git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.15_LTS
git checkout 4cf40e565c55a749ca7a7bbc7bc998fd3f3a2486
# save the config file 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/tty/ipwireless/main.o: in function `ipwireless_detach':
main.c:(.text+0x98): undefined reference to `iounmap'
s390-linux-ld: main.c:(.text+0xdc): undefined reference to `iounmap'
s390-linux-ld: drivers/tty/ipwireless/main.o: in function `config_ipwireless':
main.c:(.text+0x24e): undefined reference to `iounmap'
s390-linux-ld: main.c:(.text+0x36c): undefined reference to `iounmap'
s390-linux-ld: drivers/tty/ipwireless/main.o: in function `ipwireless_probe.part.0':
main.c:(.text+0x480): undefined reference to `ioremap'
s390-linux-ld: main.c:(.text+0x534): undefined reference to `ioremap'
s390-linux-ld: main.c:(.text+0x582): undefined reference to `iounmap'
s390-linux-ld: main.c:(.text+0x5b6): undefined reference to `iounmap'
s390-linux-ld: drivers/misc/xilinx_trafgen.o: in function `xtg_probe':
xilinx_trafgen.c:(.text+0x590): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/misc/jesd204b/jesd_phy.o: in function `jesd204b_phy_probe':
>> jesd_phy.c:(.text+0x66a): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/misc/jesd204b/xilinx_jesd204b.o: in function `jesd204b_probe':
>> xilinx_jesd204b.c:(.text+0x854): undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/net/arcnet/arc-rimi.o: in function `arc_rimi_exit':
arc-rimi.c:(.exit.text+0x36): undefined reference to `iounmap'
s390-linux-ld: drivers/net/arcnet/arc-rimi.o: in function `arcrimi_found':
arc-rimi.c:(.init.text+0xf4): undefined reference to `ioremap'
s390-linux-ld: arc-rimi.c:(.init.text+0x190): undefined reference to `iounmap'
s390-linux-ld: arc-rimi.c:(.init.text+0x2b0): undefined reference to `iounmap'
s390-linux-ld: arc-rimi.c:(.init.text+0x38a): undefined reference to `ioremap'
s390-linux-ld: arc-rimi.c:(.init.text+0x460): undefined reference to `iounmap'
s390-linux-ld: drivers/net/arcnet/arc-rimi.o: in function `check_mirror':
arc-rimi.c:(.text.unlikely+0x5a): undefined reference to `ioremap'
s390-linux-ld: arc-rimi.c:(.text.unlikely+0x7c): undefined reference to `iounmap'
s390-linux-ld: drivers/pcmcia/cistpl.o: in function `set_cis_map':
cistpl.c:(.text+0x3f4): undefined reference to `ioremap'
s390-linux-ld: cistpl.c:(.text+0x432): undefined reference to `iounmap'
s390-linux-ld: cistpl.c:(.text+0x4ba): undefined reference to `iounmap'
s390-linux-ld: cistpl.c:(.text+0x4cc): undefined reference to `ioremap'
s390-linux-ld: drivers/pcmcia/cistpl.o: in function `release_cis_mem':
cistpl.c:(.text+0xec6): undefined reference to `iounmap'
--
0-DAY CI Kernel Test Service
https://01.org/lkp
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
reply other threads:[~2022-04-07 16:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202204072318.RFIUkOSB-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=monstr@monstr.eu \
--cc=shubhrajyoti.datta@xilinx.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 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.