* [brauner-vfs:work.coredump.socket 12/17] net/unix/af_unix.c: linux/pidfs.h is included more than once.
@ 2025-05-10 18:21 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-05-10 18:21 UTC (permalink / raw)
To: Christian Brauner; +Cc: oe-kbuild-all, Christian Brauner
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-10 18:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-10 18:21 [brauner-vfs:work.coredump.socket 12/17] net/unix/af_unix.c: linux/pidfs.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.