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 46EFBC433EF for ; Wed, 16 Feb 2022 01:01:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245231AbiBPBBs (ORCPT ); Tue, 15 Feb 2022 20:01:48 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:56270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245223AbiBPBBq (ORCPT ); Tue, 15 Feb 2022 20:01:46 -0500 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 44E40140B2 for ; Tue, 15 Feb 2022 17:01:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644973295; x=1676509295; h=date:from:to:cc:subject:message-id:mime-version; bh=ulgu4BLL5dYjeIsUmtGEqYNAuG3jEx2613EVVxlOuo0=; b=HUIgpQYmMFRE1ACaKOdoXqKH4IvCv+Gfw/GCr6jhSrZoteuZRXgwRKzJ 54qPXr/74b01w/xWY4IQIUWf7piSYfJAPhZp/NNZnTe+CCEO+Cb09wiN0 MyzwkQn0h6ta4dxoQ4SAE8atqII0b8GmQluPLQUY7dGsmjQpEqLlDVg4C eTOT0y807AmZ2Vm6o6JOYgZf0lkgDJNkPb66BgpF+MNjvmU0AWSDN23/z JyLvEO9Jqu8fLdZlqR84YZ8N/m0Z/osTRcDfzScjJHxhj2HE8wqGjYvlb PrydSLMsluZmt9lX1RaMc+8XFltSXTLd8g6twnWkYytDgT2jQ2DpuDO91 g==; X-IronPort-AV: E=McAfee;i="6200,9189,10259"; a="250232681" X-IronPort-AV: E=Sophos;i="5.88,371,1635231600"; d="scan'208";a="250232681" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2022 17:01:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,371,1635231600"; d="scan'208";a="502761613" Received: from lkp-server01.sh.intel.com (HELO d95dc2dabeb1) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 15 Feb 2022 17:01:17 -0800 Received: from kbuild by d95dc2dabeb1 with local (Exim 4.92) (envelope-from ) id 1nK8h3-000AEZ-5X; Wed, 16 Feb 2022 01:01:17 +0000 Date: Wed, 16 Feb 2022 09:00:45 +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-maple 34/43] flush.c:(.text.netfs_flush_get_pages+0x3dc): undefined reference to `xa_store_range' Message-ID: <202202160912.wh8FxSIx-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/ammarfaizi2/linux-block dhowells/linux-fs/netfs-maple head: d40df0841e9f8de3713a19dd3f0ba283c860cb93 commit: 4cfd40116179da8d60f57d8e8c0d19a7514bcc66 [34/43] netfs: Generate a buffered writeback from ->writepages() config: mips-allyesconfig (https://download.01.org/0day-ci/archive/20220216/202202160912.wh8FxSIx-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/4cfd40116179da8d60f57d8e8c0d19a7514bcc66 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block dhowells/linux-fs/netfs-maple git checkout 4cfd40116179da8d60f57d8e8c0d19a7514bcc66 # 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 >>): arch/mips/kernel/head.o: in function `kernel_entry': (.ref.text+0xac): relocation truncated to fit: R_MIPS_26 against `start_kernel' init/main.o: in function `set_reset_devices': main.c:(.init.text+0x20): relocation truncated to fit: R_MIPS_26 against `_mcount' main.c:(.init.text+0x30): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc' init/main.o: in function `debug_kernel': main.c:(.init.text+0xa4): relocation truncated to fit: R_MIPS_26 against `_mcount' main.c:(.init.text+0xb4): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc' init/main.o: in function `quiet_kernel': main.c:(.init.text+0x128): relocation truncated to fit: R_MIPS_26 against `_mcount' main.c:(.init.text+0x138): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc' init/main.o: in function `warn_bootconfig': main.c:(.init.text+0x1ac): relocation truncated to fit: R_MIPS_26 against `_mcount' main.c:(.init.text+0x1bc): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc' init/main.o: in function `init_setup': main.c:(.init.text+0x238): relocation truncated to fit: R_MIPS_26 against `_mcount' main.c:(.init.text+0x258): additional relocation overflows omitted from the output mips-linux-ld: fs/netfs/flush.o: in function `netfs_flush_get_pages': >> flush.c:(.text.netfs_flush_get_pages+0x3dc): undefined reference to `xa_store_range' >> mips-linux-ld: flush.c:(.text.netfs_flush_get_pages+0x614): undefined reference to `xa_store_range' --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org