From nobody Wed Jul 1 18:36:57 2026 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 6BDADC433EF for ; Fri, 17 Dec 2021 01:02:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231529AbhLQBCf (ORCPT ); Thu, 16 Dec 2021 20:02:35 -0500 Received: from mga12.intel.com ([192.55.52.136]:15084 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229988AbhLQBCe (ORCPT ); Thu, 16 Dec 2021 20:02:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1639702954; x=1671238954; h=date:from:to:cc:subject:message-id:mime-version; bh=OvxdeRcXuLakBVMQPh8QZzTkHO6bgm3cQGbu+OI1xzQ=; b=c9VXRFxDJv6c/fk0AQdIkHZh75xGd0AiJu6MWV7iTginUX4RaLh6nzPF 4OvP9KX8InyhF3ZixAzCKWcocdsHr/ypQ1g4X3DIZvzaDdkJqIcr1SDIn dPBfxpcZot6fs2yCm+VMyPnZhSfvllXqZaTodxpT14Y8E80VQwLI/3gcc LEDP8EEVJGF4k03HabRwhH6w103EfqqAYmoroXQW4SCeX0rGej//5Fy9X IARBlrE5hnpJzvh95Thb4Ej4lsmqw65xdjouLX4/wB66QmvdP8B8aCwmS i3dTvvnjCwaAGitWLrrjjkDoEMcyeOfzgPxNuT5f11VlcdcDqvU4DDqVK A==; X-IronPort-AV: E=McAfee;i="6200,9189,10200"; a="219663814" X-IronPort-AV: E=Sophos;i="5.88,212,1635231600"; d="scan'208";a="219663814" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Dec 2021 17:02:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,212,1635231600"; d="scan'208";a="466302626" Received: from lkp-server02.sh.intel.com (HELO 9f38c0981d9f) ([10.239.97.151]) by orsmga006.jf.intel.com with ESMTP; 16 Dec 2021 17:02:32 -0800 Received: from kbuild by 9f38c0981d9f with local (Exim 4.92) (envelope-from ) id 1my1dn-000426-RD; Fri, 17 Dec 2021 01:02:31 +0000 Date: Fri, 17 Dec 2021 09:01:33 +0800 From: kernel test robot To: Sean Christopherson Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Isaku Yamahata Subject: [RFC PATCH intel-tdx] KVM: TDX: fix duplicated inclusion Message-ID: <20211217010132.GA22090@14a7bd5c73e6> MIME-Version: 1.0 Content-Disposition: inline X-Patchwork-Hint: ignore arch/x86/kvm/vmx/tdx.c: asm/fpu/xcr.h is included more than once. User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- tdx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/kvm/vmx/tdx.c b/arch/x86/kvm/vmx/tdx.c index 559e06a6420aa..26bbda183b2f3 100644 --- a/arch/x86/kvm/vmx/tdx.c +++ b/arch/x86/kvm/vmx/tdx.c @@ -1,6 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 #include -#include #include #include #include @@ -9,7 +8,6 @@ #include #include =20 -#include #include =20 #include