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=-3.5 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gnuweeb.org (Postfix) with ESMTPS id CC3F97E2BC for ; Wed, 9 Mar 2022 08:03:00 +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=l7wLBGoB; 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=1646812980; x=1678348980; h=date:from:to:cc:subject:message-id:mime-version; bh=Z7z7kfSXI27fbHo4U2icD+FttVjXzELiWAu+O3A/ZCU=; b=l7wLBGoBxBR1j3nqwmASuTZbMDuakvvl/4sxCb78Exu07Gy4tZaO4be0 B8xOA1ooviiyQxAswbaXtdTWmUWeY+1Ly5+RrHD/16uxJpyutxEEkz60d 68xf1lPsxjB6FihgOFj933vcq70o63cq6WAnDz4pd3cu+YAjfl6dS+zY2 rpD6XWXPDpgn+/F2w7Z6+3A0ZNRdSty5TXWbvFWwh4HLiozBPHYY8o5eZ t0hbGwcaI5bnsdkb8d3Pwxv0bQcfPcqd5hn4DrN4yj+pU76L8DhNmSYO/ TlSukKp/BhRkt5qPcwQ9gFY3qGsaDBw95nhGXQ57C3FVe4m+r4e0rMm1+ g==; X-IronPort-AV: E=McAfee;i="6200,9189,10280"; a="341345268" X-IronPort-AV: E=Sophos;i="5.90,167,1643702400"; d="scan'208";a="341345268" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Mar 2022 00:02:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,167,1643702400"; d="scan'208";a="596187237" Received: from lkp-server02.sh.intel.com (HELO 89b41b6ae01c) ([10.239.97.151]) by fmsmga008.fm.intel.com with ESMTP; 09 Mar 2022 00:02:58 -0800 Received: from kbuild by 89b41b6ae01c with local (Exim 4.92) (envelope-from ) id 1nRrHd-0002sy-U5; Wed, 09 Mar 2022 08:02:57 +0000 Date: Wed, 9 Mar 2022 16:02:42 +0800 From: kernel test robot To: David Howells Cc: kbuild-all@lists.01.org, GNU/Weeb Mailing List , linux-kernel@vger.kernel.org Subject: [ammarfaizi2-block:dhowells/linux-fs/netfs-lib 50/54] mips-linux-ld: fs/cifs/file.o:undefined reference to `netfs_invalidatepage' Message-ID: <202203091557.kAVHVqyJ-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) List-Id: tree: https://github.com/ammarfaizi2/linux-block dhowells/linux-fs/netfs-lib head: 2842e665b5eef341d10584ea2b8c4877b9141587 commit: a80918300e1cb9538bea4a225c7a45fe75f4678a [50/54] netfs: Provide invalidatepage and releasepage calls config: mips-bmips_be_defconfig (https://download.01.org/0day-ci/archive/20220309/202203091557.kAVHVqyJ-lkp@intel.com/config) compiler: mips-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/ammarfaizi2/linux-block/commit/a80918300e1cb9538bea4a225c7a45fe75f4678a git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block dhowells/linux-fs/netfs-lib git checkout a80918300e1cb9538bea4a225c7a45fe75f4678a # 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=mips 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 >>): >> mips-linux-ld: fs/cifs/file.o:(.rodata+0xd4): undefined reference to `netfs_invalidatepage' >> mips-linux-ld: fs/cifs/file.o:(.rodata+0xd8): undefined reference to `netfs_releasepage' mips-linux-ld: fs/cifs/file.o:(.rodata+0x12c): undefined reference to `netfs_invalidatepage' mips-linux-ld: fs/cifs/file.o:(.rodata+0x130): undefined reference to `netfs_releasepage' --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org