tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 56585460cc2ec44fc5d66924f0a116f57080f0dc commit: 7fe99c836ebd8e02d5cde4dae7d7559fa1ff2f01 [8811/11214] range.h: Move resource API and constant to respective files config: i386-randconfig-061-20230830 (https://download.01.org/0day-ci/archive/20230830/202308301929.UtNM1sWc-lkp@xxxxxxxxx/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230830/202308301929.UtNM1sWc-lkp@xxxxxxxxx/reproduce) 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/202308301929.UtNM1sWc-lkp@xxxxxxxxx/ sparse warnings: (new ones prefixed by >>) >> arch/x86/pci/amd_bus.c:59:16: sparse: sparse: cast truncates bits from constant value (fcffffffff becomes ffffffff) vim +59 arch/x86/pci/amd_bus.c 53 54 static inline resource_size_t cap_resource(u64 val) 55 { 56 if (val > RESOURCE_SIZE_MAX) 57 return RESOURCE_SIZE_MAX; 58 > 59 return val; 60 } 61 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki