From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-6.2 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gnuweeb.org (Postfix) with ESMTPS id 277DD7E35B for ; Thu, 28 Apr 2022 14:33:45 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=Vb0vfedW; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651156425; x=1682692425; h=date:from:to:cc:subject:message-id:mime-version; bh=P7R3NniOUVQ571w6+hROLmu3RMmQFSvj5HRSEytbIvI=; b=Vb0vfedW2WpSesfbzbTVnYiacFZp17J/ThNERALEECbvHm/dJqhrYt+t Vx7I5waUZV6hCC2vlwgqurAOwCOyZl3Ha/N1U2QCsW4jgopmh9DUQgxjo QPHno60VjD78Jp1oN2oPgaHtFAuoGhfWVep6N4PpCOisuntkK9efybCeX ERJ+FFdAFGWNTeGW+BaQIAFvcG2sjo4yPqBGs9qBshmk40sqcdgWo3jJG Nqzj6C1MIBh9ZqgGySlO/76myp+iZ5ESSfZ0Y75JpAX7N8bAqhjYQYlfo 12JVzgX2e+6udu8CZK74kV1kSiJe8V8WUYrlgjMJJR0Rm5uyG6x1SEoBL Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10330"; a="263895622" X-IronPort-AV: E=Sophos;i="5.91,295,1647327600"; d="scan'208";a="263895622" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2022 07:33:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,295,1647327600"; d="scan'208";a="565624406" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 28 Apr 2022 07:33:42 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1nk5DB-0005Rk-85; Thu, 28 Apr 2022 14:33:41 +0000 Date: Thu, 28 Apr 2022 22:32:57 +0800 From: kernel test robot To: David Howells Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, GNU/Weeb Mailing List , linux-kernel@vger.kernel.org Subject: [ammarfaizi2-block:dhowells/linux-fs/netfs-linked-list 25/45] ld.lld: error: undefined symbol: fscache_begin_cache_operation Message-ID: <202204282239.2Pg6F5y5-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: tree: https://github.com/ammarfaizi2/linux-block dhowells/linux-fs/netfs-linked-list head: a20ca5707a9b524115f5ded439fed1f8e552dd6b commit: 506cacdcdfd787336db327e5f38d5a378d5998fd [25/45] fscache: Add a function to begin an cache op from a netfslib request config: i386-randconfig-a015 (https://download.01.org/0day-ci/archive/20220428/202204282239.2Pg6F5y5-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project c59473aacce38cd7dd77eebceaf3c98c5707ab3b) 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/ammarfaizi2/linux-block/commit/506cacdcdfd787336db327e5f38d5a378d5998fd git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block dhowells/linux-fs/netfs-linked-list git checkout 506cacdcdfd787336db327e5f38d5a378d5998fd # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 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 >>): >> ld.lld: error: undefined symbol: fscache_begin_cache_operation >>> referenced by file.c >>> afs/file.o:(afs_req_ops) in archive fs/built-in.a -- 0-DAY CI Kernel Test Service https://01.org/lkp