All of lore.kernel.org
 help / color / mirror / Atom feed
* [wagi-linux-stable-rt:v4.19-rt 43/48] include/linux/blk-cgroup.h: linux/kthread.h is included more than once.
@ 2021-05-21  7:29 ` kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-05-21  7:29 UTC (permalink / raw)
  To: Sebastian Andrzej Siewior
  Cc: kbuild-all, Steven Rostedt (VMware), linux-kernel

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/wagi/linux-stable-rt.git v4.19-rt
head:   bd81dbe40b89ec503144c58b7ea8cf8d5ff67f83
commit: 827b6f6962daf2e13170c0185c0f7b51cf74a0ed [43/48] workqueue: rework
:::::: branch date: 1 year, 7 months ago
:::::: commit date: 1 year, 8 months 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 >>)
>> include/linux/blk-cgroup.h: linux/kthread.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] 5+ messages in thread

* [wagi-linux-stable-rt:v4.19-rt 43/48] include/linux/blk-cgroup.h: linux/kthread.h is included more than once.
@ 2021-05-21  7:29 ` kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-05-21  7:29 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/wagi/linux-stable-rt.git v4.19-rt
head:   bd81dbe40b89ec503144c58b7ea8cf8d5ff67f83
commit: 827b6f6962daf2e13170c0185c0f7b51cf74a0ed [43/48] workqueue: rework
:::::: branch date: 1 year, 7 months ago
:::::: commit date: 1 year, 8 months 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 >>)
>> include/linux/blk-cgroup.h: linux/kthread.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] 5+ messages in thread

* [RFC PATCH wagi-linux-stable-rt] workqueue: fix duplicated inclusion
  2021-05-21  7:29 ` kernel test robot
@ 2021-05-21  7:30   ` kernel test robot
  -1 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-05-21  7:30 UTC (permalink / raw)
  To: Sebastian Andrzej Siewior
  Cc: kbuild-all, Steven Rostedt (VMware), linux-kernel

include/linux/blk-cgroup.h: linux/kthread.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>
---
 blk-cgroup.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/blk-cgroup.h b/include/linux/blk-cgroup.h
index da587e60fe866a..1a83e232d4a5df 100644
--- a/include/linux/blk-cgroup.h
+++ b/include/linux/blk-cgroup.h
@@ -14,7 +14,6 @@
  * 	              Nauman Rafique <nauman@google.com>
  */
 
-#include <linux/kthread.h>
 #include <linux/percpu_counter.h>
 #include <linux/seq_file.h>
 #include <linux/radix-tree.h>

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

* [RFC PATCH wagi-linux-stable-rt] workqueue: fix duplicated inclusion
@ 2021-05-21  7:30   ` kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-05-21  7:30 UTC (permalink / raw)
  To: kbuild-all

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

include/linux/blk-cgroup.h: linux/kthread.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>
---
 blk-cgroup.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/blk-cgroup.h b/include/linux/blk-cgroup.h
index da587e60fe866a..1a83e232d4a5df 100644
--- a/include/linux/blk-cgroup.h
+++ b/include/linux/blk-cgroup.h
@@ -14,7 +14,6 @@
  * 	              Nauman Rafique <nauman@google.com>
  */
 
-#include <linux/kthread.h>
 #include <linux/percpu_counter.h>
 #include <linux/seq_file.h>
 #include <linux/radix-tree.h>

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

* [RFC PATCH wagi-linux-stable-rt] workqueue: fix duplicated inclusion
  2021-05-21  7:07 [wagi-linux-stable-rt:v4.19-rt 43/48] include/linux/blk-cgroup.h: linux/kthread.h is included more than once kernel test robot
@ 2021-05-21  7:07 ` kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-05-21  7:07 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
TO: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
CC: "Steven Rostedt (VMware)" <rostedt@goodmis.org>
CC: linux-kernel(a)vger.kernel.org
include/linux/blk-cgroup.h: linux/kthread.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>
---
 blk-cgroup.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/blk-cgroup.h b/include/linux/blk-cgroup.h
index da587e60fe866a..1a83e232d4a5df 100644
--- a/include/linux/blk-cgroup.h
+++ b/include/linux/blk-cgroup.h
@@ -14,7 +14,6 @@
  * 	              Nauman Rafique <nauman@google.com>
  */
 
-#include <linux/kthread.h>
 #include <linux/percpu_counter.h>
 #include <linux/seq_file.h>
 #include <linux/radix-tree.h>

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

end of thread, other threads:[~2021-05-21  7:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21  7:29 [wagi-linux-stable-rt:v4.19-rt 43/48] include/linux/blk-cgroup.h: linux/kthread.h is included more than once kernel test robot
2021-05-21  7:29 ` kernel test robot
2021-05-21  7:30 ` [RFC PATCH wagi-linux-stable-rt] workqueue: fix duplicated inclusion kernel test robot
2021-05-21  7:30   ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-05-21  7:07 [wagi-linux-stable-rt:v4.19-rt 43/48] include/linux/blk-cgroup.h: linux/kthread.h is included more than once kernel test robot
2021-05-21  7:07 ` [RFC PATCH wagi-linux-stable-rt] workqueue: fix duplicated inclusion 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.