lkml.org 
[lkml]   [2022]   [Mar]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[asahilinux:asahi 169/174] apple.c:(.text.apple_nvme_suspend+0x40): undefined reference to `apple_rtkit_is_running'
tree:   https://github.com/AsahiLinux/linux asahi
head: c1fcb91bbcc8fd1b1f874e45f55cbba682351f3c
commit: 287f6be4f50a324ac0b189f6e2f8fad003c4ec2b [169/174] apple-nvme: Add support for suspend/resume
config: mips-allyesconfig (https://download.01.org/0day-ci/archive/20220319/202203190706.DQ5sFFlc-lkp@intel.com/config)
compiler: mips-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/AsahiLinux/linux/commit/287f6be4f50a324ac0b189f6e2f8fad003c4ec2b
git remote add asahilinux https://github.com/AsahiLinux/linux
git fetch --no-tags asahilinux asahi
git checkout 287f6be4f50a324ac0b189f6e2f8fad003c4ec2b
# 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=mips 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 >>):

arch/mips/kernel/head.o: in function `kernel_entry':
(.ref.text+0xac): relocation truncated to fit: R_MIPS_26 against `start_kernel'
init/main.o: in function `set_reset_devices':
main.c:(.init.text+0x20): relocation truncated to fit: R_MIPS_26 against `_mcount'
main.c:(.init.text+0x30): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc'
init/main.o: in function `debug_kernel':
main.c:(.init.text+0xa4): relocation truncated to fit: R_MIPS_26 against `_mcount'
main.c:(.init.text+0xb4): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc'
init/main.o: in function `quiet_kernel':
main.c:(.init.text+0x128): relocation truncated to fit: R_MIPS_26 against `_mcount'
main.c:(.init.text+0x138): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc'
init/main.o: in function `warn_bootconfig':
main.c:(.init.text+0x1ac): relocation truncated to fit: R_MIPS_26 against `_mcount'
main.c:(.init.text+0x1bc): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc'
init/main.o: in function `init_setup':
main.c:(.init.text+0x238): relocation truncated to fit: R_MIPS_26 against `_mcount'
main.c:(.init.text+0x258): additional relocation overflows omitted from the output
mips-linux-ld: drivers/nvme/host/apple.o: in function `apple_nvme_sart_dma_setup':
apple.c:(.text.apple_nvme_sart_dma_setup+0x8c): undefined reference to `apple_sart_add_allowed_region'
mips-linux-ld: drivers/nvme/host/apple.o: in function `apple_nvme_sart_dma_destroy':
apple.c:(.text.apple_nvme_sart_dma_destroy+0x34): undefined reference to `apple_sart_remove_allowed_region'
mips-linux-ld: drivers/nvme/host/apple.o: in function `apple_nvme_probe':
apple.c:(.text.apple_nvme_probe+0x3e8): undefined reference to `apple_sart_get'
mips-linux-ld: apple.c:(.text.apple_nvme_probe+0x75c): undefined reference to `devm_apple_rtkit_init'
mips-linux-ld: drivers/nvme/host/apple.o: in function `apple_nvme_disable':
apple.c:(.text.apple_nvme_disable+0x6c): undefined reference to `apple_rtkit_is_crashed'
mips-linux-ld: drivers/nvme/host/apple.o: in function `apple_nvme_suspend':
>> apple.c:(.text.apple_nvme_suspend+0x40): undefined reference to `apple_rtkit_is_running'
>> mips-linux-ld: apple.c:(.text.apple_nvme_suspend+0x68): undefined reference to `apple_rtkit_shutdown'
mips-linux-ld: drivers/nvme/host/apple.o: in function `apple_nvme_shutdown':
apple.c:(.text.apple_nvme_shutdown+0x40): undefined reference to `apple_rtkit_is_running'
mips-linux-ld: apple.c:(.text.apple_nvme_shutdown+0x68): undefined reference to `apple_rtkit_shutdown'
mips-linux-ld: drivers/nvme/host/apple.o: in function `apple_nvme_remove':
apple.c:(.text.apple_nvme_remove+0x68): undefined reference to `apple_rtkit_is_running'
mips-linux-ld: apple.c:(.text.apple_nvme_remove+0x90): undefined reference to `apple_rtkit_shutdown'
mips-linux-ld: drivers/nvme/host/apple.o: in function `apple_nvme_reset_work':
apple.c:(.text.apple_nvme_reset_work+0xa4): undefined reference to `apple_rtkit_is_crashed'
mips-linux-ld: apple.c:(.text.apple_nvme_reset_work+0x124): undefined reference to `apple_rtkit_is_running'
mips-linux-ld: apple.c:(.text.apple_nvme_reset_work+0x1dc): undefined reference to `apple_rtkit_shutdown'
mips-linux-ld: apple.c:(.text.apple_nvme_reset_work+0x20c): undefined reference to `apple_rtkit_reinit'
mips-linux-ld: apple.c:(.text.apple_nvme_reset_work+0x278): undefined reference to `apple_rtkit_boot'
mips-linux-ld: drivers/nvme/host/apple.o: in function `apple_nvme_timeout':
apple.c:(.text.apple_nvme_timeout+0x1a0): undefined reference to `apple_rtkit_is_crashed'
mips-linux-ld: drivers/media/platform/amphion/vpu_windsor.o: in function `vpu_windsor_pack_cmd':
vpu_windsor.c:(.text.vpu_windsor_pack_cmd+0xfc): undefined reference to `__divdi3'
mips-linux-ld: vpu_windsor.c:(.text.vpu_windsor_pack_cmd+0x118): undefined reference to `__moddi3'
mips-linux-ld: drivers/media/platform/amphion/vpu_malone.o: in function `vpu_malone_pack_cmd':
vpu_malone.c:(.text.vpu_malone_pack_cmd+0x260): undefined reference to `__divdi3'
mips-linux-ld: vpu_malone.c:(.text.vpu_malone_pack_cmd+0x27c): undefined reference to `__moddi3'
mips-linux-ld: drivers/media/platform/amphion/vdec.o: in function `vdec_get_debug_info':
vdec.c:(.text.vdec_get_debug_info+0x2a8): undefined reference to `__moddi3'
mips-linux-ld: vdec.c:(.text.vdec_get_debug_info+0x2d8): undefined reference to `__divdi3'
mips-linux-ld: vdec.c:(.text.vdec_get_debug_info+0x2f8): undefined reference to `__moddi3'
mips-linux-ld: vdec.c:(.text.vdec_get_debug_info+0x318): undefined reference to `__divdi3'
mips-linux-ld: vdec.c:(.text.vdec_get_debug_info+0x338): undefined reference to `__moddi3'
mips-linux-ld: vdec.c:(.text.vdec_get_debug_info+0x358): undefined reference to `__divdi3'

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

\
 
 \ /
  Last update: 2022-03-19 00:14    [W:0.037 / U:0.268 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site