From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE55FC433F5 for ; Mon, 27 Dec 2021 16:57:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229718AbhL0Q5e (ORCPT ); Mon, 27 Dec 2021 11:57:34 -0500 Received: from mga09.intel.com ([134.134.136.24]:10928 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229643AbhL0Q5d (ORCPT ); Mon, 27 Dec 2021 11:57:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1640624253; x=1672160253; h=date:from:to:cc:subject:message-id:mime-version; bh=/3CTvgBl+02Hs9aHZDS7fASXUHHkWktfEKce+UGhDfQ=; b=MYPDTzun+PCk02nLqO15xJ6elHuSA8aREJs6mOdwaXh+4AjreVledIuw gN3bjd3aDmZmJalrcp3c/h6SByPLGLmPTa28CZdxfc6bG0Xa6u+q4nopC oa18K9ML70icncfbwthf34QJPjaZuv/EGo0xRPLcLOhAbAdzazsxeGo6r +H+AAWPXmUbimf+e/i4gb1tRMnkZaoRR2D0iyPIA0+w/nuqZicpbHxNgo k9cO44DkOCJ09ZsWXi+tjTPnVDFh8p0sprfF1PSkRg6KeCqhTlLLOcN9j NGb8e1YPpmCSRmzLD5vQNJK4RQagJeRCZnRZGSE0mY6YKAMfo2qqHyy5W A==; X-IronPort-AV: E=McAfee;i="6200,9189,10210"; a="241039923" X-IronPort-AV: E=Sophos;i="5.88,240,1635231600"; d="scan'208";a="241039923" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2021 08:57:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,240,1635231600"; d="scan'208";a="486068467" Received: from lkp-server01.sh.intel.com (HELO e357b3ef1427) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 27 Dec 2021 08:57:30 -0800 Received: from kbuild by e357b3ef1427 with local (Exim 4.92) (envelope-from ) id 1n1tJS-0006ba-0H; Mon, 27 Dec 2021 16:57:30 +0000 Date: Tue, 28 Dec 2021 00:57:09 +0800 From: kernel test robot To: "Jason A. Donenfeld" Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, 0day robot Subject: nds32le-linux-ld: blake2s.c:undefined reference to `blake2s_compress' Message-ID: <202112280002.KJATUuv8-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://github.com/0day-ci/linux/commits/UPDATE-20211227-222159/Jason-A-Donenfeld/lib-crypto-blake2s-include-as-built-in/20211223-221318 head: cf9c5e5cba1ba852d4c4482fef47ecd0842b645b commit: 2607be0046b083ed690e8176d93f8c8f52676224 lib/crypto: blake2s: include as built-in date: 2 hours ago config: nds32-allnoconfig (https://download.01.org/0day-ci/archive/20211228/202112280002.KJATUuv8-lkp@intel.com/config) compiler: nds32le-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/2607be0046b083ed690e8176d93f8c8f52676224 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review UPDATE-20211227-222159/Jason-A-Donenfeld/lib-crypto-blake2s-include-as-built-in/20211223-221318 git checkout 2607be0046b083ed690e8176d93f8c8f52676224 # 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=nds32 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): nds32le-linux-ld: lib/crypto/blake2s.o: in function `blake2s_update': blake2s.c:(.text+0x6a): undefined reference to `blake2s_compress' >> nds32le-linux-ld: blake2s.c:(.text+0x6e): undefined reference to `blake2s_compress' nds32le-linux-ld: blake2s.c:(.text+0x98): undefined reference to `blake2s_compress' nds32le-linux-ld: blake2s.c:(.text+0x9c): undefined reference to `blake2s_compress' nds32le-linux-ld: lib/crypto/blake2s.o: in function `blake2s_final': blake2s.c:(.text+0xec): undefined reference to `blake2s_compress' nds32le-linux-ld: lib/crypto/blake2s.o:blake2s.c:(.text+0xf0): more undefined references to `blake2s_compress' follow --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org