On Thu, 13 Apr 2023 02:27:19 +0800 kernel test robot <lkp@xxxxxxxxx> wrote: > Hi Alexander, > > kernel test robot noticed the following build errors: > > [auto build test ERROR on akpm-mm/mm-everything] > > >> include/linux/kmsan.h:291:1: error: non-void function does not return a value [-Werror,-Wreturn-type] Thanks, I'll do this: --- a/include/linux/kmsan.h~mm-kmsan-handle-alloc-failures-in-kmsan_ioremap_page_range-fix +++ a/include/linux/kmsan.h @@ -289,6 +289,7 @@ static inline int kmsan_vmap_pages_range struct page **pages, unsigned int page_shift) { + return 0; } static inline void kmsan_vunmap_range_noflush(unsigned long start, _