All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 1/2] arm/build: Warn on orphan section placement
Date: Thu, 25 Jun 2020 21:43:45 +0800	[thread overview]
Message-ID: <202006252110.2B6xzzXK%lkp@intel.com> (raw)
In-Reply-To: <20200622204915.2987555-2-keescook@chromium.org>

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

Hi Kees,

I love your patch! Yet something to improve:

[auto build test ERROR on kees/for-next/pstore]
[also build test ERROR on linus/master v5.8-rc2 next-20200625]
[cannot apply to arm/for-next arm-perf/for-next/perf arm64/for-next/core]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use  as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Kees-Cook/arm-Warn-on-orphan-section-placement/20200623-045131
base:   https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
config: arm-randconfig-r012-20200624 (attached as .config)
compiler: arm-linux-gnueabi-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
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

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 >>):

   arm-linux-gnueabi-ld: section .data VMA [0000000080108000,000000008039f8bf] overlaps section .rodata VMA [000000007fd10000,00000000803181d2]
>> arm-linux-gnueabi-ld: section __ksymtab VMA [00000000803181d4,0000000080324fcb] overlaps section .data VMA [0000000080108000,000000008039f8bf]
>> arm-linux-gnueabi-ld: section __bug_table VMA [000000008039f8c0,00000000803a5b8f] overlaps section .init.text VMA [0000000080363ce0,00000000803b7907]
   arm-linux-gnueabi-ld: section .exit.text VMA [00000000803b7908,00000000803c68a3] overlaps section .init.data VMA [00000000803a7000,00000000803c534f]
   arm-linux-gnueabi-ld: section .bss VMA [00000000803c6000,00000000807e16fb] overlaps section .exit.text VMA [00000000803b7908,00000000803c68a3]
   arm-linux-gnueabi-ld: section .init.proc.info VMA [00000000803c68a4,00000000803c690b] overlaps section .bss VMA [00000000803c6000,00000000807e16fb]

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 28900 bytes --]

  parent reply	other threads:[~2020-06-25 13:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-22 20:49 [PATCH v2 0/2] arm: Warn on orphan section placement Kees Cook
2020-06-22 20:49 ` [PATCH v2 1/2] arm/build: " Kees Cook
2020-06-24  0:03   ` Nick Desaulniers
2020-06-24  0:03     ` Nick Desaulniers
2020-06-24 19:43     ` Kees Cook
2020-06-24 19:43       ` Kees Cook
2020-06-26 21:36     ` Nick Desaulniers
2020-06-26 21:36       ` Nick Desaulniers
2020-06-26 21:55       ` Kees Cook
2020-06-26 21:55         ` Kees Cook
2020-06-25 13:43   ` kernel test robot [this message]
2020-06-22 20:49 ` [PATCH v2 2/2] arm/boot: " Kees Cook
2020-06-24  0:08   ` Nick Desaulniers
2020-06-24  0:08     ` Nick Desaulniers

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=202006252110.2B6xzzXK%lkp@intel.com \
    --to=lkp@intel.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.