All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip:tmp.tmp2 341/364] kernel/bpf/inode.c: linux/seq_file.h is included more than once.
@ 2021-06-15  1:12 ` kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-06-15  1:12 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: kbuild-all, linux-kernel, x86, Alexei Starovoitov,
	Daniel Borkmann, Andrii Nakryiko, Martin KaFai Lau, Song Liu,
	Yonghong Song, John Fastabend, KP Singh, netdev

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head:   adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: 324790b01da9f4a1e5ed4ab395e18a27a8768b8f [341/364] sched/headers, net: Optimize <net/net_namespace_types.h> and <net/net_namespace.h>
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 >>)
>> kernel/bpf/inode.c: linux/seq_file.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 341/364] kernel/bpf/inode.c: linux/seq_file.h is included more than once.
@ 2021-06-15  1:12 ` kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-06-15  1:12 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head:   adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: 324790b01da9f4a1e5ed4ab395e18a27a8768b8f [341/364] sched/headers, net: Optimize <net/net_namespace_types.h> and <net/net_namespace.h>
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 >>)
>> kernel/bpf/inode.c: linux/seq_file.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, net: fix duplicated inclusion
  2021-06-15  1:12 ` kernel test robot
@ 2021-06-15  1:13   ` kernel test robot
  -1 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-06-15  1:13 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: kbuild-all, linux-kernel, x86, Alexei Starovoitov,
	Daniel Borkmann, Andrii Nakryiko, Martin KaFai Lau, Song Liu,
	Yonghong Song, John Fastabend, KP Singh, netdev

kernel/bpf/inode.c: linux/seq_file.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>
---
 inode.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/bpf/inode.c b/kernel/bpf/inode.c
index 5a86998df2e3e..b7df5e30b5163 100644
--- a/kernel/bpf/inode.c
+++ b/kernel/bpf/inode.c
@@ -14,7 +14,6 @@
 #include <linux/mount.h>
 #include <linux/namei.h>
 #include <linux/sysfs.h>
-#include <linux/seq_file.h>
 #include <linux/kmod.h>
 #include <linux/fs.h>
 #include <linux/fs_context.h>

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

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

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

kernel/bpf/inode.c: linux/seq_file.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>
---
 inode.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/bpf/inode.c b/kernel/bpf/inode.c
index 5a86998df2e3e..b7df5e30b5163 100644
--- a/kernel/bpf/inode.c
+++ b/kernel/bpf/inode.c
@@ -14,7 +14,6 @@
 #include <linux/mount.h>
 #include <linux/namei.h>
 #include <linux/sysfs.h>
-#include <linux/seq_file.h>
 #include <linux/kmod.h>
 #include <linux/fs.h>
 #include <linux/fs_context.h>

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

* [tip:tmp.tmp2 341/364] kernel/bpf/inode.c: linux/seq_file.h is included more than once.
@ 2021-06-13 22:07 kernel test robot
  0 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2021-06-13 22:07 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 1259 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: Alexei Starovoitov <ast@kernel.org>
CC: Daniel Borkmann <daniel@iogearbox.net>
CC: Andrii Nakryiko <andrii@kernel.org>
CC: Martin KaFai Lau <kafai@fb.com>
CC: Song Liu <songliubraving@fb.com>
CC: Yonghong Song <yhs@fb.com>
CC: John Fastabend <john.fastabend@gmail.com>
CC: KP Singh <kpsingh@kernel.org>
CC: netdev(a)vger.kernel.org

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head:   adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: 324790b01da9f4a1e5ed4ab395e18a27a8768b8f [341/364] sched/headers, net: Optimize <net/net_namespace_types.h> and <net/net_namespace.h>
:::::: branch date: 3 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 >>)
>> kernel/bpf/inode.c: linux/seq_file.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

end of thread, other threads:[~2021-06-15  3:20 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:12 [tip:tmp.tmp2 341/364] kernel/bpf/inode.c: linux/seq_file.h is included more than once kernel test robot
2021-06-15  1:12 ` kernel test robot
2021-06-15  1:13 ` [RFC PATCH tip] sched/headers, net: fix duplicated inclusion kernel test robot
2021-06-15  1:13   ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-06-13 22:07 [tip:tmp.tmp2 341/364] kernel/bpf/inode.c: linux/seq_file.h is included more than once 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.