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 31CB4C43334 for ; Sat, 4 Jun 2022 15:07:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237389AbiFDPHo (ORCPT ); Sat, 4 Jun 2022 11:07:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232805AbiFDPHn (ORCPT ); Sat, 4 Jun 2022 11:07:43 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 579681107 for ; Sat, 4 Jun 2022 08:07:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654355262; x=1685891262; h=date:from:to:cc:subject:message-id:mime-version; bh=j9WLDWxx4/90EaGqKAMOvOAMt9W6psHZsu9rmY1hEj4=; b=iIaQLbLgNS2vbWRKCnyN/U6UoD2OcyaGK7UvNtByBV8vALxFdzzPSyjh slELEoczQ3bXjX9si5rR55amEscQOt6vIMPf+6h3rRx/hOaDGfRGO0wHh ZXtwEopd4FAVfYgTP+wV0qutZoGCj8I6LwPY7Wx5acRtK2wo63xIyjfLy 8oqwVeyJLYfDoOB2kGQu22I2jyp0UF4EolqooXzvR42uSPjsUlm3SoxMR nA+ycuGDxovQkY/wOGXBLVMzh2vE72rYISd7tSjVHM96EIi/gE/TzWcT8 wwn1r/itfUvxY7yAmpyf2LIjNiW4dO88C6Vz89hlS4AEepiKzkSV0S/CQ A==; X-IronPort-AV: E=McAfee;i="6400,9594,10368"; a="256308056" X-IronPort-AV: E=Sophos;i="5.91,277,1647327600"; d="scan'208";a="256308056" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2022 08:07:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,277,1647327600"; d="scan'208";a="722158573" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 04 Jun 2022 08:07:40 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1nxVNM-000Az4-CL; Sat, 04 Jun 2022 15:07:40 +0000 Date: Sat, 4 Jun 2022 23:07:13 +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: "__ld_r13_to_r25_ret" [lib/zstd/zstd_decompress.ko] undefined! Message-ID: <202206042359.2JvOQulf-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 tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 032dcf09e2bf7c822be25b4abef7a6c913870d98 commit: a2a9d67a26ec94a99ed29efbd61cf5be0a575678 bootconfig: Support embedding a bootconfig file in kernel date: 6 weeks ago config: arc-randconfig-r014-20220603 (https://download.01.org/0day-ci/archive/20220604/202206042359.2JvOQulf-lkp@intel.com/config) compiler: arc-elf-gcc (GCC) 11.3.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-11.3.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_r25_ret" [lib/zstd/zstd_decompress.ko] undefined! >> ERROR: modpost: "__st_r13_to_r25" [lib/zstd/zstd_decompress.ko] undefined! -- 0-DAY CI Kernel Test Service https://01.org/lkp