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 mga07.intel.com (mga07.intel.com [134.134.136.100]) by gnuweeb.org (Postfix) with ESMTPS id A822783117 for ; Fri, 17 Feb 2023 12:02:14 +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=YQvNrQVg; 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=1676635334; x=1708171334; h=date:from:to:cc:subject:message-id:mime-version; bh=91ld7DpLzHC+EfO+i0DRHGJxCvEWoULIpCbTvG+oSl0=; b=YQvNrQVgDsQaH4i7mH3ckuWk3wHFsvLn00TrFlpW/J2EpyTdas/5zatk TRxOX4WQxyCI0wdee5KBpWXXyHWtWhDWIyv20Xktpb1xrCUw6txBnhnSA 1ze/GNE7qHuw7HPiuAjjAMk/KwY2Br/fFTGJMajtipM38/sfW9D/aKQxk /jRrbb9qIp0SJD2azLY4rZBXMcGU6D1apPCzUZGJYEFq7egwwCqhM3TZs 3w6h5LOdTOLy5n96b3a1Qb17laTleNTgyr5M0EBhT0aJOiy6obFMzdNeV wiokZHc3Fxo+MPgLlEIBO6i1mWLogCtaHF8Lq0l6x1pYkfa0iK5Z3kNJZ Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10623"; a="396646591" X-IronPort-AV: E=Sophos;i="5.97,304,1669104000"; d="scan'208";a="396646591" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Feb 2023 04:02:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10623"; a="739240903" X-IronPort-AV: E=Sophos;i="5.97,304,1669104000"; d="scan'208";a="739240903" Received: from lkp-server01.sh.intel.com (HELO 4455601a8d94) ([10.239.97.150]) by fmsmga004.fm.intel.com with ESMTP; 17 Feb 2023 04:02:11 -0800 Received: from kbuild by 4455601a8d94 with local (Exim 4.96) (envelope-from ) id 1pSzRK-000BQX-1Z; Fri, 17 Feb 2023 12:02:10 +0000 Date: Fri, 17 Feb 2023 20:02:06 +0800 From: kernel test robot To: Qu Wenruo Cc: oe-kbuild-all@lists.linux.dev, Ammar Faizi , GNU/Weeb Mailing List , David Sterba Subject: ERROR: modpost: "__umoddi3" [fs/btrfs/btrfs.ko] undefined! Message-ID: <202302171933.SVePAuDM-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 kdave/linux/for-next head: 5c202ce4169d7220f67b0c8b3650f26ed5f9bcaf commit: 4a8c6e8a6dc8ae4ce2adb1f807b61b6d99088293 btrfs: replace btrfs_io_context::raid_map with a fixed u64 value date: 2 days ago config: m68k-apollo_defconfig (https://download.01.org/0day-ci/archive/20230217/202302171933.SVePAuDM-lkp@intel.com/config) compiler: m68k-linux-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/ammarfaizi2/linux-block/commit/4a8c6e8a6dc8ae4ce2adb1f807b61b6d99088293 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block kdave/linux/for-next git checkout 4a8c6e8a6dc8ae4ce2adb1f807b61b6d99088293 # 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=m68k olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=m68k 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/202302171933.SVePAuDM-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "__umoddi3" [fs/btrfs/btrfs.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests