The patch titled Subject: mm-hugetlb-add-support-for-mempolicy-mpol_preferred_many-fix has been added to the -mm tree. Its filename is mm-hugetlb-add-support-for-mempolicy-mpol_preferred_many-fix.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-hugetlb-add-support-for-mempolicy-mpol_preferred_many-fix.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-hugetlb-add-support-for-mempolicy-mpol_preferred_many-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-hugetlb-add-support-for-mempolicy-mpol_preferred_many-fix fix it for "hugetlb: drop ref count earlier after page allocation" Cc: Ben Widawsky <ben.widawsky@xxxxxxxxx> Cc: Feng Tang <feng.tang@xxxxxxxxx> Cc: Feng Tang <feng.tang@xxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Mike Kravetz <mike.kravetz@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/hugetlb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/hugetlb.c~mm-hugetlb-add-support-for-mempolicy-mpol_preferred_many-fix +++ a/mm/hugetlb.c @@ -2162,7 +2162,7 @@ struct page *alloc_buddy_huge_page_with_ if (mpol->mode == MPOL_PREFERRED_MANY) { gfp_t gfp = (gfp_mask | __GFP_NOWARN) & ~__GFP_DIRECT_RECLAIM; - page = alloc_surplus_huge_page(h, gfp, nid, nodemask); + page = alloc_surplus_huge_page(h, gfp, nid, nodemask, false); if (page) { mpol_cond_put(mpol); return page; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm.patch lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fix.patch mm-hugetlb-add-support-for-mempolicy-mpol_preferred_many-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch mm-hugetlb-add-support-for-mempolicy-mpol_preferred_many-fix.patch