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 5BA6BC6FA82 for ; Sun, 18 Sep 2022 21:37:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229563AbiIRVhw (ORCPT ); Sun, 18 Sep 2022 17:37:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbiIRVhu (ORCPT ); Sun, 18 Sep 2022 17:37:50 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 71F6613FA2 for ; Sun, 18 Sep 2022 14:37:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663537069; x=1695073069; h=date:from:to:cc:subject:message-id:mime-version; bh=95KkfjHWiXRejSWlzwU6TZO9wKE70nrE556Ez4rDfwY=; b=ndFXFEfuVYeYxuI7oB22cgmJ9dE7lSMbYos6LYUyBgztAnZ+gBHZcTQT EBSPdmbVc12PtyQ/qeEdf6N1RrzNAeliotiZpA4YQcp5xH7auQgDtMjb1 8tDpJbxfR3xbQTJGABt3mB0zgjMqWDk1jvm5O1CTvCe/CSFBVYCGk6kIY FIRQrNwqGJ6YhKQHS8bySLPNV+C2pgUGWxWuPS18f2cxQpS8DCKeHoQuv icMXia9lGrtT5iDXLe4WSfiR9UdWBov9GIqFumNa5pFuqUwsi0/mkL4rU U9r9kOYbQ02gg6LGSLUDn1rIG5irB+RODR1PGYL4fGekcpc9FUbyK2X0j g==; X-IronPort-AV: E=McAfee;i="6500,9779,10474"; a="279649376" X-IronPort-AV: E=Sophos;i="5.93,325,1654585200"; d="scan'208";a="279649376" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2022 14:37:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,325,1654585200"; d="scan'208";a="569424796" Received: from lkp-server01.sh.intel.com (HELO c0a60f19fe7e) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 18 Sep 2022 14:37:47 -0700 Received: from kbuild by c0a60f19fe7e with local (Exim 4.96) (envelope-from ) id 1oa1z1-0001UB-0E; Sun, 18 Sep 2022 21:37:47 +0000 Date: Mon, 19 Sep 2022 05:36:53 +0800 From: kernel test robot To: Ard Biesheuvel Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [ardb:for-kernelci 17/21] efi.c:undefined reference to `phys_initrd_start' Message-ID: <202209190507.99kyBqaO-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: git://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git for-kernelci head: 54f3c80676eedf739488a57e3356946ce8d1c091 commit: 498ea7824248d5d0aac3a69546303dae4c75e777 [17/21] efi: libstub: unify initrd loading between architectures config: riscv-randconfig-r042-20220919 (https://download.01.org/0day-ci/archive/20220919/202209190507.99kyBqaO-lkp@intel.com/config) compiler: riscv64-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/ardb/linux.git/commit/?id=498ea7824248d5d0aac3a69546303dae4c75e777 git remote add ardb git://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git git fetch --no-tags ardb for-kernelci git checkout 498ea7824248d5d0aac3a69546303dae4c75e777 # 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=riscv 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 >>): riscv64-linux-ld: drivers/firmware/efi/efi.o: in function `.L207': >> efi.c:(.init.text+0xeae): undefined reference to `phys_initrd_start' >> riscv64-linux-ld: efi.c:(.init.text+0xeb6): undefined reference to `phys_initrd_start' riscv64-linux-ld: drivers/firmware/efi/efi.o: in function `.L210': >> efi.c:(.init.text+0xebc): undefined reference to `phys_initrd_size' >> riscv64-linux-ld: efi.c:(.init.text+0xec0): undefined reference to `phys_initrd_size' -- 0-DAY CI Kernel Test Service https://01.org/lkp