All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip:tmp.tmp2 42/364] arch/x86/include/asm/processor.h: linux/sched/thread.h is included more than once.
@ 2021-06-13 20:55 kernel test robot
  2021-06-13 20:55 ` [RFC PATCH tip] sched/headers: Convert task_struct:: fix duplicated inclusion kernel test robot
  0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2021-06-13 20:55 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
CC: x86(a)kernel.org
TO: Ingo Molnar <mingo@kernel.org>
CC: Thomas Gleixner <tglx@linutronix.de>
CC: Borislav Petkov <bp@alien8.de>
CC: x86(a)kernel.org
CC: "H. Peter Anvin" <hpa@zytor.com>
CC: Kees Cook <keescook@chromium.org>
CC: Sasha Levin <sashal@kernel.org>
CC: Peter Zijlstra <peterz@infradead.org>
CC: Andy Lutomirski <luto@kernel.org>
CC: Joerg Roedel <jroedel@suse.de>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head:   adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: 0e04b3ebeb185beeb77ebc6f70f6a5eef9ecdb3d [42/364] sched/headers: Convert task_struct::thread to a per_task() field
:::::: branch date: 2 hours ago
:::::: commit date: 4 hours ago
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/include/asm/processor.h: linux/sched/thread.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 tip] sched/headers: Convert task_struct:: fix duplicated inclusion
  2021-06-13 20:55 [tip:tmp.tmp2 42/364] arch/x86/include/asm/processor.h: linux/sched/thread.h is included more than once kernel test robot
@ 2021-06-13 20:55 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-06-13 20:55 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
CC: x86(a)kernel.org
TO: Ingo Molnar <mingo@kernel.org>
CC: Thomas Gleixner <tglx@linutronix.de>
CC: Borislav Petkov <bp@alien8.de>
CC: x86(a)kernel.org
CC: "H. Peter Anvin" <hpa@zytor.com>
CC: Kees Cook <keescook@chromium.org>
CC: Lai Jiangshan <laijs@linux.alibaba.com>
CC: Peter Zijlstra <peterz@infradead.org>
CC: Andy Lutomirski <luto@kernel.org>
CC: Huang Rui <ray.huang@amd.com>
arch/x86/include/asm/processor.h: linux/sched/thread.h is included more than once.

Generated by: scripts/checkincludes.pl

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

diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index 543e9235c7ad2..3e7d6361c8f87 100644
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
@@ -12,7 +12,6 @@ struct mm_struct;
 struct io_bitmap;
 struct vm86;
 
-#include <linux/sched/thread.h>
 
 #include <asm/math_emu.h>
 #include <asm/segment.h>

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

* [tip:tmp.tmp2 42/364] arch/x86/include/asm/processor.h: linux/sched/thread.h is included more than once.
@ 2021-06-15  1:02 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-06-15  1:02 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: kbuild-all, linux-kernel, x86, Thomas Gleixner, Borislav Petkov,
	H. Peter Anvin, Kees Cook, Sasha Levin, Peter Zijlstra,
	Andy Lutomirski, Joerg Roedel

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head:   adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: 0e04b3ebeb185beeb77ebc6f70f6a5eef9ecdb3d [42/364] sched/headers: Convert task_struct::thread to a per_task() field
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/include/asm/processor.h: linux/sched/thread.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

* [tip:tmp.tmp2 42/364] arch/x86/include/asm/processor.h: linux/sched/thread.h is included more than once.
@ 2021-06-15  1:02 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-06-15  1:02 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head:   adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: 0e04b3ebeb185beeb77ebc6f70f6a5eef9ecdb3d [42/364] sched/headers: Convert task_struct::thread to a per_task() field
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/include/asm/processor.h: linux/sched/thread.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

end of thread, other threads:[~2021-06-15  1:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13 20:55 [tip:tmp.tmp2 42/364] arch/x86/include/asm/processor.h: linux/sched/thread.h is included more than once kernel test robot
2021-06-13 20:55 ` [RFC PATCH tip] sched/headers: Convert task_struct:: fix duplicated inclusion kernel test robot
2021-06-15  1:02 [tip:tmp.tmp2 42/364] arch/x86/include/asm/processor.h: linux/sched/thread.h is included more than once kernel test robot
2021-06-15  1:02 ` 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.