tree: https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.fd head: e4a403e7355430004eb530bd2e7995eca9a8f67c commit: 9f52da2ef619a0612baaf5ee577fa38b8dec4814 [1/31] introduce struct fderr, convert overlayfs uses to that compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff) 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/oe-kbuild-all/202409301910.yeJRAbml-lkp@xxxxxxxxx/ includecheck warnings: (new ones prefixed by >>) >> include/linux/file.h: linux/err.h is included more than once. vim +13 include/linux/file.h 8 9 #include <linux/compiler.h> 10 #include <linux/types.h> 11 #include <linux/posix_types.h> 12 #include <linux/errno.h> > 13 #include <linux/err.h> 14 #include <linux/cleanup.h> > 15 #include <linux/err.h> 16 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki