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

[-- Attachment #1: Type: text/plain, Size: 1218 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: Jakub Kicinski <kuba@kernel.org>
CC: Paolo Abeni <pabeni@redhat.com>
CC: Eric Dumazet <edumazet@google.com>
CC: Miaohe Lin <linmiaohe@huawei.com>
CC: Tonghao Zhang <xiangxia.m.yue@gmail.com>
CC: Kees Cook <keescook@chromium.org>
CC: Alexander Aring <aahringo@redhat.com>
CC: netdev(a)vger.kernel.org
CC: linux-kernel(a)vger.kernel.org

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tmp.tmp2
head:   adcceb5eb7aee38e4a9c15bdf599655f0e1b1324
commit: 35a241c0a90b26d9d234159ba6bab28fb5b5b490 [324/364] sched/headers, net: Uninline sock_poll_wait()
:::::: 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 >>)
>> net/core/sock.c: linux/poll.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] 7+ messages in thread

* [RFC PATCH tip] sched/headers, net: fix duplicated inclusion
  2021-06-13 21:54 [tip:tmp.tmp2 324/364] net/core/sock.c: linux/poll.h is included more than once kernel test robot
@ 2021-06-13 21:54 ` kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-13 21:54 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 1071 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: Jakub Kicinski <kuba@kernel.org>
CC: Paolo Abeni <pabeni@redhat.com>
CC: Eric Dumazet <edumazet@google.com>
CC: Miaohe Lin <linmiaohe@huawei.com>
CC: Tonghao Zhang <xiangxia.m.yue@gmail.com>
CC: Kees Cook <keescook@chromium.org>
CC: Alexander Aring <aahringo@redhat.com>
CC: netdev(a)vger.kernel.org
CC: linux-kernel(a)vger.kernel.org
net/core/sock.c: linux/poll.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>
---
 sock.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/net/core/sock.c b/net/core/sock.c
index b3ed6b3e6c81f..7a2913bc212f2 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -106,7 +106,6 @@
 #include <linux/mm.h>
 #include <linux/slab.h>
 #include <linux/interrupt.h>
-#include <linux/poll.h>
 #include <linux/tcp.h>
 #include <linux/init.h>
 #include <linux/poll.h>

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

* [RFC PATCH tip] sched/headers, net: fix duplicated inclusion
  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:13   ` kernel test robot
  0 siblings, 0 replies; 7+ 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] 7+ messages in thread

* [RFC PATCH tip] sched/headers, net: fix duplicated inclusion
@ 2021-06-15  1:13   ` kernel test robot
  0 siblings, 0 replies; 7+ 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] 7+ messages in thread

* [RFC PATCH tip] sched/headers, net: fix duplicated inclusion
  2021-06-15  1:10 [tip:tmp.tmp2 324/364] net/core/sock.c: linux/poll.h is included more than once kernel test robot
@ 2021-06-15  1:11   ` kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-15  1:11 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: kbuild-all, linux-kernel, x86, Jakub Kicinski, Paolo Abeni,
	Eric Dumazet, Miaohe Lin, Tonghao Zhang, Kees Cook,
	Alexander Aring, netdev

net/core/sock.c: linux/poll.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>
---
 sock.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/net/core/sock.c b/net/core/sock.c
index b3ed6b3e6c81f..7a2913bc212f2 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -106,7 +106,6 @@
 #include <linux/mm.h>
 #include <linux/slab.h>
 #include <linux/interrupt.h>
-#include <linux/poll.h>
 #include <linux/tcp.h>
 #include <linux/init.h>
 #include <linux/poll.h>

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

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

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

net/core/sock.c: linux/poll.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>
---
 sock.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/net/core/sock.c b/net/core/sock.c
index b3ed6b3e6c81f..7a2913bc212f2 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -106,7 +106,6 @@
 #include <linux/mm.h>
 #include <linux/slab.h>
 #include <linux/interrupt.h>
-#include <linux/poll.h>
 #include <linux/tcp.h>
 #include <linux/init.h>
 #include <linux/poll.h>

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

* [RFC PATCH tip] sched/headers, net: fix duplicated inclusion
  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
@ 2021-06-13 22:07 ` kernel test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-13 22:07 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 1095 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
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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13 21:54 [tip:tmp.tmp2 324/364] net/core/sock.c: linux/poll.h is included more than once kernel test robot
2021-06-13 21:54 ` [RFC PATCH tip] sched/headers, net: fix duplicated inclusion kernel test robot
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
2021-06-13 22:07 ` [RFC PATCH tip] sched/headers, net: fix duplicated inclusion kernel test robot
2021-06-15  1:10 [tip:tmp.tmp2 324/364] net/core/sock.c: linux/poll.h is included more than once kernel test robot
2021-06-15  1:11 ` [RFC PATCH tip] sched/headers, net: fix duplicated inclusion kernel test robot
2021-06-15  1:11   ` kernel test robot
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:13 ` [RFC PATCH tip] sched/headers, net: fix duplicated inclusion kernel test robot
2021-06-15  1:13   ` 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.