From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) (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 480DF4E26F; Thu, 21 Sep 2023 18:24:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1695320644; x=1726856644; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=FER1jYQhc8M1tjEdNOGxkEPhK/JmbN1nNqfHGK27t6I=; b=UEfDKLB7nVDHfHT/45a6fLNmXFKVwWjLAx+FDn5EJcbD2IC8Sacn+Zw0 QRuavPPRONPRBxfKcLgV0GXaEqSNI2BDzx5TyL/104UjK53OhXY7/WkNI 8mZ5cRxy7zl8HV0JV7nyUeqr1pJYo/N9nUugRYLsZM1SQS1rgE9FgeCgF dJ9Plc7mwy9kJlu3mn8rHoIWquPLjRqYy4Tlgt9t8pemPnWrYjvWqUxOn +WU39PDQwI1OL8dlgNV/mEKMR43kyieuIZnlLuJOu77MJN88KI1eGXsjE gWRf1uAIjbUViExinQSVnF9yt9Lyy0/MPswOXDRNWw8rVWMiAtsrHUUUT Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10840"; a="444727673" X-IronPort-AV: E=Sophos;i="6.03,166,1694761200"; d="scan'208";a="444727673" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2023 11:23:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10840"; a="782305204" X-IronPort-AV: E=Sophos;i="6.03,166,1694761200"; d="scan'208";a="782305204" Received: from lkp-server02.sh.intel.com (HELO b77866e22201) ([10.239.97.151]) by orsmga001.jf.intel.com with ESMTP; 21 Sep 2023 11:23:51 -0700 Received: from kbuild by b77866e22201 with local (Exim 4.96) (envelope-from ) id 1qjOL6-0000EZ-2P; Thu, 21 Sep 2023 18:23:48 +0000 Date: Fri, 22 Sep 2023 02:23:46 +0800 From: kernel test robot To: Kuppuswamy Sathyanarayanan , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , Dan Williams Cc: oe-kbuild-all@lists.linux.dev, "Kirill A . Shutemov" , "H . Peter Anvin" , Tony Luck , Wander Lairson Costa , Erdem Aktas , Dionna Amalie Glaze , Qinkun Bao , Guorui Yu , linux-coco@lists.linux.dev, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] virt: tdx-guest: Add Quote generation support using TSM_REPORTS Message-ID: <202309220210.xtVRFXD8-lkp@intel.com> References: <20230914031349.23516-1-sathyanarayanan.kuppuswamy@linux.intel.com> Precedence: bulk X-Mailing-List: linux-coco@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230914031349.23516-1-sathyanarayanan.kuppuswamy@linux.intel.com> Hi Kuppuswamy, kernel test robot noticed the following build errors: [auto build test ERROR on tip/x86/core] [also build test ERROR on linus/master v6.6-rc2 next-20230921] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Kuppuswamy-Sathyanarayanan/virt-tdx-guest-Add-Quote-generation-support-using-TSM_REPORTS/20230914-111637 base: tip/x86/core patch link: https://lore.kernel.org/r/20230914031349.23516-1-sathyanarayanan.kuppuswamy%40linux.intel.com patch subject: [PATCH v2] virt: tdx-guest: Add Quote generation support using TSM_REPORTS config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20230922/202309220210.xtVRFXD8-lkp@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230922/202309220210.xtVRFXD8-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202309220210.xtVRFXD8-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/virt/coco/tdx-guest/tdx-guest.c:18:10: fatal error: linux/tsm.h: No such file or directory 18 | #include | ^~~~~~~~~~~~~ compilation terminated. vim +18 drivers/virt/coco/tdx-guest/tdx-guest.c > 18 #include 19 #include 20 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki