The patch titled Subject: mm-sparse-do-not-swamp-log-with-huge-vmemmap-allocation-failures-fix has been added to the -mm tree. Its filename is mm-sparse-do-not-swamp-log-with-huge-vmemmap-allocation-failures-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-sparse-do-not-swamp-log-with-huge-vmemmap-allocation-failures-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-sparse-do-not-swamp-log-with-huge-vmemmap-allocation-failures-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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Michal Hocko <mhocko@xxxxxxxxxx> Subject: mm-sparse-do-not-swamp-log-with-huge-vmemmap-allocation-failures-fix Dohh, forgot to git add the follow up fix on top of Johannes' original diff so it didn't make it into the finall commit. Could you fold this into the patch Andrew, please? Sorry about that. Link: http://lkml.kernel.org/r/20171107090635.c27thtse2lchjgvb@xxxxxxxxxxxxxx Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/sparse-vmemmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/sparse-vmemmap.c~mm-sparse-do-not-swamp-log-with-huge-vmemmap-allocation-failures-fix mm/sparse-vmemmap.c --- a/mm/sparse-vmemmap.c~mm-sparse-do-not-swamp-log-with-huge-vmemmap-allocation-failures-fix +++ a/mm/sparse-vmemmap.c @@ -63,7 +63,7 @@ void * __meminit vmemmap_alloc_block(uns return page_address(page); if (!warned) { - warn_alloc(gfp_mask, NULL, + warn_alloc(gfp_mask & ~__GFP_NOWARN, NULL, "vmemmap alloc failure: order:%u", order); warned = true; } _ Patches currently in -mm which might be from mhocko@xxxxxxxxxx are mm-sparse-do-not-swamp-log-with-huge-vmemmap-allocation-failures-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html