lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1ec40229-b3f6-5cb7-a022-b1fc48f3b1d1@intel.com>
Date:   Fri, 12 Aug 2022 09:45:32 +0800
From:   kernel test robot <yujie.liu@...el.com>
To:     Isaku Yamahata <isaku.yamahata@...el.com>
CC:     <kbuild-all@...ts.01.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [intel-tdx:kvm-upstream-workaround 622/846] arch/x86/kvm/vmx/tdx.c:
 mmu.h is included more than once.

tree:   https://github.com/intel/tdx.git kvm-upstream-workaround
head:   6e62680f6e4094d3986229a4145ebd54390dc110
commit: b1cd412bd4c1a68ae5ef4a34068aad1328f97bdc [622/846] KVM: TDX: TDP MMU TDX support
compiler: gcc-11 (Debian 11.3.0-3) 11.3.0

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@...el.com>

includecheck warnings: (new ones prefixed by >>)
 >> arch/x86/kvm/vmx/tdx.c: mmu.h is included more than once.

diff --git a/arch/x86/kvm/vmx/tdx.c b/arch/x86/kvm/vmx/tdx.c
index 7a631ae78e595..edb5af0117942 100644
--- a/arch/x86/kvm/vmx/tdx.c
+++ b/arch/x86/kvm/vmx/tdx.c
@@ -5,8 +5,11 @@

  #include "capabilities.h"
  #include "x86_ops.h"
+#include "mmu.h"
  #include "tdx.h"
+#include "vmx.h"
  #include "x86.h"
+#include "mmu.h"

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ