Hi all, [also reported by the kernelci.org bot] After merging the akpm-current tree, today's linux-next build (microblaze nommu_defconfig and serveral others) failed like this: mm/nommu.c: In function '__vmalloc_node_range': mm/nommu.c:158:25: error: 'flags' undeclared (first use in this function) return __vmalloc(size, flags); ^ mm/nommu.c: In function '__vmalloc_node': mm/nommu.c:164:25: error: 'flags' undeclared (first use in this function) return __vmalloc(size, flags); ^ Caused by commits be950c0b6fb2 ("mm: remove __vmalloc_node_flags_caller") a18681b211ea ("mm: remove vmalloc_user_node_flags") -- Cheers, Stephen Rothwell