All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* ld.lld: error: kallsyms.c:(function kallsyms_lookup_buildid: .text+0x8CC): relocation R_RISCV_PCREL_HI20 out of range: -524536 is not in [-524288, 524287]; references kallsyms_names
@ 2021-07-25 12:43 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-07-25 12:43 UTC (permalink / raw
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 4371 bytes --]

CC: linux-kernel(a)vger.kernel.org
TO: Stephen Boyd <swboyd@chromium.org>
CC: Bixuan Cui <cuibixuan@huawei.com>
CC: Randy Dunlap <rdunlap@infradead.org>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: Linux Memory Management List <linux-mm@kvack.org>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   d8079fac168168b25677dc16c00ffaf9fb7df723
commit: 9294523e3768030ae8afb84110bcecc66425a647 module: add printk formats to add module build ID to stacktraces
date:   2 weeks ago
config: riscv-randconfig-r006-20210725 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 3f2c1e99e44d028d5e9dd685f3c568f2661f2f68)
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/torvalds/linux.git/commit/?id=9294523e3768030ae8afb84110bcecc66425a647
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 9294523e3768030ae8afb84110bcecc66425a647
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=riscv 

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: kallsyms.c:(function kallsyms_lookup_buildid: .text+0x8CC): relocation R_RISCV_PCREL_HI20 out of range: -524536 is not in [-524288, 524287]; references kallsyms_names
   >>> defined in kernel/built-in.a(kallsyms.o)
--
>> ld.lld: error: kallsyms.c:(function kallsyms_lookup_buildid: .text+0x964): relocation R_RISCV_PCREL_HI20 out of range: -524536 is not in [-524288, 524287]; references kallsyms_token_index
   >>> defined in kernel/built-in.a(kallsyms.o)
--
>> ld.lld: error: kallsyms.c:(function kallsyms_lookup_buildid: .text+0x96C): relocation R_RISCV_PCREL_HI20 out of range: -524536 is not in [-524288, 524287]; references kallsyms_token_table
   >>> defined in kernel/built-in.a(kallsyms.o)
--
>> ld.lld: error: kallsyms.c:(function lookup_symbol_name: .text+0xC38): relocation R_RISCV_PCREL_HI20 out of range: -524536 is not in [-524288, 524287]; references kallsyms_markers
   >>> defined in kernel/built-in.a(kallsyms.o)
--
>> ld.lld: error: kallsyms.c:(function lookup_symbol_name: .text+0xC48): relocation R_RISCV_PCREL_HI20 out of range: -524536 is not in [-524288, 524287]; references kallsyms_names
   >>> defined in kernel/built-in.a(kallsyms.o)
--
>> ld.lld: error: kallsyms.c:(function lookup_symbol_name: .text+0xCD8): relocation R_RISCV_PCREL_HI20 out of range: -524536 is not in [-524288, 524287]; references kallsyms_token_index
   >>> defined in kernel/built-in.a(kallsyms.o)
--
>> ld.lld: error: kallsyms.c:(function lookup_symbol_name: .text+0xCE0): relocation R_RISCV_PCREL_HI20 out of range: -524536 is not in [-524288, 524287]; references kallsyms_token_table
   >>> defined in kernel/built-in.a(kallsyms.o)
--
>> ld.lld: error: kallsyms.c:(function lookup_symbol_attrs: .text+0xF78): relocation R_RISCV_PCREL_HI20 out of range: -524537 is not in [-524288, 524287]; references kallsyms_markers
   >>> defined in kernel/built-in.a(kallsyms.o)
--
>> ld.lld: error: kallsyms.c:(function lookup_symbol_attrs: .text+0xF88): relocation R_RISCV_PCREL_HI20 out of range: -524537 is not in [-524288, 524287]; references kallsyms_names
   >>> defined in kernel/built-in.a(kallsyms.o)
--
>> ld.lld: error: kallsyms.c:(function lookup_symbol_attrs: .text+0x1018): relocation R_RISCV_PCREL_HI20 out of range: -524537 is not in [-524288, 524287]; references kallsyms_token_index
   >>> defined in kernel/built-in.a(kallsyms.o)
--
>> ld.lld: error: kallsyms.c:(function kallsyms_lookup_buildid: .text+0x8BC): relocation R_RISCV_PCREL_HI20 out of range: -524536 is not in [-524288, 524287]; references kallsyms_markers
   >>> defined in kernel/built-in.a(kallsyms.o)

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 30576 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-25 12:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-25 12:43 ld.lld: error: kallsyms.c:(function kallsyms_lookup_buildid: .text+0x8CC): relocation R_RISCV_PCREL_HI20 out of range: -524536 is not in [-524288, 524287]; references kallsyms_names kernel test robot

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.