Hi Hajime, kernel test robot noticed the following build warnings:
[auto build test WARNING on bed2cc482600296fe04edbc38005ba2851449c10] url: https://github.com/intel-lab-lkp/linux/commits/Hajime-Tazaki/fs-binfmt_elf_efpic-add-architecture-hook-elf_arch_finalize_exec/20241203-163016 base: bed2cc482600296fe04edbc38005ba2851449c10 patch link: https://lore.kernel.org/r/f1aed0f9233f49880510e9506deddd52b33c2fc6.1733199769.git.thehajime%40gmail.com patch subject: [PATCH v3 06/13] um: nommu: syscalls handler from userspace by seccomp filter compiler: clang version 19.1.3 (https://github.com/llvm/llvm-project ab51eccf88f5321e7c60591c5546b254b6afab99) 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 <l...@intel.com> | Closes: https://lore.kernel.org/oe-kbuild-all/202412050150.zqbrni0t-...@intel.com/ includecheck warnings: (new ones prefixed by >>) >> arch/um/os-Linux/process.c: sys/prctl.h is included more than once. vim +15 arch/um/os-Linux/process.c > 15 #include <sys/prctl.h> 16 #include <sys/wait.h> 17 #include <asm/unistd.h> 18 #include <init.h> 19 #include <longjmp.h> 20 #include <as-layout.h> 21 #include <os.h> > 22 #include <sys/prctl.h> 23 #include <linux/filter.h> 24 #include <linux/seccomp.h> 25 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki