All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "Jason A. Donenfeld" <zx2c4@kernel.org>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	0day robot <lkp@intel.com>
Subject: h8300-linux-ld: blake2s.c:undefined reference to `blake2s_compress'
Date: Tue, 28 Dec 2021 00:46:43 +0800	[thread overview]
Message-ID: <202112280032.HICU8jAI-lkp@intel.com> (raw)

tree:   https://github.com/0day-ci/linux/commits/UPDATE-20211227-214832/Jason-A-Donenfeld/lib-crypto-blake2s-include-as-built-in/20211223-221318
head:   a0100b394286ac0ea58b9bc14d48e1c6ca902edf
commit: c3ffa27999c0c1ba7d80b336e45a6bd2e20818b8 lib/crypto: blake2s: include as built-in
date:   3 hours ago
config: h8300-h8s-sim_defconfig (https://download.01.org/0day-ci/archive/20211228/202112280032.HICU8jAI-lkp@intel.com/config)
compiler: h8300-linux-gcc (GCC) 11.2.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://github.com/0day-ci/linux/commit/c3ffa27999c0c1ba7d80b336e45a6bd2e20818b8
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review UPDATE-20211227-214832/Jason-A-Donenfeld/lib-crypto-blake2s-include-as-built-in/20211223-221318
        git checkout c3ffa27999c0c1ba7d80b336e45a6bd2e20818b8
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=h8300 SHELL=/bin/bash

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

   h8300-linux-ld: lib/crypto/blake2s.o: in function `blake2s_update':
   blake2s.c:(.text+0x123): undefined reference to `blake2s_compress'
>> h8300-linux-ld: blake2s.c:(.text+0x185): undefined reference to `blake2s_compress'
   h8300-linux-ld: lib/crypto/blake2s.o: in function `blake2s_final':
   blake2s.c:(.text+0x237): undefined reference to `blake2s_compress'

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: h8300-linux-ld: blake2s.c:undefined reference to `blake2s_compress'
Date: Tue, 28 Dec 2021 00:46:43 +0800	[thread overview]
Message-ID: <202112280032.HICU8jAI-lkp@intel.com> (raw)

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

tree:   https://github.com/0day-ci/linux/commits/UPDATE-20211227-214832/Jason-A-Donenfeld/lib-crypto-blake2s-include-as-built-in/20211223-221318
head:   a0100b394286ac0ea58b9bc14d48e1c6ca902edf
commit: c3ffa27999c0c1ba7d80b336e45a6bd2e20818b8 lib/crypto: blake2s: include as built-in
date:   3 hours ago
config: h8300-h8s-sim_defconfig (https://download.01.org/0day-ci/archive/20211228/202112280032.HICU8jAI-lkp(a)intel.com/config)
compiler: h8300-linux-gcc (GCC) 11.2.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://github.com/0day-ci/linux/commit/c3ffa27999c0c1ba7d80b336e45a6bd2e20818b8
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review UPDATE-20211227-214832/Jason-A-Donenfeld/lib-crypto-blake2s-include-as-built-in/20211223-221318
        git checkout c3ffa27999c0c1ba7d80b336e45a6bd2e20818b8
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=h8300 SHELL=/bin/bash

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

   h8300-linux-ld: lib/crypto/blake2s.o: in function `blake2s_update':
   blake2s.c:(.text+0x123): undefined reference to `blake2s_compress'
>> h8300-linux-ld: blake2s.c:(.text+0x185): undefined reference to `blake2s_compress'
   h8300-linux-ld: lib/crypto/blake2s.o: in function `blake2s_final':
   blake2s.c:(.text+0x237): undefined reference to `blake2s_compress'

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

             reply	other threads:[~2021-12-27 16:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-27 16:46 kernel test robot [this message]
2021-12-27 16:46 ` h8300-linux-ld: blake2s.c:undefined reference to `blake2s_compress' kernel test robot

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=202112280032.HICU8jAI-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zx2c4@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.