From: kernel test robot <lkp@intel.com>
To: Delyan Kratunov <delyank@fb.com>
Cc: kbuild-all@lists.01.org,
Linux Memory Management List <linux-mm@kvack.org>,
Alexei Starovoitov <ast@kernel.org>
Subject: [linux-next:master 3182/4834] s390-linux-ld: kernel/trace/trace_uprobe.o:(__jump_table+0x8): undefined reference to `bpf_stats_enabled_key'
Date: Tue, 21 Jun 2022 20:21:26 +0800 [thread overview]
Message-ID: <202206212040.Jb3ukbvd-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 34d1d36073ea4d4c532e8c8345627a9702be799e
commit: 8c7dcb84e3b744b2b70baa7a44a9b1881c33a9c9 [3182/4834] bpf: implement sleepable uprobes by chaining gps
config: s390-randconfig-r003-20220620 (https://download.01.org/0day-ci/archive/20220621/202206212040.Jb3ukbvd-lkp@intel.com/config)
compiler: s390-linux-gcc (GCC) 11.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/next/linux-next.git/commit/?id=8c7dcb84e3b744b2b70baa7a44a9b1881c33a9c9
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout 8c7dcb84e3b744b2b70baa7a44a9b1881c33a9c9
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>
Note: the linux-next/master HEAD 34d1d36073ea4d4c532e8c8345627a9702be799e builds fine.
It may have been fixed somewhere.
All errors (new ones prefixed by >>):
s390-linux-ld: kernel/dma/coherent.o: in function `dma_init_coherent_memory':
kernel/dma/coherent.c:48: undefined reference to `memremap'
s390-linux-ld: kernel/dma/coherent.c:71: undefined reference to `memunmap'
s390-linux-ld: kernel/dma/coherent.o: in function `dma_declare_coherent_memory':
kernel/dma/coherent.c:82: undefined reference to `memunmap'
>> s390-linux-ld: kernel/trace/trace_uprobe.o:(__jump_table+0x8): undefined reference to `bpf_stats_enabled_key'
s390-linux-ld: drivers/dma/fsl-edma.o: in function `fsl_edma_probe':
drivers/dma/fsl-edma.c:302: undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/dma/fsl-edma.c:327: undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/dma/idma64.o: in function `idma64_platform_probe':
drivers/dma/idma64.c:644: undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/dma/qcom/hidma.o: in function `hidma_probe':
drivers/dma/qcom/hidma.c:770: undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/dma/qcom/hidma.c:777: undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/pcmcia/cistpl.o: in function `set_cis_map':
drivers/pcmcia/cistpl.c:103: undefined reference to `ioremap'
s390-linux-ld: drivers/pcmcia/cistpl.c:110: undefined reference to `iounmap'
s390-linux-ld: drivers/pcmcia/cistpl.c:117: undefined reference to `iounmap'
s390-linux-ld: drivers/pcmcia/cistpl.c:118: undefined reference to `ioremap'
s390-linux-ld: drivers/pcmcia/cistpl.o: in function `release_cis_mem':
drivers/pcmcia/cistpl.c:72: undefined reference to `iounmap'
s390-linux-ld: drivers/crypto/ccree/cc_driver.o: in function `init_cc_resources':
drivers/crypto/ccree/cc_driver.c:355: undefined reference to `devm_ioremap_resource'
s390-linux-ld: drivers/crypto/ccree/cc_debugfs.o: in function `cc_debugfs_init':
drivers/crypto/ccree/cc_debugfs.c:80: undefined reference to `debugfs_create_regset32'
s390-linux-ld: drivers/crypto/ccree/cc_debugfs.c:100: undefined reference to `debugfs_create_regset32'
s390-linux-ld: drivers/clocksource/timer-of.o: in function `timer_of_base_exit.isra.0':
drivers/clocksource/timer-of.c:151: undefined reference to `iounmap'
s390-linux-ld: drivers/clocksource/timer-of.o: in function `timer_of_init':
drivers/clocksource/timer-of.c:159: undefined reference to `of_iomap'
s390-linux-ld: drivers/clocksource/timer-microchip-pit64b.o: in function `mchp_pit64b_dt_init_timer':
drivers/clocksource/timer-microchip-pit64b.c:434: undefined reference to `of_iomap'
s390-linux-ld: drivers/clocksource/timer-microchip-pit64b.c:484: undefined reference to `iounmap'
--
0-DAY CI Kernel Test Service
https://01.org/lkp
reply other threads:[~2022-06-21 12:21 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=202206212040.Jb3ukbvd-lkp@intel.com \
--to=lkp@intel.com \
--cc=ast@kernel.org \
--cc=delyank@fb.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-mm@kvack.org \
/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