All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <rong.a.chen@intel.com>
To: Ingo Molnar <mingo@kernel.org>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	x86@kernel.org, Jakub Kicinski <kuba@kernel.org>,
	Paolo Abeni <pabeni@redhat.com>,
	Eric Dumazet <edumazet@google.com>,
	Miaohe Lin <linmiaohe@huawei.com>,
	Tonghao Zhang <xiangxia.m.yue@gmail.com>,
	Kees Cook <keescook@chromium.org>,
	Alexander Aring <aahringo@redhat.com>,
	netdev@vger.kernel.org
Subject: [RFC PATCH tip] sched/headers, net: fix duplicated inclusion
Date: Tue, 15 Jun 2021 09:11:07 +0800	[thread overview]
Message-ID: <20210615011107.GP237458@shao2-debian> (raw)
In-Reply-To: <20210615011024.GO237458@shao2-debian>

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>

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <rong.a.chen@intel.com>
To: kbuild-all@lists.01.org
Subject: [RFC PATCH tip] sched/headers, net: fix duplicated inclusion
Date: Tue, 15 Jun 2021 09:11:07 +0800	[thread overview]
Message-ID: <20210615011107.GP237458@shao2-debian> (raw)
In-Reply-To: <20210615011024.GO237458@shao2-debian>

[-- 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>

  reply	other threads:[~2021-06-15  3:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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:10 ` kernel test robot
2021-06-15  1:11 ` kernel test robot [this message]
2021-06-15  1:11   ` [RFC PATCH tip] sched/headers, net: fix duplicated inclusion kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
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
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-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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210615011107.GP237458@shao2-debian \
    --to=rong.a.chen@intel.com \
    --cc=aahringo@redhat.com \
    --cc=edumazet@google.com \
    --cc=kbuild-all@lists.01.org \
    --cc=keescook@chromium.org \
    --cc=kuba@kernel.org \
    --cc=linmiaohe@huawei.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=x86@kernel.org \
    --cc=xiangxia.m.yue@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.