lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 10 Jul 2023 09:04:52 +0200
From:   Alexandre Ghiti <alexghiti@...osinc.com>
To:     kernel test robot <lkp@...el.com>
Cc:     llvm@...ts.linux.dev, oe-kbuild-all@...ts.linux.dev,
        linux-kernel@...r.kernel.org, Palmer Dabbelt <palmer@...osinc.com>
Subject: Re: ld.lld: error: section .bss load address range overlaps with .init.pi.text

On Mon, Jul 10, 2023 at 12:23 AM kernel test robot <lkp@...el.com> wrote:
>
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
> commit: 3b90b09af5be42491a8a74a549318cfa265b3029 riscv: Fix orphan section warnings caused by kernel/pi
> date:   9 weeks ago
> config: riscv-randconfig-r022-20230710 (https://download.01.org/0day-ci/archive/20230710/202307100638.uoomUZol-lkp@intel.com/config)
> compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a)
> reproduce: (https://download.01.org/0day-ci/archive/20230710/202307100638.uoomUZol-lkp@intel.com/reproduce)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@...el.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202307100638.uoomUZol-lkp@intel.com/
>
> All errors (new ones prefixed by >>):
>
> >> ld.lld: error: section .bss load address range overlaps with .init.pi.text
>    >>> .bss range is [0xDD5000, 0x1EC438F]
>    >>> .init.pi.text range is [0x1DBC350, 0x1DBF39B]
> --
> >> ld.lld: error: section .rodata load address range overlaps with .init.pi.bss
>    >>> .rodata range is [0x1DBF400, 0x2888177]
>    >>> .init.pi.bss range is [0x1EC4390, 0x1EC478F]
>

XIP_KERNEL=y so nothing to do here.

Thanks,

Alex

> --
> 0-DAY CI Kernel Test Service
> https://github.com/intel/lkp-tests/wiki

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ