linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [intel-tdx:guest 41/113] arch/x86/mm/ioremap.c: linux/protected_guest.h is included more than once.
@ 2021-08-29 20:00 kernel test robot
  2021-08-29 20:00 ` [RFC PATCH intel-tdx] x86/tdx: fix duplicated inclusion kernel test robot
  0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2021-08-29 20:00 UTC (permalink / raw)
  To: Kirill A. Shutemov
  Cc: kbuild-all, linux-kernel, Kuppuswamy Sathyanarayanan, Andi Kleen,
	Tony Luck

tree:   https://github.com/intel/tdx.git guest
head:   44e41606b85b08fad5378c876547f8557f835cf6
commit: 79feb81d4bfaaa79ae4831d45f49e26b6a336f7d [41/113] x86/tdx: Make pages shared in ioremap()
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


includecheck warnings: (new ones prefixed by >>)
>> arch/x86/mm/ioremap.c: linux/protected_guest.h is included more than once.

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

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

* [RFC PATCH intel-tdx] x86/tdx: fix duplicated inclusion
  2021-08-29 20:00 [intel-tdx:guest 41/113] arch/x86/mm/ioremap.c: linux/protected_guest.h is included more than once kernel test robot
@ 2021-08-29 20:00 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-08-29 20:00 UTC (permalink / raw)
  To: Kirill A. Shutemov
  Cc: kbuild-all, linux-kernel, Kuppuswamy Sathyanarayanan, Andi Kleen,
	Tony Luck

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 ioremap.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/mm/ioremap.c b/arch/x86/mm/ioremap.c
index 05d194c9c4705..c279553dce71b 100644
--- a/arch/x86/mm/ioremap.c
+++ b/arch/x86/mm/ioremap.c
@@ -14,7 +14,6 @@
 #include <linux/slab.h>
 #include <linux/vmalloc.h>
 #include <linux/mmiotrace.h>
-#include <linux/protected_guest.h>
 #include <linux/efi.h>
 #include <linux/pgtable.h>
 #include <linux/protected_guest.h>

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

* [RFC PATCH intel-tdx] x86/tdx: fix duplicated inclusion
  2021-10-02  6:43 [intel-tdx:guest 70/126] arch/x86/kernel/cc_platform.c: asm/tdx.h is included more than once kernel test robot
@ 2021-10-02  6:43 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-10-02  6:43 UTC (permalink / raw)
  To: Kuppuswamy Sathyanarayanan
  Cc: kbuild-all, linux-kernel, Andi Kleen, Dan Williams

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 cc_platform.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/cc_platform.c b/arch/x86/kernel/cc_platform.c
index 3544ed78dd165..127790741a04d 100644
--- a/arch/x86/kernel/cc_platform.c
+++ b/arch/x86/kernel/cc_platform.c
@@ -13,7 +13,6 @@
 #include <linux/processor.h>
 #include <linux/device.h>
 
-#include <asm/tdx.h>
 
 #include <asm/tdx.h>
 

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

* [RFC PATCH intel-tdx] x86/tdx: fix duplicated inclusion
  2021-08-30 22:29 [intel-tdx:guest 41/113] arch/x86/mm/ioremap.c: linux/protected_guest.h is included more than once kernel test robot
@ 2021-08-30 22:29 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-08-30 22:29 UTC (permalink / raw)
  To: Kirill A. Shutemov
  Cc: kbuild-all, linux-kernel, Kuppuswamy Sathyanarayanan, Andi Kleen,
	Tony Luck

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 ioremap.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/mm/ioremap.c b/arch/x86/mm/ioremap.c
index 05d194c9c4705..c279553dce71b 100644
--- a/arch/x86/mm/ioremap.c
+++ b/arch/x86/mm/ioremap.c
@@ -14,7 +14,6 @@
 #include <linux/slab.h>
 #include <linux/vmalloc.h>
 #include <linux/mmiotrace.h>
-#include <linux/protected_guest.h>
 #include <linux/efi.h>
 #include <linux/pgtable.h>
 #include <linux/protected_guest.h>

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

end of thread, other threads:[~2021-10-02  6:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-29 20:00 [intel-tdx:guest 41/113] arch/x86/mm/ioremap.c: linux/protected_guest.h is included more than once kernel test robot
2021-08-29 20:00 ` [RFC PATCH intel-tdx] x86/tdx: fix duplicated inclusion kernel test robot
2021-08-30 22:29 [intel-tdx:guest 41/113] arch/x86/mm/ioremap.c: linux/protected_guest.h is included more than once kernel test robot
2021-08-30 22:29 ` [RFC PATCH intel-tdx] x86/tdx: fix duplicated inclusion kernel test robot
2021-10-02  6:43 [intel-tdx:guest 70/126] arch/x86/kernel/cc_platform.c: asm/tdx.h is included more than once kernel test robot
2021-10-02  6:43 ` [RFC PATCH intel-tdx] x86/tdx: fix duplicated inclusion kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).