On 7/16/20 10:53 PM, Andrew Morton wrote: > The mm-of-the-moment snapshot 2020-07-16-22-52 has been uploaded to > > http://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > http://www.ozlabs.org/~akpm/mmotm/ > > This is a snapshot of my -mm patch queue. Uploaded at random hopefully > more than once a week. > 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, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../mm/hugetlb.c:1223:13: warning: ‘destroy_compound_gigantic_page’ defined but not used [-Wunused-function] ../mm/hugetlb.c:50:20: warning: ‘hugetlb_cma’ defined but not used [-Wunused-variable] static struct cma *hugetlb_cma[MAX_NUMNODES]; ^~~~~~~~~~~ One failing randconfig file is attached. -- ~Randy Reported-by: Randy Dunlap