From: kernel test robot <lkp@intel.com>
Cc: kbuild-all@lists.01.org, llvm@lists.linux.dev
Subject: [peterz-queue:x86/wip.vmx 2/2] ld.lld: error: arch/riscv/built-in.a(kernel/reset.o):(function machine_halt: .text+0x28): relocation R_RISCV_HI20 out of range: 530843 is not in [-524288, 524287]; references pm_power_off
Date: Mon, 24 Jan 2022 20:01:16 +0800 [thread overview]
Message-ID: <202201242016.t0cBi9d6-lkp@intel.com> (raw)
CC: linux-kernel@vger.kernel.org
TO: Peter Zijlstra <peterz@infradead.org>
CC: Josh Poimboeuf <jpoimboe@redhat.com>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/wip.vmx
head: d443f8b92af9d11702dc42f6064875fae56ff302
commit: d443f8b92af9d11702dc42f6064875fae56ff302 [2/2] x86/vmx: Provide asm-goto-output vmread
config: riscv-randconfig-r035-20220117 (https://download.01.org/0day-ci/archive/20220124/202201242016.t0cBi9d6-lkp@intel.com/config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project f7b7138a62648f4019c55e4671682af1f851f295)
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
# install riscv cross compiling tool for clang build
# apt-get install binutils-riscv64-linux-gnu
# https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git/commit/?id=d443f8b92af9d11702dc42f6064875fae56ff302
git remote add peterz-queue https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git
git fetch --no-tags peterz-queue x86/wip.vmx
git checkout d443f8b92af9d11702dc42f6064875fae56ff302
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=riscv 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 >>):
>> ld.lld: error: arch/riscv/built-in.a(kernel/reset.o):(function machine_halt: .text+0x28): relocation R_RISCV_HI20 out of range: 530843 is not in [-524288, 524287]; references pm_power_off
>>> referenced by reset.c
>>> defined in arch/riscv/built-in.a(kernel/reset.o)
--
>> ld.lld: error: arch/riscv/built-in.a(kernel/cpufeature.o):(function riscv_isa_extension_base: .text+0x1c): relocation R_RISCV_HI20 out of range: 530460 is not in [-524288, 524287]; references riscv_isa_extension_base.__if_trace.1
>>> referenced by cpufeature.c
>>> defined in arch/riscv/built-in.a(kernel/cpufeature.o)
--
>> ld.lld: error: arch/riscv/built-in.a(kernel/sys_riscv.o):(function __se_sys_mmap: .text+0x40): relocation R_RISCV_HI20 out of range: 530305 is not in [-524288, 524287]; references riscv_sys_mmap.______f.16
>>> referenced by sys_riscv.c
>>> defined in arch/riscv/built-in.a(kernel/sys_riscv.o)
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [peterz-queue:x86/wip.vmx 2/2] ld.lld: error: arch/riscv/built-in.a(kernel/reset.o):(function machine_halt: .text+0x28): relocation R_RISCV_HI20 out of range: 530843 is not in [-524288, 524287]; references pm_power_off
Date: Mon, 24 Jan 2022 20:01:16 +0800 [thread overview]
Message-ID: <202201242016.t0cBi9d6-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2627 bytes --]
CC: linux-kernel(a)vger.kernel.org
TO: Peter Zijlstra <peterz@infradead.org>
CC: Josh Poimboeuf <jpoimboe@redhat.com>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/wip.vmx
head: d443f8b92af9d11702dc42f6064875fae56ff302
commit: d443f8b92af9d11702dc42f6064875fae56ff302 [2/2] x86/vmx: Provide asm-goto-output vmread
config: riscv-randconfig-r035-20220117 (https://download.01.org/0day-ci/archive/20220124/202201242016.t0cBi9d6-lkp(a)intel.com/config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project f7b7138a62648f4019c55e4671682af1f851f295)
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
# install riscv cross compiling tool for clang build
# apt-get install binutils-riscv64-linux-gnu
# https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git/commit/?id=d443f8b92af9d11702dc42f6064875fae56ff302
git remote add peterz-queue https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git
git fetch --no-tags peterz-queue x86/wip.vmx
git checkout d443f8b92af9d11702dc42f6064875fae56ff302
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=riscv 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 >>):
>> ld.lld: error: arch/riscv/built-in.a(kernel/reset.o):(function machine_halt: .text+0x28): relocation R_RISCV_HI20 out of range: 530843 is not in [-524288, 524287]; references pm_power_off
>>> referenced by reset.c
>>> defined in arch/riscv/built-in.a(kernel/reset.o)
--
>> ld.lld: error: arch/riscv/built-in.a(kernel/cpufeature.o):(function riscv_isa_extension_base: .text+0x1c): relocation R_RISCV_HI20 out of range: 530460 is not in [-524288, 524287]; references riscv_isa_extension_base.__if_trace.1
>>> referenced by cpufeature.c
>>> defined in arch/riscv/built-in.a(kernel/cpufeature.o)
--
>> ld.lld: error: arch/riscv/built-in.a(kernel/sys_riscv.o):(function __se_sys_mmap: .text+0x40): relocation R_RISCV_HI20 out of range: 530305 is not in [-524288, 524287]; references riscv_sys_mmap.______f.16
>>> referenced by sys_riscv.c
>>> defined in arch/riscv/built-in.a(kernel/sys_riscv.o)
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
next reply other threads:[~2022-01-24 12:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-24 12:01 kernel test robot [this message]
2022-01-24 12:01 ` [peterz-queue:x86/wip.vmx 2/2] ld.lld: error: arch/riscv/built-in.a(kernel/reset.o):(function machine_halt: .text+0x28): relocation R_RISCV_HI20 out of range: 530843 is not in [-524288, 524287]; references pm_power_off 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=202201242016.t0cBi9d6-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=llvm@lists.linux.dev \
/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.