All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Hans de Goede <hdegoede@redhat.com>
Cc: kbuild-all@lists.01.org,
	Heiko Carstens <heiko.carstens@de.ibm.com>,
	Vasily Gorbik <gor@linux.ibm.com>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	Hans de Goede <hdegoede@redhat.com>,
	linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH resend] s390/purgatory: Make sure we fail the build if purgatory has missing symbols
Date: Wed, 18 Dec 2019 08:25:52 +0800	[thread overview]
Message-ID: <201912180823.P38gmVhW%lkp@intel.com> (raw)
In-Reply-To: <20191212205304.191610-1-hdegoede@redhat.com>

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

Hi Hans,

I love your patch! Yet something to improve:

[auto build test ERROR on s390/features]
[also build test ERROR on v5.5-rc2 next-20191217]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Hans-de-Goede/s390-purgatory-Make-sure-we-fail-the-build-if-purgatory-has-missing-symbols/20191216-045305
base:   https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git features
config: s390-randconfig-a001-20191217 (attached as .config)
compiler: s390-linux-gcc (GCC) 7.5.0
reproduce:
        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
        GCC_VERSION=7.5.0 make.cross ARCH=s390 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   arch/s390/purgatory/purgatory: In function `verify_sha256_digest':
>> (.text+0x20c6): undefined reference to `__asan_report_load8_noabort'
   (.text+0x20e8): undefined reference to `__asan_report_load8_noabort'
   (.text+0x212a): undefined reference to `memcmp'
   arch/s390/purgatory/purgatory: In function `sha256_update':
   (.text+0x21e4): undefined reference to `__asan_report_load8_noabort'
>> (.text+0x22b6): undefined reference to `__asan_report_load4_noabort'
>> (.text+0x2308): undefined reference to `__asan_report_store4_noabort'
   (.text+0x236e): undefined reference to `__asan_report_load4_noabort'
   (.text+0x23d8): undefined reference to `__asan_report_load4_noabort'
   (.text+0x2432): undefined reference to `__asan_report_load4_noabort'
   (.text+0x2498): undefined reference to `__asan_report_load4_noabort'
   (.text+0x24f2): undefined reference to `__asan_report_store4_noabort'
   (.text+0x254c): undefined reference to `__asan_report_load4_noabort'
   (.text+0x25a2): undefined reference to `__asan_report_load4_noabort'
   (.text+0x25f8): undefined reference to `__asan_report_load4_noabort'
   (.text+0x264e): undefined reference to `__asan_report_load4_noabort'
   (.text+0x26a4): undefined reference to `__asan_report_load4_noabort'
   arch/s390/purgatory/purgatory:(.text+0x26fa): more undefined references to `__asan_report_load4_noabort' follow
   arch/s390/purgatory/purgatory: In function `__sha256_final':
>> sha256.c:(.text+0x4062): undefined reference to `__asan_report_load8_noabort'
>> sha256.c:(.text+0x4120): undefined reference to `__asan_report_load4_noabort'
>> sha256.c:(.text+0x416e): undefined reference to `__asan_report_store4_noabort'
   arch/s390/purgatory/purgatory: In function `_GLOBAL__sub_D_65535_0_sha256_update':
   sha256.c:(.text+0x4444): undefined reference to `__asan_unregister_globals'
   arch/s390/purgatory/purgatory: In function `_GLOBAL__sub_I_65535_1_sha256_update':
   sha256.c:(.text+0x4454): undefined reference to `__asan_register_globals'

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org Intel Corporation

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

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: Hans de Goede <hdegoede@redhat.com>
Cc: kbuild-all@lists.01.org,
	Heiko Carstens <heiko.carstens@de.ibm.com>,
	Vasily Gorbik <gor@linux.ibm.com>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH resend] s390/purgatory: Make sure we fail the build if purgatory has missing symbols
Date: Wed, 18 Dec 2019 08:25:52 +0800	[thread overview]
Message-ID: <201912180823.P38gmVhW%lkp@intel.com> (raw)
In-Reply-To: <20191212205304.191610-1-hdegoede@redhat.com>

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

Hi Hans,

I love your patch! Yet something to improve:

[auto build test ERROR on s390/features]
[also build test ERROR on v5.5-rc2 next-20191217]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Hans-de-Goede/s390-purgatory-Make-sure-we-fail-the-build-if-purgatory-has-missing-symbols/20191216-045305
base:   https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git features
config: s390-randconfig-a001-20191217 (attached as .config)
compiler: s390-linux-gcc (GCC) 7.5.0
reproduce:
        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
        GCC_VERSION=7.5.0 make.cross ARCH=s390 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   arch/s390/purgatory/purgatory: In function `verify_sha256_digest':
>> (.text+0x20c6): undefined reference to `__asan_report_load8_noabort'
   (.text+0x20e8): undefined reference to `__asan_report_load8_noabort'
   (.text+0x212a): undefined reference to `memcmp'
   arch/s390/purgatory/purgatory: In function `sha256_update':
   (.text+0x21e4): undefined reference to `__asan_report_load8_noabort'
>> (.text+0x22b6): undefined reference to `__asan_report_load4_noabort'
>> (.text+0x2308): undefined reference to `__asan_report_store4_noabort'
   (.text+0x236e): undefined reference to `__asan_report_load4_noabort'
   (.text+0x23d8): undefined reference to `__asan_report_load4_noabort'
   (.text+0x2432): undefined reference to `__asan_report_load4_noabort'
   (.text+0x2498): undefined reference to `__asan_report_load4_noabort'
   (.text+0x24f2): undefined reference to `__asan_report_store4_noabort'
   (.text+0x254c): undefined reference to `__asan_report_load4_noabort'
   (.text+0x25a2): undefined reference to `__asan_report_load4_noabort'
   (.text+0x25f8): undefined reference to `__asan_report_load4_noabort'
   (.text+0x264e): undefined reference to `__asan_report_load4_noabort'
   (.text+0x26a4): undefined reference to `__asan_report_load4_noabort'
   arch/s390/purgatory/purgatory:(.text+0x26fa): more undefined references to `__asan_report_load4_noabort' follow
   arch/s390/purgatory/purgatory: In function `__sha256_final':
>> sha256.c:(.text+0x4062): undefined reference to `__asan_report_load8_noabort'
>> sha256.c:(.text+0x4120): undefined reference to `__asan_report_load4_noabort'
>> sha256.c:(.text+0x416e): undefined reference to `__asan_report_store4_noabort'
   arch/s390/purgatory/purgatory: In function `_GLOBAL__sub_D_65535_0_sha256_update':
   sha256.c:(.text+0x4444): undefined reference to `__asan_unregister_globals'
   arch/s390/purgatory/purgatory: In function `_GLOBAL__sub_I_65535_1_sha256_update':
   sha256.c:(.text+0x4454): undefined reference to `__asan_register_globals'

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org Intel Corporation

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

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH resend] s390/purgatory: Make sure we fail the build if purgatory has missing symbols
Date: Wed, 18 Dec 2019 08:25:52 +0800	[thread overview]
Message-ID: <201912180823.P38gmVhW%lkp@intel.com> (raw)
In-Reply-To: <20191212205304.191610-1-hdegoede@redhat.com>

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

Hi Hans,

I love your patch! Yet something to improve:

[auto build test ERROR on s390/features]
[also build test ERROR on v5.5-rc2 next-20191217]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Hans-de-Goede/s390-purgatory-Make-sure-we-fail-the-build-if-purgatory-has-missing-symbols/20191216-045305
base:   https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git features
config: s390-randconfig-a001-20191217 (attached as .config)
compiler: s390-linux-gcc (GCC) 7.5.0
reproduce:
        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
        GCC_VERSION=7.5.0 make.cross ARCH=s390 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   arch/s390/purgatory/purgatory: In function `verify_sha256_digest':
>> (.text+0x20c6): undefined reference to `__asan_report_load8_noabort'
   (.text+0x20e8): undefined reference to `__asan_report_load8_noabort'
   (.text+0x212a): undefined reference to `memcmp'
   arch/s390/purgatory/purgatory: In function `sha256_update':
   (.text+0x21e4): undefined reference to `__asan_report_load8_noabort'
>> (.text+0x22b6): undefined reference to `__asan_report_load4_noabort'
>> (.text+0x2308): undefined reference to `__asan_report_store4_noabort'
   (.text+0x236e): undefined reference to `__asan_report_load4_noabort'
   (.text+0x23d8): undefined reference to `__asan_report_load4_noabort'
   (.text+0x2432): undefined reference to `__asan_report_load4_noabort'
   (.text+0x2498): undefined reference to `__asan_report_load4_noabort'
   (.text+0x24f2): undefined reference to `__asan_report_store4_noabort'
   (.text+0x254c): undefined reference to `__asan_report_load4_noabort'
   (.text+0x25a2): undefined reference to `__asan_report_load4_noabort'
   (.text+0x25f8): undefined reference to `__asan_report_load4_noabort'
   (.text+0x264e): undefined reference to `__asan_report_load4_noabort'
   (.text+0x26a4): undefined reference to `__asan_report_load4_noabort'
   arch/s390/purgatory/purgatory:(.text+0x26fa): more undefined references to `__asan_report_load4_noabort' follow
   arch/s390/purgatory/purgatory: In function `__sha256_final':
>> sha256.c:(.text+0x4062): undefined reference to `__asan_report_load8_noabort'
>> sha256.c:(.text+0x4120): undefined reference to `__asan_report_load4_noabort'
>> sha256.c:(.text+0x416e): undefined reference to `__asan_report_store4_noabort'
   arch/s390/purgatory/purgatory: In function `_GLOBAL__sub_D_65535_0_sha256_update':
   sha256.c:(.text+0x4444): undefined reference to `__asan_unregister_globals'
   arch/s390/purgatory/purgatory: In function `_GLOBAL__sub_I_65535_1_sha256_update':
   sha256.c:(.text+0x4454): undefined reference to `__asan_register_globals'

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation

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

  parent reply	other threads:[~2019-12-18  0:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-12 20:53 [PATCH resend] s390/purgatory: Make sure we fail the build if purgatory has missing symbols Hans de Goede
2019-12-13 19:02 ` Christian Borntraeger
2019-12-18  0:25 ` kbuild test robot [this message]
2019-12-18  0:25   ` kbuild test robot
2019-12-18  0:25   ` kbuild test robot
2019-12-18  8:12   ` Christian Borntraeger
2019-12-18  8:12     ` Christian Borntraeger

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=201912180823.P38gmVhW%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=borntraeger@de.ibm.com \
    --cc=gor@linux.ibm.com \
    --cc=hdegoede@redhat.com \
    --cc=heiko.carstens@de.ibm.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.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.