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 D1D6AC433F5 for ; Thu, 24 Feb 2022 03:22:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229664AbiBXDWk (ORCPT ); Wed, 23 Feb 2022 22:22:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229600AbiBXDWg (ORCPT ); Wed, 23 Feb 2022 22:22:36 -0500 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A77A311799B for ; Wed, 23 Feb 2022 19:22:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645672927; x=1677208927; h=date:from:to:cc:subject:message-id:mime-version; bh=qhOnihahzGISkU+85gekTmulgLzd7PjfBDR7uLQIVQA=; b=DH+QUDl6erjxXa5EVCY2B227jWKz4OVuc422U/Sj1s3KnzgAMDESfjJM mGKj5nyPcVvN4qnKB/2eo0fsbTnCBeS9gFJE69WZxDV+z64L3kBzUeN02 yPR9uNnKinc68ca4G3yHl38O+DtEcCWxAfDmSIZLp4s6KbGJthxC69YSO YRChCDbDeJ7qEtMprDcTwCPnmGDb0YD5eLpWHUlKeRcI+x7ByddhYbSwh vcLaObIrascaT8/B0D12iS/E9jZZUgVmS1G7RBcLCq8jVi4GLusE0vhYS WWt7AMh1WPPVh4sbtoFIlJJM+u09zhSrSz9c62xCAN6RqGGICo/jvFVIe A==; X-IronPort-AV: E=McAfee;i="6200,9189,10267"; a="239535300" X-IronPort-AV: E=Sophos;i="5.88,392,1635231600"; d="scan'208";a="239535300" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 19:22:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,392,1635231600"; d="scan'208";a="491446160" Received: from lkp-server01.sh.intel.com (HELO 788b1cd46f0d) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 23 Feb 2022 19:22:01 -0800 Received: from kbuild by 788b1cd46f0d with local (Exim 4.92) (envelope-from ) id 1nN4hc-0002Ap-6u; Thu, 24 Feb 2022 03:22:00 +0000 Date: Thu, 24 Feb 2022 11:21:26 +0800 From: kernel test robot To: Trond Myklebust Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [trondmy-nfs-2.6:testing 42/44] dir.c:undefined reference to `xxh32' Message-ID: <202202241112.4T2V8mEP-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: git://git.linux-nfs.org/projects/trondmy/nfs-2.6.git testing head: 3882cc488a3048791d7f06393d3e7c55ba3eda6f commit: 5d2f1b8a2961967f7712baaea33b6e83daf732f8 [42/44] NFS: Convert readdir page cache to use a cookie based index config: arm-lpd270_defconfig (https://download.01.org/0day-ci/archive/20220224/202202241112.4T2V8mEP-lkp@intel.com/config) compiler: arm-linux-gnueabi-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 git remote add trondmy-nfs-2.6 git://git.linux-nfs.org/projects/trondmy/nfs-2.6.git git fetch --no-tags trondmy-nfs-2.6 testing git checkout 5d2f1b8a2961967f7712baaea33b6e83daf732f8 # 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=arm 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 >>): arm-linux-gnueabi-ld: fs/nfs/dir.o: in function `nfs_readdir_page_get_locked': >> dir.c:(.text+0x234c): undefined reference to `xxh32' --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org