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 1D05DC6379F for ; Fri, 17 Feb 2023 14:18:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230032AbjBQOSI (ORCPT ); Fri, 17 Feb 2023 09:18:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45556 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230055AbjBQOSC (ORCPT ); Fri, 17 Feb 2023 09:18:02 -0500 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB9E16BDFE for ; Fri, 17 Feb 2023 06:17:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676643466; x=1708179466; h=date:from:to:cc:subject:message-id:mime-version; bh=CGGmXhRoqf0hSOXBLrEHiAim/c53jbZS1hm2qkDRVb8=; b=NY7kZGCxAOGtilGttQ1DPjz2F0d8M7b1YbgD3s8X9GiSlXIC6ZjRt/8t mi7SRyYa29Y0/0tQZI9QoMGMAhU01O+oiwAOnv7YZut5/DyZC4VpcO6BZ GTmX6YQasPtgqGYogfRNCr0uFDHLMNnQNKDAxeTK4YXY8hoFbWnkX4CUm lnMkpepmH7H/WDfyxl0pIFd5yfuiTCypyPnZmg3DnTceY1QJY9GrBCCqb mE21V7oTz49zIGrsaXinAIPyBcqvp1uH+we6vE0PmVKg+qIGz/hJk9o05 vidkMpID5c0VssN4us98j5ZBz7BIPWZ4XpJ5Ek7f7F+YHhMb2z95TJd+u w==; X-IronPort-AV: E=McAfee;i="6500,9779,10623"; a="396669596" X-IronPort-AV: E=Sophos;i="5.97,304,1669104000"; d="scan'208";a="396669596" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Feb 2023 06:17:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10623"; a="672596517" X-IronPort-AV: E=Sophos;i="5.97,304,1669104000"; d="scan'208";a="672596517" Received: from lkp-server01.sh.intel.com (HELO 4455601a8d94) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 17 Feb 2023 06:17:16 -0800 Received: from kbuild by 4455601a8d94 with local (Exim 4.96) (envelope-from ) id 1pT1Y3-000BX3-1d; Fri, 17 Feb 2023 14:17:15 +0000 Date: Fri, 17 Feb 2023 22:16:35 +0800 From: kernel test robot To: Masahiro Yamada Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org, Nicolas Schier Subject: ERROR: modpost: "__divsi3_table" [lib/lz4/lz4_compress.ko] undefined! Message-ID: <202302172233.c0Ll5p9m-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Masahiro, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: ec35307e18ba8174e2a3f701956059f6a36f22fb commit: 5750121ae7382ebac8d47ce6d68012d6cd1d7926 kbuild: list sub-directories in ./Kbuild date: 5 months ago config: nios2-randconfig-r033-20230217 (https://download.01.org/0day-ci/archive/20230217/202302172233.c0Ll5p9m-lkp@intel.com/config) compiler: nios2-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://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5750121ae7382ebac8d47ce6d68012d6cd1d7926 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 5750121ae7382ebac8d47ce6d68012d6cd1d7926 # 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=nios2 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=nios2 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/202302172233.c0Ll5p9m-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): ERROR: modpost: "__mulsi3" [kernel/rcu/rcutorture.ko] undefined! ERROR: modpost: "__mulsi3" [security/keys/encrypted-keys/encrypted-keys.ko] undefined! ERROR: modpost: "__mulsi3" [lib/test_lockup.ko] undefined! ERROR: modpost: "__mulsi3" [lib/bch.ko] undefined! ERROR: modpost: "__mulsi3" [lib/lz4/lz4_compress.ko] undefined! >> ERROR: modpost: "__divsi3_table" [lib/lz4/lz4_compress.ko] undefined! ERROR: modpost: "__mulsi3" [lib/lz4/lz4hc_compress.ko] undefined! ERROR: modpost: "__mulsi3" [drivers/phy/marvell/phy-pxa-28nm-hsic.ko] undefined! ERROR: modpost: "__mulsi3" [drivers/pinctrl/pinctrl-single.ko] undefined! ERROR: modpost: "__mulsi3" [drivers/gpio/gpio-aggregator.ko] undefined! WARNING: modpost: suppressed 324 unresolved symbol warnings because there were too many) -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests