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 709B6C4332F for ; Tue, 15 Mar 2022 22:28:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352249AbiCOW3f (ORCPT ); Tue, 15 Mar 2022 18:29:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238437AbiCOW3c (ORCPT ); Tue, 15 Mar 2022 18:29:32 -0400 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4391D1AF2E for ; Tue, 15 Mar 2022 15:28:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647383299; x=1678919299; h=date:from:to:cc:subject:message-id:mime-version; bh=NpHoVbr2M3l001okHcNbXGAulteoyMFSPIReFUAHVuk=; b=kRe/50gczmvrybupp4RGvn+Fr6cTaNQ7mCw/VgsaSYt6TuhHfAtgcd+7 SRObw9gHtXhutM1SVw+bxMpMCi01/cDjjjB14FI0DU3tTcOtJmwvmUvBZ l3cDQtXdHKLc4M+6Sn1mPfF4MYQrG51BKa73oQgVgIx77HeU6BqIdk7SX PtIlPfEOpaGuPSZsyCv4mKM9/qQtSI5x68uk0QhFxazk8qGkUUWRwbWpC 3zCeiH+HX9SMScg6MVsxSFMWMKwgC10AVmtDcZMWoHN0iPsG1ElFds4Uj FpBSWCVbiNSahZH0YfLC5hpFUI6uav2jCJddJKUDBhXzD3QH6oJakpcBr A==; X-IronPort-AV: E=McAfee;i="6200,9189,10286"; a="317156825" X-IronPort-AV: E=Sophos;i="5.90,184,1643702400"; d="scan'208";a="317156825" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2022 15:28:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,184,1643702400"; d="scan'208";a="516066249" Received: from lkp-server02.sh.intel.com (HELO 89b41b6ae01c) ([10.239.97.151]) by orsmga006.jf.intel.com with ESMTP; 15 Mar 2022 15:28:15 -0700 Received: from kbuild by 89b41b6ae01c with local (Exim 4.92) (envelope-from ) id 1nUFeI-000BZR-U2; Tue, 15 Mar 2022 22:28:14 +0000 Date: Wed, 16 Mar 2022 06:27:19 +0800 From: kernel test robot To: Mark Brown Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [broonie-misc:arm64-sysreg-gen 6/9] arch/arm64/include/asm/sysreg.h:125:10: fatal error: generated/asm/sysreg.h: No such file or directory Message-ID: <202203160613.VML6AqX3-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git arm64-sysreg-gen head: 72b2ee21681c0c515c6a8bb62bd289766ce324a1 commit: caf0e02eaa9ed9bfa50642f0bc2ee008b1c138ff [6/9] arm64/sysreg: Enable automatic generation of system register definitions config: arm64-allyesconfig (https://download.01.org/0day-ci/archive/20220316/202203160613.VML6AqX3-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 11.2.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/broonie/misc.git/commit/?id=caf0e02eaa9ed9bfa50642f0bc2ee008b1c138ff git remote add broonie-misc https://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git git fetch --no-tags broonie-misc arm64-sysreg-gen git checkout caf0e02eaa9ed9bfa50642f0bc2ee008b1c138ff # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arm64 prepare If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from arch/arm64/include/asm/cputype.h:173, from arch/arm64/include/asm/cache.h:8, from include/linux/cache.h:6, from include/linux/printk.h:9, from include/asm-generic/bug.h:22, from arch/arm64/include/asm/bug.h:26, from include/linux/bug.h:5, from include/linux/page-flags.h:10, from kernel/bounds.c:10: >> arch/arm64/include/asm/sysreg.h:125:10: fatal error: generated/asm/sysreg.h: No such file or directory 125 | #include "generated/asm/sysreg.h" | ^~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [scripts/Makefile.build:121: kernel/bounds.s] Error 1 make[2]: Target '__build' not remade because of errors. make[1]: *** [Makefile:1191: prepare0] Error 2 make[1]: Target 'prepare' not remade because of errors. make: *** [Makefile:219: __sub-make] Error 2 make: Target 'prepare' not remade because of errors. vim +125 arch/arm64/include/asm/sysreg.h 118 119 /* 120 * Automatically generated definitions for system registers, the 121 * manual encodings below are in the process of being converted to 122 * come from here. The header relies on the definition of sys_reg() 123 * earlier in this file. 124 */ > 125 #include "generated/asm/sysreg.h" 126 --- 0-DAY CI Kernel Test Service https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org