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 5A19CC433EF for ; Mon, 27 Dec 2021 16:48:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229996AbhL0Qsm (ORCPT ); Mon, 27 Dec 2021 11:48:42 -0500 Received: from mga12.intel.com ([192.55.52.136]:12361 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229868AbhL0Qsa (ORCPT ); Mon, 27 Dec 2021 11:48:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1640623710; x=1672159710; h=date:from:to:cc:subject:message-id:mime-version; bh=NRpcE8RgWoOWU+R7MQz87sOuLLzWKgwZcnf2ScM+qks=; b=LDVvb0BLMEddW4IQsdBzC2K0VRj4QsCWwhaGKhisiWc3CkpnGhomPrCF p0QaobZD/kTCGzsaghsfqwl4VOgzjhXo5aEcYwGP1cq12/Gg8obBFCJO0 fUFojbwpJdouO06IufihGTd5icjNz5pazBNV+gzWSYQCum95KhvSwmNk9 k+LAFUQvdenV+WV5Yvb2uNpDtbAgDqvKCvNt6L2DguLK5PoCXgaxsVIwk OdxSXHWTC3M432BbMeu2WqlLTIXiOckJSt1NdlVA4dt8DsQDxJeTKT6Ii h8EoEYIQfKtKoxubgNBXO82IGJ7JRWEvTzM/1nc5PuDS8QtIrYZ8Kx7ge w==; X-IronPort-AV: E=McAfee;i="6200,9189,10210"; a="221235117" X-IronPort-AV: E=Sophos;i="5.88,239,1635231600"; d="scan'208";a="221235117" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2021 08:47:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,239,1635231600"; d="scan'208";a="686333909" Received: from lkp-server01.sh.intel.com (HELO e357b3ef1427) ([10.239.97.150]) by orsmga005.jf.intel.com with ESMTP; 27 Dec 2021 08:47:30 -0800 Received: from kbuild by e357b3ef1427 with local (Exim 4.92) (envelope-from ) id 1n1t9l-0006aR-Hx; Mon, 27 Dec 2021 16:47:29 +0000 Date: Tue, 28 Dec 2021 00:46:43 +0800 From: kernel test robot To: "Jason A. Donenfeld" Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, 0day robot Subject: h8300-linux-ld: blake2s.c:undefined reference to `blake2s_compress' Message-ID: <202112280032.HICU8jAI-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-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 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