From: kernel test robot <lkp@intel.com>
To: Christian Brauner <brauner@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev,
Christian Brauner <christianvanbrauner@gmail.com>
Subject: [brauner-vfs:work.coredump.socket 12/17] net/unix/af_unix.c: linux/pidfs.h is included more than once.
Date: Sun, 11 May 2025 02:21:36 +0800 [thread overview]
Message-ID: <202505110216.S25ORSP7-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git work.coredump.socket
head: bad5a454ba7c00605ca5652812cc6af5952457ad
commit: 48d45baea7169602452b8ae6a2ab8ced20620b74 [12/17] pidfs, coredump: add PIDFD_INFO_COREDUMP
compiler: clang version 20.1.2 (https://github.com/llvm/llvm-project 58df0ef89dd64126512e4ee27b4ac3fd8ddf6247)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202505110216.S25ORSP7-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> net/unix/af_unix.c: linux/pidfs.h is included more than once.
vim +93 net/unix/af_unix.c
79
80 #include <linux/bpf-cgroup.h>
81 #include <linux/btf_ids.h>
82 #include <linux/dcache.h>
83 #include <linux/errno.h>
84 #include <linux/fcntl.h>
85 #include <linux/file.h>
86 #include <linux/filter.h>
87 #include <linux/fs.h>
88 #include <linux/init.h>
89 #include <linux/kernel.h>
90 #include <linux/kstrtox.h>
91 #include <linux/mount.h>
92 #include <linux/namei.h>
> 93 #include <linux/pidfs.h>
94 #include <linux/poll.h>
95 #include <linux/proc_fs.h>
96 #include <linux/sched/signal.h>
97 #include <linux/security.h>
98 #include <linux/seq_file.h>
99 #include <linux/skbuff.h>
100 #include <linux/slab.h>
101 #include <linux/sock_diag.h>
102 #include <linux/socket.h>
103 #include <linux/splice.h>
104 #include <linux/string.h>
105 #include <linux/uaccess.h>
> 106 #include <linux/pidfs.h>
107 #include <net/af_unix.h>
108 #include <net/net_namespace.h>
109 #include <net/scm.h>
110 #include <net/tcp_states.h>
111 #include <uapi/linux/sockios.h>
112 #include <uapi/linux/termios.h>
113
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2025-05-10 18:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202505110216.S25ORSP7-lkp@intel.com \
--to=lkp@intel.com \
--cc=brauner@kernel.org \
--cc=christianvanbrauner@gmail.com \
--cc=oe-kbuild-all@lists.linux.dev \
/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.