From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 419FBED2 for ; Thu, 4 May 2023 07:29:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1683185344; x=1714721344; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=exdUCCDBV1VV+SPw+Xz5qaLjzGNRheFS0XugoiTnURw=; b=h5tnbP+RiAQ9CBw/0qM1P5PtrBFNcq/YKwjUfXJkK3YqS5nAkJK4pzzl ZoljOl0dKtzJL3O8bqckzRYpc5wF2sh9FaR61v1qK6ZAVhhsCiZWNb+Df ylbwDcuwm2WUdib9hW8CgKCUJ5PEvzntywcsEb83pj+Bhy26cvAiPF1rx 0MNjk3EtMGN70UcAwm4vGudnifVdQgik4cl8RmmWu9mPd5/k4nYSm+Sdj 5nxT6wZQ5jHzvG2ESh6i/tkaySnH+LdiTyeZYOk7FgrSbus64VoJGGIHe mxvvzkFHBXy0tJeYA0Y4jd+62TMbV+Q/o+zLPzSy4ErcSO1mkmCMac/0S w==; X-IronPort-AV: E=McAfee;i="6600,9927,10699"; a="414322880" X-IronPort-AV: E=Sophos;i="5.99,249,1677571200"; d="scan'208";a="414322880" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 May 2023 00:29:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10699"; a="674435774" X-IronPort-AV: E=Sophos;i="5.99,249,1677571200"; d="scan'208";a="674435774" Received: from lkp-server01.sh.intel.com (HELO e3434d64424d) ([10.239.97.150]) by orsmga006.jf.intel.com with ESMTP; 04 May 2023 00:29:02 -0700 Received: from kbuild by e3434d64424d with local (Exim 4.96) (envelope-from ) id 1puTOf-0002gN-2Z; Thu, 04 May 2023 07:29:01 +0000 Date: Thu, 4 May 2023 15:28:40 +0800 From: kernel test robot To: John Garry Cc: oe-kbuild-all@lists.linux.dev Subject: Re: [PATCH RFC 12/16] xfs: Add support for fallocate2 Message-ID: <202305041525.OKmP1xdD-lkp@intel.com> References: <20230503183821.1473305-13-john.g.garry@oracle.com> Precedence: bulk X-Mailing-List: oe-kbuild-all@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230503183821.1473305-13-john.g.garry@oracle.com> Hi John, [This is a private test report for your RFC patch.] kernel test robot noticed the following build errors: [auto build test ERROR on xfs-linux/for-next] [also build test ERROR on axboe-block/for-next mkp-scsi/for-next jejb-scsi/for-next v6.3] [cannot apply to linus/master next-20230428] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/John-Garry/block-Add-atomic-write-operations-to-request_queue-limits/20230504-041447 base: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git for-next patch link: https://lore.kernel.org/r/20230503183821.1473305-13-john.g.garry%40oracle.com patch subject: [PATCH RFC 12/16] xfs: Add support for fallocate2 config: arm-allmodconfig (https://download.01.org/0day-ci/archive/20230504/202305041525.OKmP1xdD-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 12.1.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/intel-lab-lkp/linux/commit/c039ce328d699bc17e06c03a18cf8674fc707ffb git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review John-Garry/block-Add-atomic-write-operations-to-request_queue-limits/20230504-041447 git checkout c039ce328d699bc17e06c03a18cf8674fc707ffb # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202305041525.OKmP1xdD-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "__aeabi_ldivmod" [fs/xfs/xfs.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests