[arnd-asm-generic:syscall-tbl-6.11 57/98] arch/parisc/kernel/sys_parisc.c: linux/mm.h is included more than once.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx>
| Closes: https://lore.kernel.org/r/202407190136.aEBZ4oyY-lkp@xxxxxxxxx/

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@xxxxxx>
    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





[Index of Archives]     [Linux Kernel]     [Kernel Newbies]     [x86 Platform Driver]     [Netdev]     [Linux Wireless]     [Netfilter]     [Bugtraq]     [Linux Filesystems]     [Yosemite Discussion]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]

  Powered by Linux