From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3A5D44689 for ; Tue, 14 Jun 2022 12:38:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655210312; x=1686746312; h=date:from:to:cc:subject:message-id:mime-version; bh=62k3oO9Ayu0GdsYXnmBXqyuX0LcQaZ87CTBiQ1Uev78=; b=jvX+X1TvJb5ir8EFOYt1q7lB7CCsHDL5jzbIgChblAvESELpqfxmxHZO yXGJNxNIwTv41PsFV6BBJb3NWZ4KNFC5A6Ic8wJ1exBPkp6GmHlKNHE4l 7huvfNmiDfwgHCcd4Oas2Lqzx3IqDNHdGgJW4KmG9f5MsrnlHPgCqAOeZ 8A/eOsdDgIr09JmnE0NHqkd/Ap7F0s3YcJP2mFfYTG3YDTWbf3ncqPt7F i4JWC+OYWfsU/ySknBFpGVbO0Dey+HVaQJ/PRtOJJyFvT0VFwKThyG9sW 5GKq1bLYl5CxkB59MfQms3h3+SziVaXy116EiqNTKFTlM3Sy8k5yXMjKc Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10377"; a="278644042" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="278644042" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2022 05:38:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="612214983" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by orsmga008.jf.intel.com with ESMTP; 14 Jun 2022 05:38:30 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1o15oT-000LsY-Do; Tue, 14 Jun 2022 12:38:29 +0000 Date: Tue, 14 Jun 2022 20:37:47 +0800 From: kernel test robot To: Ard Biesheuvel Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [ardb:for-kernelci 23/35] ld.lld: error: undefined symbol: memstart_offset_seed Message-ID: <202206142017.FKV7LEZN-lkp@intel.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline tree: git://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git for-kernelci head: 471ce969846a9d03244edcd56df409ed17a3801a commit: eb14d7faadf728d1cdb6efc53fe143898fc0a363 [23/35] arm64: head: relocate kernel only a single time if KASLR is enabled config: arm64-buildonly-randconfig-r003-20220613 (https://download.01.org/0day-ci/archive/20220614/202206142017.FKV7LEZN-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project c97436f8b6e2718286e8496faf53a2c800e281cf) 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 # install arm64 cross compiling tool for clang build # apt-get install binutils-aarch64-linux-gnu # https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git/commit/?id=eb14d7faadf728d1cdb6efc53fe143898fc0a363 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 eb14d7faadf728d1cdb6efc53fe143898fc0a363 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 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 >>): >> ld.lld: error: undefined symbol: memstart_offset_seed >>> referenced by arch/arm64/kernel/head.o:(__primary_switched) >>> referenced by arch/arm64/kernel/head.o:(__primary_switched) -- 0-DAY CI Kernel Test Service https://01.org/lkp