tree: git://git.cmpxchg.org/linux-mmotm.git master head: c226e49f30453de9c6d82b001a985254990b32e0 commit: 31e0965ee7e744862ba5d82b0e4d1dc04c947bd8 [223/507] mm-hugetlb-introduce-pagehugeactive-flag-fix reproduce: # apt-get install sparse git checkout 31e0965ee7e744862ba5d82b0e4d1dc04c947bd8 make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) mm/hugetlb.c:933:6: sparse: symbol 'page_huge_active' was not declared. Should it be static? >> mm/hugetlb.c:940:6: sparse: symbol 'set_page_huge_active' was not declared. Should it be static? >> mm/hugetlb.c:946:6: sparse: symbol 'clear_page_huge_active' was not declared. Should it be static? mm/hugetlb.c:2071:20: sparse: symbol 'node_hstates' was not declared. Should it be static? mm/hugetlb.c:1327:20: sparse: context imbalance in 'gather_surplus_pages' - unexpected unlock mm/hugetlb.c:2950:9: sparse: context imbalance in 'hugetlb_cow' - unexpected unlock mm/hugetlb.c:3442:25: sparse: context imbalance in 'follow_hugetlb_page' - different lock contexts for basic block Please review and possibly fold the followup patch. --- 0-DAY kernel test infrastructure Open Source Technology Center http://lists.01.org/mailman/listinfo/kbuild Intel Corporation -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>