* [arnd-asm-generic:syscall-tbl-6.11 57/98] arch/parisc/kernel/sys_parisc.c: linux/mm.h is included more than once.
@ 2024-07-19 1:32 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-07-19 1:32 UTC (permalink / raw)
To: Arnd Bergmann; +Cc: oe-kbuild-all, linux-arch
tree: https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git syscall-tbl-6.11
head: 9a99991d90521113a738c2a4761a4147fe4b31ca
commit: 6dd7c7b7b787ca6273ef9ce283af778a15c25ff8 [57/98] parisc SYSCALL_DEFINE
:::::: branch date: 6 days ago
:::::: commit date: 13 days ago
compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1)
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/r/202407190136.aEBZ4oyY-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> arch/parisc/kernel/sys_parisc.c: linux/mm.h is included more than once.
vim +17 arch/parisc/kernel/sys_parisc.c
2
3 /*
4 * PARISC specific syscalls
5 *
6 * Copyright (C) 1999-2003 Matthew Wilcox <willy at parisc-linux.org>
7 * Copyright (C) 2000-2003 Paul Bame <bame at parisc-linux.org>
8 * Copyright (C) 2001 Thomas Bogendoerfer <tsbogend at parisc-linux.org>
9 * Copyright (C) 1999-2020 Helge Deller <deller@gmx.de>
10 */
11
12 #include <linux/uaccess.h>
13 #include <asm/elf.h>
14 #include <linux/file.h>
15 #include <linux/fs.h>
16 #include <linux/linkage.h>
> 17 #include <linux/mm.h>
18 #include <linux/mman.h>
19 #include <linux/sched/signal.h>
20 #include <linux/sched/mm.h>
21 #include <linux/shm.h>
22 #include <linux/syscalls.h>
23 #include <linux/utsname.h>
24 #include <linux/personality.h>
25 #include <linux/random.h>
26 #include <linux/compat.h>
27 #include <linux/elf-randomize.h>
> 28 #include <linux/mm.h>
29
--
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:[~2024-07-19 1:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-19 1:32 [arnd-asm-generic:syscall-tbl-6.11 57/98] arch/parisc/kernel/sys_parisc.c: linux/mm.h is included more than once kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox