All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip:tmp.tmp2 290/364] fs/ocfs2/dlm/dlmrecovery.c: linux/stringhash.h is included more than once.
@ 2021-06-15  1:07 ` kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-06-15  1:07 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: kbuild-all, linux-kernel, x86, Mark Fasheh, Joel Becker,
	Joseph Qi, Andrew Morton, Linux Memory Management List,
	Wengang Wang, Geert Uytterhoeven, Miguel Ojeda, Jiapeng Chong

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head:   adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: b6aa10593ad119b8d92047471b69297bcdf70684 [290/364] sched/headers, fs: Optimize <linux/fs.h> header dependencies
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/dlm/dlmrecovery.c: linux/stringhash.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

* [tip:tmp.tmp2 290/364] fs/ocfs2/dlm/dlmrecovery.c: linux/stringhash.h is included more than once.
@ 2021-06-15  1:07 ` kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-06-15  1:07 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head:   adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: b6aa10593ad119b8d92047471b69297bcdf70684 [290/364] sched/headers, fs: Optimize <linux/fs.h> header dependencies
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/dlm/dlmrecovery.c: linux/stringhash.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 tip] sched/headers, fs: fix duplicated inclusion
  2021-06-15  1:07 ` kernel test robot
@ 2021-06-15  1:07   ` kernel test robot
  -1 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-06-15  1:07 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: kbuild-all, linux-kernel, x86, Mark Fasheh, Joel Becker,
	Joseph Qi, Andrew Morton, Linux Memory Management List,
	Geert Uytterhoeven, Miguel Ojeda, Wengang Wang, Masahiro Yamada

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

diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c
index bf7a40fd97e31..0ae3737331157 100644
--- a/fs/ocfs2/dlm/dlmrecovery.c
+++ b/fs/ocfs2/dlm/dlmrecovery.c
@@ -10,7 +10,6 @@
 
 #include <linux/module.h>
 #include <linux/fs.h>
-#include <linux/stringhash.h>
 #include <linux/types.h>
 #include <linux/slab.h>
 #include <linux/highmem.h>

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

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

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

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

diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c
index bf7a40fd97e31..0ae3737331157 100644
--- a/fs/ocfs2/dlm/dlmrecovery.c
+++ b/fs/ocfs2/dlm/dlmrecovery.c
@@ -10,7 +10,6 @@
 
 #include <linux/module.h>
 #include <linux/fs.h>
-#include <linux/stringhash.h>
 #include <linux/types.h>
 #include <linux/slab.h>
 #include <linux/highmem.h>

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

* [RFC PATCH tip] sched/headers, fs: fix duplicated inclusion
  2021-06-13 21:30 [tip:tmp.tmp2 290/364] fs/ocfs2/dlm/dlmrecovery.c: linux/stringhash.h is included more than once kernel test robot
@ 2021-06-13 21:30 ` kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-06-13 21:30 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 1167 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: Mark Fasheh <mark@fasheh.com>
CC: Joel Becker <jlbec@evilplan.org>
CC: Joseph Qi <joseph.qi@linux.alibaba.com>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: Linux Memory Management List <linux-mm@kvack.org>
CC: Geert Uytterhoeven <geert@linux-m68k.org>
CC: Miguel Ojeda <ojeda@kernel.org>
CC: Wengang Wang <wen.gang.wang@oracle.com>
CC: Masahiro Yamada <masahiroy@kernel.org>
fs/ocfs2/dlm/dlmrecovery.c: linux/stringhash.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>
---
 dlmrecovery.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c
index bf7a40fd97e31..0ae3737331157 100644
--- a/fs/ocfs2/dlm/dlmrecovery.c
+++ b/fs/ocfs2/dlm/dlmrecovery.c
@@ -10,7 +10,6 @@
 
 #include <linux/module.h>
 #include <linux/fs.h>
-#include <linux/stringhash.h>
 #include <linux/types.h>
 #include <linux/slab.h>
 #include <linux/highmem.h>

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15  1:07 [tip:tmp.tmp2 290/364] fs/ocfs2/dlm/dlmrecovery.c: linux/stringhash.h is included more than once kernel test robot
2021-06-15  1:07 ` kernel test robot
2021-06-15  1:07 ` [RFC PATCH tip] sched/headers, fs: fix duplicated inclusion kernel test robot
2021-06-15  1:07   ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-06-13 21:30 [tip:tmp.tmp2 290/364] fs/ocfs2/dlm/dlmrecovery.c: linux/stringhash.h is included more than once kernel test robot
2021-06-13 21:30 ` [RFC PATCH tip] sched/headers, fs: 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.