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.
---
diff --git a/mm/sparse-vmemmap.c b/mm/sparse-vmemmap.c
index 3f85084cb8bb..9a745e2a6f9a 100644
--- a/mm/sparse-vmemmap.c
+++ b/mm/sparse-vmemmap.c
@@ -62,7 +62,7 @@ void * __meminit vmemmap_alloc_block(unsigned long size, int
node)
return page_address(page);
if (!warned) {
- warn_alloc(gfp_mask, NULL, "vmemmap alloc failure:
order:%u", order);
+ warn_alloc(gfp_mask & ~__GFP_NOWARN, NULL, "vmemmap
alloc failure: order:%u", order);
warned = true;
}
return NULL;
--
Michal Hocko
SUSE Labs