All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael S. Tsirkin <mst@redhat.com>
To: kbuild-all@lists.01.org
Subject: Re: xtensa-linux-ld: section .start VMA overlaps section .image VMA
Date: Sat, 20 Mar 2021 17:02:41 -0400	[thread overview]
Message-ID: <20210320170206-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <202103210427.cW9n5Je3-lkp@intel.com>

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

On Sun, Mar 21, 2021 at 04:37:29AM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   812da4d39463a060738008a46cfc9f775e4bfcf6
> commit: 98701a2a861fa87a5055cf2809758e8725e8b146 vdpa: mlx5: fix vdpa/vhost dependencies
> date:   4 months ago
> config: xtensa-randconfig-r036-20210321 (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
>         # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=98701a2a861fa87a5055cf2809758e8725e8b146
>         git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>         git fetch --no-tags linus master
>         git checkout 98701a2a861fa87a5055cf2809758e8725e8b146
>         # 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@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
> >> xtensa-linux-ld: section .start VMA [00000000d1000000,00000000d1000007] overlaps section .image VMA [00000000d0003000,00000000d25fe5d7]
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

Link error? In response to tweaking some dependencies? Likely some kind
of mistake ...

-- 
MST

WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: kernel test robot <lkp@intel.com>
Cc: Randy Dunlap <rdunlap@infradead.org>,
	kbuild-all@lists.01.org, linux-kernel@vger.kernel.org
Subject: Re: xtensa-linux-ld: section .start VMA overlaps section .image VMA
Date: Sat, 20 Mar 2021 17:02:41 -0400	[thread overview]
Message-ID: <20210320170206-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <202103210427.cW9n5Je3-lkp@intel.com>

On Sun, Mar 21, 2021 at 04:37:29AM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   812da4d39463a060738008a46cfc9f775e4bfcf6
> commit: 98701a2a861fa87a5055cf2809758e8725e8b146 vdpa: mlx5: fix vdpa/vhost dependencies
> date:   4 months ago
> config: xtensa-randconfig-r036-20210321 (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
>         # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=98701a2a861fa87a5055cf2809758e8725e8b146
>         git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>         git fetch --no-tags linus master
>         git checkout 98701a2a861fa87a5055cf2809758e8725e8b146
>         # 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@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
> >> xtensa-linux-ld: section .start VMA [00000000d1000000,00000000d1000007] overlaps section .image VMA [00000000d0003000,00000000d25fe5d7]
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

Link error? In response to tweaking some dependencies? Likely some kind
of mistake ...

-- 
MST


  reply	other threads:[~2021-03-20 21:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-20 20:37 xtensa-linux-ld: section .start VMA overlaps section .image VMA kernel test robot
2021-03-20 20:37 ` kernel test robot
2021-03-20 21:02 ` Michael S. Tsirkin [this message]
2021-03-20 21:02   ` Michael S. Tsirkin
  -- strict thread matches above, loose matches on Subject: below --
2020-07-09 19:36 kernel test robot
2020-07-09 19:36 ` kernel test robot
2020-07-10  1:07 ` Max Filippov
2020-07-10  1:07   ` Max Filippov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210320170206-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.