All of lore.kernel.org
 help / color / mirror / Atom feed
* [xilinx-xlnx:xlnx_rebase_v5.10 972/1969] arch/microblaze/include/asm/mmu_context_mm.h: linux/sched.h is included more than once.
@ 2021-10-03 11:15 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-10-03 11:15 UTC (permalink / raw)
  To: Stefan Asserhall for SMP; +Cc: kbuild-all, linux-arm-kernel, Michal Simek

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.10
head:   6f887a3e4f2e3a52b4591879f46a233a707b1ba3
commit: faed026643b32049b9c6d00b68b6915050a8ca7f [972/1969] microblaze: Rework mmu context management to prepare
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/microblaze/include/asm/mmu_context_mm.h: linux/sched.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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [xilinx-xlnx:xlnx_rebase_v5.10 972/1969] arch/microblaze/include/asm/mmu_context_mm.h: linux/sched.h is included more than once.
@ 2021-10-03 11:15 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-10-03 11:15 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.10
head:   6f887a3e4f2e3a52b4591879f46a233a707b1ba3
commit: faed026643b32049b9c6d00b68b6915050a8ca7f [972/1969] microblaze: Rework mmu context management to prepare
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/microblaze/include/asm/mmu_context_mm.h: linux/sched.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(a)lists.01.org

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

* [RFC PATCH xilinx-xlnx] microblaze: fix duplicated inclusion
  2021-10-03 11:15 ` kernel test robot
@ 2021-10-03 11:15   ` kernel test robot
  -1 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-10-03 11:15 UTC (permalink / raw)
  To: Stefan Asserhall for SMP; +Cc: kbuild-all, linux-arm-kernel, Michal Simek

Generated by: scripts/checkincludes.pl

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

diff --git a/arch/microblaze/include/asm/mmu_context_mm.h b/arch/microblaze/include/asm/mmu_context_mm.h
index 5ea769225b12d..3d19928bc1966 100644
--- a/arch/microblaze/include/asm/mmu_context_mm.h
+++ b/arch/microblaze/include/asm/mmu_context_mm.h
@@ -11,7 +11,6 @@
 
 #include <linux/atomic.h>
 #include <linux/mm_types.h>
-#include <linux/sched.h>
 
 #include <asm/bitops.h>
 #include <linux/kernel.h>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [RFC PATCH xilinx-xlnx] microblaze: fix duplicated inclusion
@ 2021-10-03 11:15   ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-10-03 11:15 UTC (permalink / raw)
  To: kbuild-all

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

Generated by: scripts/checkincludes.pl

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

diff --git a/arch/microblaze/include/asm/mmu_context_mm.h b/arch/microblaze/include/asm/mmu_context_mm.h
index 5ea769225b12d..3d19928bc1966 100644
--- a/arch/microblaze/include/asm/mmu_context_mm.h
+++ b/arch/microblaze/include/asm/mmu_context_mm.h
@@ -11,7 +11,6 @@
 
 #include <linux/atomic.h>
 #include <linux/mm_types.h>
-#include <linux/sched.h>
 
 #include <asm/bitops.h>
 #include <linux/kernel.h>

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

end of thread, other threads:[~2021-10-03 11:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-03 11:15 [xilinx-xlnx:xlnx_rebase_v5.10 972/1969] arch/microblaze/include/asm/mmu_context_mm.h: linux/sched.h is included more than once kernel test robot
2021-10-03 11:15 ` kernel test robot
2021-10-03 11:15 ` [RFC PATCH xilinx-xlnx] microblaze: fix duplicated inclusion kernel test robot
2021-10-03 11:15   ` 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.