llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [linux-next:master 4627/4736] ld.lld: error: vmlinux.o:(.debug_info+0x2096020d): relocation R_AARCH64_ABS32 out of range: 4295813883 is not in
@ 2022-09-02  3:26 kernel test robot
  2022-09-02 16:29 ` Nathan Chancellor
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2022-09-02  3:26 UTC (permalink / raw)
  Cc: kbuild-all, llvm

CC: Linux Memory Management List <linux-mm@kvack.org>
TO: Dmitrii Bundin <dmitrii.bundin.a@gmail.com>
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/next/linux-next.git master
head:   e47eb90a0a9ae20b82635b9b99a8d0979b757ad8
commit: 12c674aa7e797864f36a4e9dbc2cf20930c1f6fe [4627/4736] kbuild: add debug level and macro defs options
config: arm64-randconfig-r021-20220901 (https://download.01.org/0day-ci/archive/20220902/202209021113.imFYddaU-lkp@intel.com/config)
compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project c55b41d5199d2394dd6cdb8f52180d8b81d809d4)
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 arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=12c674aa7e797864f36a4e9dbc2cf20930c1f6fe
        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 12c674aa7e797864f36a4e9dbc2cf20930c1f6fe
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> ld.lld: error: vmlinux.o:(.debug_info+0x2096020d): relocation R_AARCH64_ABS32 out of range: 4295813883 is not in [-2147483648, 4294967295]
   >>> referenced by xarray.c; consider recompiling with -fdebug-types-section to reduce size of debug sections

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-next:master 4627/4736] ld.lld: error: vmlinux.o:(.debug_info+0x2096020d): relocation R_AARCH64_ABS32 out of range: 4295813883 is not in
  2022-09-02  3:26 [linux-next:master 4627/4736] ld.lld: error: vmlinux.o:(.debug_info+0x2096020d): relocation R_AARCH64_ABS32 out of range: 4295813883 is not in kernel test robot
@ 2022-09-02 16:29 ` Nathan Chancellor
  2022-09-02 17:27   ` Dmitrii Bundin
  0 siblings, 1 reply; 3+ messages in thread
From: Nathan Chancellor @ 2022-09-02 16:29 UTC (permalink / raw)
  To: Andrew Morton, Dmitrii Bundin, Nick Desaulniers
  Cc: kbuild-all, llvm, kernel test robot

+ Andrew, Dmitrii, and Nick

On Fri, Sep 02, 2022 at 11:26:27AM +0800, kernel test robot wrote:
> CC: Linux Memory Management List <linux-mm@kvack.org>
> TO: Dmitrii Bundin <dmitrii.bundin.a@gmail.com>
> 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/next/linux-next.git master
> head:   e47eb90a0a9ae20b82635b9b99a8d0979b757ad8
> commit: 12c674aa7e797864f36a4e9dbc2cf20930c1f6fe [4627/4736] kbuild: add debug level and macro defs options
> config: arm64-randconfig-r021-20220901 (https://download.01.org/0day-ci/archive/20220902/202209021113.imFYddaU-lkp@intel.com/config)
> compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project c55b41d5199d2394dd6cdb8f52180d8b81d809d4)
> 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 arm64 cross compiling tool for clang build
>         # apt-get install binutils-aarch64-linux-gnu
>         # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=12c674aa7e797864f36a4e9dbc2cf20930c1f6fe
>         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 12c674aa7e797864f36a4e9dbc2cf20930c1f6fe
>         # save the config file
>         mkdir build_dir && cp config build_dir/.config
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash
> 
> If you fix the issue, kindly add following tag where applicable
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
> >> ld.lld: error: vmlinux.o:(.debug_info+0x2096020d): relocation R_AARCH64_ABS32 out of range: 4295813883 is not in [-2147483648, 4294967295]
>    >>> referenced by xarray.c; consider recompiling with -fdebug-types-section to reduce size of debug sections

It seems like CONFIG_DEBUG_MACRO_DEFINITIONS can blow up the size of the
kernel image significantly. Perhaps it should be marked with a

    depends on !COMPILE_TEST

to avoid having all{mod,yes}config and randconfigs trip over it?

Cheers,
Nathan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-next:master 4627/4736] ld.lld: error: vmlinux.o:(.debug_info+0x2096020d): relocation R_AARCH64_ABS32 out of range: 4295813883 is not in
  2022-09-02 16:29 ` Nathan Chancellor
@ 2022-09-02 17:27   ` Dmitrii Bundin
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitrii Bundin @ 2022-09-02 17:27 UTC (permalink / raw)
  To: Nathan Chancellor
  Cc: Andrew Morton, Nick Desaulniers, kbuild-all, llvm, kernel test robot

Hi Nathan,

One of the issues this patch was supposed to address was to overcome
the behavior of the debug-split in new GCC/Clang compilers.

As was agreed with Nick
https://lore.kernel.org/all/CAKwvOdmq-6poADRajPi6CXuKsYYEPEe1tjXFuLEH6kHprerUdw@mail.gmail.com/
it was better to fix it up by simply assigning DEBUG_CFLAGS := -g at
the beginning of Makefile.debug without adding an additional
CONFIG_DEBUG_MACRO_DEFINITIONS Kconfig option.

Regards,
Dmitrii

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-02 17:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-02  3:26 [linux-next:master 4627/4736] ld.lld: error: vmlinux.o:(.debug_info+0x2096020d): relocation R_AARCH64_ABS32 out of range: 4295813883 is not in kernel test robot
2022-09-02 16:29 ` Nathan Chancellor
2022-09-02 17:27   ` Dmitrii Bundin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).