On Thu, Jul 9, 2020 at 12:37 PM kernel test robot <l...@intel.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 <l...@intel.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