On Mon 16-01-17 21:38:05, zhongjiang wrote: > From: zhong jiang <zhongjiang@xxxxxxxxxx> > > At present, we skip the reservation storage by the driver for > the zone_dvice. but the free pages set aside for the memmap is > ignored. And since the free pages is only used as the memmap, > so we can also skip the corresponding pages. I have really hard time to understand what this patch does and why it matters. Could you please rephrase the changelog to state, the problem, how it affects users and what is the fix please? > Signed-off-by: zhong jiang <zhongjiang@xxxxxxxxxx> > --- > mm/page_alloc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mm/page_alloc.c b/mm/page_alloc.c > index d604d25..51d8d03 100644 > --- a/mm/page_alloc.c > +++ b/mm/page_alloc.c > @@ -5047,7 +5047,7 @@ void __meminit memmap_init_zone(unsigned long size, int nid, unsigned long zone, > * memory > */ > if (altmap && start_pfn == altmap->base_pfn) > - start_pfn += altmap->reserve; > + start_pfn += vmem_altmap_offset(altmap); > > for (pfn = start_pfn; pfn < end_pfn; pfn++) { > /* > -- > 1.8.3.1 > -- Michal Hocko SUSE Labs -- 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>