All of lore.kernel.org
 help / color / mirror / Atom feed
* [intel-tdx:kvm-upstream-workaround 622/846] arch/x86/kvm/vmx/tdx.c: mmu.h is included more than once.
@ 2022-08-11  1:07 kernel test robot
  2022-08-12  1:45 ` kernel test robot
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2022-08-11  1:07 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

:::::: 
:::::: Manual check reason: "low confidence bisect report"
:::::: 

BCC: lkp(a)intel.com
CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Isaku Yamahata <isaku.yamahata@intel.com>

tree:   https://github.com/intel/tdx.git kvm-upstream-workaround
head:   6e62680f6e4094d3986229a4145ebd54390dc110
commit: b1cd412bd4c1a68ae5ef4a34068aad1328f97bdc [622/846] KVM: TDX: TDP MMU TDX support
:::::: branch date: 34 hours ago
:::::: commit date: 34 hours ago
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@intel.com>

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

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [intel-tdx:kvm-upstream-workaround 622/846] arch/x86/kvm/vmx/tdx.c: mmu.h is included more than once.
  2022-08-11  1:07 [intel-tdx:kvm-upstream-workaround 622/846] arch/x86/kvm/vmx/tdx.c: mmu.h is included more than once kernel test robot
@ 2022-08-12  1:45 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-08-12  1:45 UTC (permalink / raw)
  To: Isaku Yamahata; +Cc: kbuild-all, Linux Kernel Mailing List

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@intel.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-12  1:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11  1:07 [intel-tdx:kvm-upstream-workaround 622/846] arch/x86/kvm/vmx/tdx.c: mmu.h is included more than once kernel test robot
2022-08-12  1:45 ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.