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 EBABEC25B06 for ; Mon, 15 Aug 2022 02:13:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231771AbiHOCN3 (ORCPT ); Sun, 14 Aug 2022 22:13:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47136 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229528AbiHOCN1 (ORCPT ); Sun, 14 Aug 2022 22:13:27 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3A888DFBD for ; Sun, 14 Aug 2022 19:13:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660529607; x=1692065607; h=date:from:to:cc:subject:message-id:mime-version; bh=1jfOZKWdqfvIrRejQTVSG1Z+HznmIr9WfN68zQP8+YU=; b=X/aHFzn32DFxFSkVTNGa6gOOgQTGn/fn5GKc1W01hq+nm26W+rOMsptY sH66A2hJ9KaG0j7WXeGKIS3AP+CUNY7w6ISlHqbhyZJu4xu+bSuY4dV+h 96sDujpaPF/DAklQwkAk4Q6L1VPPh7yhcPm/t8no3wMcXwC8u9rbCfqWn dDskQ9/MdFRCrXRyAxLHdhedWZSpipI8O/DSAdcULJJzu/682crkkjkrd y3JxTGfs7zqy27ToxxQV2QB8vqMURWupLB/j7ZeKZzUHY/IzV06LQ7IDC QfmHafrFu5PUM61ZTiJ+0O8lLBr8ersvMKoYIV30+WyvHnbNCH8g6WdNa g==; X-IronPort-AV: E=McAfee;i="6400,9594,10439"; a="290626857" X-IronPort-AV: E=Sophos;i="5.93,237,1654585200"; d="scan'208";a="290626857" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Aug 2022 19:13:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,237,1654585200"; d="scan'208";a="582720053" Received: from lkp-server02.sh.intel.com (HELO 3d2a4d02a2a9) ([10.239.97.151]) by orsmga006.jf.intel.com with ESMTP; 14 Aug 2022 19:13:25 -0700 Received: from kbuild by 3d2a4d02a2a9 with local (Exim 4.96) (envelope-from ) id 1oNPbY-0000i1-15; Mon, 15 Aug 2022 02:13:24 +0000 Date: Mon, 15 Aug 2022 10:13:18 +0800 From: kernel test robot To: Arnd Bergmann Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Daniel Vetter , Kees Cook Subject: ERROR: modpost: "__divsi3_table" [lib/lz4/lz4_compress.ko] undefined! Message-ID: <202208151050.7pk4KSAG-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 Arnd, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 568035b01cfb107af8d2e4bd2fb9aea22cf5b868 commit: 606b102876e3741851dfb09d53f3ee57f650a52c drm: fb_helper: fix CONFIG_FB dependency date: 11 months ago config: nios2-randconfig-r034-20220814 (https://download.01.org/0day-ci/archive/20220815/202208151050.7pk4KSAG-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=606b102876e3741851dfb09d53f3ee57f650a52c git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 606b102876e3741851dfb09d53f3ee57f650a52c # 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 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "__divsi3_table" [lib/lz4/lz4_compress.ko] undefined! -- 0-DAY CI Kernel Test Service https://01.org/lkp