On Thu, Jul 25, 2024 at 02:20:36PM GMT, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-unstable > head: d8492982371a2b1c9354de924b82c7b4f24210d6 > commit: 04645ade70e31fd918bfe616e391ee74c325cbf9 [19/30] tools: separate out shared radix-tree components > :::::: branch date: 6 hours ago > :::::: commit date: 2 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/202407250430.jTMy1BCJ-lkp@xxxxxxxxx/ > > includecheck warnings: (new ones prefixed by >>) > >> tools/testing/shared/shared.h: linux/types.h is included more than once. > > vim +3 tools/testing/shared/shared.h > > 2 > > 3 #include <linux/types.h> > 4 #include <linux/bug.h> > 5 #include <linux/kernel.h> > 6 #include <linux/bitops.h> > 7 > 8 #include <linux/gfp.h> > > 9 #include <linux/types.h> > 10 #include <linux/rcupdate.h> > 11 > > -- > 0-DAY CI Kernel Test Service > https://github.com/intel/lkp-tests/wiki > Minor issue with zero impact - the stubbed linux/types.h header has header guards. Will send a quick fix-patch over on the patch set thread.