All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip:tmp.tmp2 176/364] fs/ocfs2/dir.c: linux/iversion.h is included more than once.
@ 2021-06-13 21:07 kernel test robot
  2021-06-13 21:07 ` [RFC PATCH tip] sched/headers, rcu: fix duplicated inclusion kernel test robot
  0 siblings, 1 reply; 4+ messages in thread
From: kernel test robot @ 2021-06-13 21:07 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 911 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>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head:   adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: be65473fb5b77d57d8955beffd5aa370cfdae467 [176/364] sched/headers, rcu: Remove <linux/sched/signal.h> dependency from <linux/rcuwait.h>
:::::: branch date: 2 hours ago
:::::: commit date: 3 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 >>)
>> fs/ocfs2/dir.c: linux/iversion.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, rcu: fix duplicated inclusion
  2021-06-13 21:07 [tip:tmp.tmp2 176/364] fs/ocfs2/dir.c: linux/iversion.h is included more than once kernel test robot
@ 2021-06-13 21:07 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-06-13 21:07 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 719 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>
fs/ocfs2/dir.c: linux/iversion.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>
---
 dir.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c
index 158ee3abe75f7..b70375994bf3d 100644
--- a/fs/ocfs2/dir.c
+++ b/fs/ocfs2/dir.c
@@ -27,7 +27,6 @@
 #include <linux/quotaops.h>
 #include <linux/sort.h>
 #include <linux/iversion.h>
-#include <linux/iversion.h>
 #include <linux/sched/signal.h>
 
 #include <cluster/masklog.h>

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

* [RFC PATCH tip] sched/headers, rcu: fix duplicated inclusion
  2021-06-15  1:03 [tip:tmp.tmp2 176/364] fs/ocfs2/dir.c: linux/iversion.h is included more than once kernel test robot
@ 2021-06-15  1:04   ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-06-15  1:04 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: kbuild-all, linux-kernel, x86

fs/ocfs2/dir.c: linux/iversion.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>
---
 dir.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c
index 158ee3abe75f7..b70375994bf3d 100644
--- a/fs/ocfs2/dir.c
+++ b/fs/ocfs2/dir.c
@@ -27,7 +27,6 @@
 #include <linux/quotaops.h>
 #include <linux/sort.h>
 #include <linux/iversion.h>
-#include <linux/iversion.h>
 #include <linux/sched/signal.h>
 
 #include <cluster/masklog.h>

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

* [RFC PATCH tip] sched/headers, rcu: fix duplicated inclusion
@ 2021-06-15  1:04   ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-06-15  1:04 UTC (permalink / raw)
  To: kbuild-all

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

fs/ocfs2/dir.c: linux/iversion.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>
---
 dir.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c
index 158ee3abe75f7..b70375994bf3d 100644
--- a/fs/ocfs2/dir.c
+++ b/fs/ocfs2/dir.c
@@ -27,7 +27,6 @@
 #include <linux/quotaops.h>
 #include <linux/sort.h>
 #include <linux/iversion.h>
-#include <linux/iversion.h>
 #include <linux/sched/signal.h>
 
 #include <cluster/masklog.h>

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13 21:07 [tip:tmp.tmp2 176/364] fs/ocfs2/dir.c: linux/iversion.h is included more than once kernel test robot
2021-06-13 21:07 ` [RFC PATCH tip] sched/headers, rcu: fix duplicated inclusion kernel test robot
2021-06-15  1:03 [tip:tmp.tmp2 176/364] fs/ocfs2/dir.c: linux/iversion.h is included more than once kernel test robot
2021-06-15  1:04 ` [RFC PATCH tip] sched/headers, rcu: fix duplicated inclusion kernel test robot
2021-06-15  1:04   ` 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.