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 E8BA7ECAAD8 for ; Fri, 23 Sep 2022 04:21:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230046AbiIWEVh (ORCPT ); Fri, 23 Sep 2022 00:21:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229518AbiIWEVd (ORCPT ); Fri, 23 Sep 2022 00:21:33 -0400 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F0F7D11D60B for ; Thu, 22 Sep 2022 21:21:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663906892; x=1695442892; h=date:from:to:cc:subject:message-id:mime-version; bh=vtFuHjOxk/4RMnF6daOAdLMWCkM8y7WPeb0tbTjdkt0=; b=PLWdpdkZ/3Ux+KIR9o3q5SfFQvTWE4iFrGrVHnG23GiAy+clGtKJWDEk 7RgsiFOyE2xTuX/H07y1NHFNvbefHxMNNUMLKOnj2TD61ZKUxAdgCQ6Og MdJtkOBcdeWBBS2c9W9XGEndRVpp+BGejRZG/yYczF7xcgczAW9CfvG/F 8eM6HyL8fMt+Tk5Pvp2yKX8zH6zIOq1G+puYz/l8m/ck8DVfNg5SJjqlq TGl7YbTkumPrX4ZOVA+kTvVaqc9By1d685I6HPXZi4rA7S0zkMYTSNezD M2iVcYIckUzpFBx0gD2vUWExdotxBzR3Ha6iEOtwSjy6FSH4EJlX6LSjw g==; X-IronPort-AV: E=McAfee;i="6500,9779,10478"; a="326834589" X-IronPort-AV: E=Sophos;i="5.93,337,1654585200"; d="scan'208";a="326834589" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2022 21:21:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,337,1654585200"; d="scan'208";a="597732100" Received: from lkp-server01.sh.intel.com (HELO c0a60f19fe7e) ([10.239.97.150]) by orsmga006.jf.intel.com with ESMTP; 22 Sep 2022 21:21:31 -0700 Received: from kbuild by c0a60f19fe7e with local (Exim 4.96) (envelope-from ) id 1obaBu-0005IW-1I; Fri, 23 Sep 2022 04:21:30 +0000 Date: Fri, 23 Sep 2022 12:20:34 +0800 From: kernel test robot To: Masami Hiramatsu Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, "Steven Rostedt (Google)" Subject: ERROR: modpost: "__st_r13_to_r24" [lib/zstd/zstd_decompress.ko] undefined! Message-ID: <202209231232.SX7Ch9P4-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 Masami, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: bf682942cd26ce9cd5e87f73ae099b383041e782 commit: a2a9d67a26ec94a99ed29efbd61cf5be0a575678 bootconfig: Support embedding a bootconfig file in kernel date: 5 months ago config: arc-randconfig-r014-20220921 (https://download.01.org/0day-ci/archive/20220923/202209231232.SX7Ch9P4-lkp@intel.com/config) compiler: arceb-elf-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=a2a9d67a26ec94a99ed29efbd61cf5be0a575678 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout a2a9d67a26ec94a99ed29efbd61cf5be0a575678 # 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=arc 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: "__ld_r13_to_r24_ret" [lib/zstd/zstd_decompress.ko] undefined! >> ERROR: modpost: "__st_r13_to_r24" [lib/zstd/zstd_decompress.ko] undefined! -- 0-DAY CI Kernel Test Service https://01.org/lkp