Hi Randy, On Fri, 17 Jul 2020 08:35:45 -0700 Randy Dunlap wrote: > > on i386: > 6 of 10 builds failed with: > > ../mm/hugetlb.c:1302:20: error: redefinition of ‘destroy_compound_gigantic_page’ > static inline void destroy_compound_gigantic_page(struct hstate *h, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ../mm/hugetlb.c:1223:13: note: previous definition of ‘destroy_compound_gigantic_page’ was here > static void destroy_compound_gigantic_page(struct hstate *h, struct page *page, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reported here: https://lore.kernel.org/lkml/20200717213127.3bd426e1@canb.auug.org.au/ > ../mm/hugetlb.c:1223:13: warning: ‘destroy_compound_gigantic_page’ defined but not used [-Wunused-function] > ../mm/hugetlb.c:50:https://lore.kernel.org/lkml/20200709191111.0b63f84d@canb.auug.org.au/20: warning: ‘hugetlb_cma’ defined but not used [-Wunused-variable] > static struct cma *hugetlb_cma[MAX_NUMNODES]; > ^~~~~~~~~~~ Reported here: https://lore.kernel.org/lkml/20200709191111.0b63f84d@canb.auug.org.au/ -- Cheers, Stephen Rothwell