[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMo8BfK70RcT-WBiabyVM7mOu2qALULh4sGdB12K0-=5ANfRzQ@mail.gmail.com>
Date: Thu, 9 Jul 2020 18:07:58 -0700
From: Max Filippov <jcmvbkbc@...il.com>
To: kernel test robot <lkp@...el.com>
Cc: kbuild-all@...ts.01.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: xtensa-linux-ld: section .start VMA overlaps section .image VMA
On Thu, Jul 9, 2020 at 12:37 PM kernel test robot <lkp@...el.com> wrote:
>
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head: 0bddd227f3dc55975e2b8dfa7fc6f959b062a2c7
> commit: 5e4417f921238b5acf101bfcd59a7b3463fb2dbd xtensa: reorganize vectors placement
> date: 5 months ago
> config: xtensa-randconfig-r014-20200709 (attached as .config)
> compiler: xtensa-linux-gcc (GCC) 9.3.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
> git checkout 5e4417f921238b5acf101bfcd59a7b3463fb2dbd
> # save the attached .config to linux build tree
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=xtensa
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@...el.com>
>
> All errors (new ones prefixed by >>):
>
> >> xtensa-linux-ld: section .start VMA [00000000d1000000,00000000d1000007] overlaps section .image VMA [00000000d0003000,00000000d1646087]
The config has CONFIG_XIP_KERNEL=y, so make xipImage
should be used, and it works correctly.
--
Thanks.
-- Max
Powered by blists - more mailing lists