Re: [mm PATCH v7 3/4] mm: Implement new zone specific memblock iterator

2019-04-06 Thread Mike Rapoport
On Fri, Apr 05, 2019 at 03:12:25PM -0700, Alexander Duyck wrote: > From: Alexander Duyck > > Introduce a new iterator for_each_free_mem_pfn_range_in_zone. > > This iterator will take care of making sure a given memory range provided > is in fact contained within a zone. It takes are of all the

[mm PATCH v7 3/4] mm: Implement new zone specific memblock iterator

2019-04-05 Thread Alexander Duyck
From: Alexander Duyck Introduce a new iterator for_each_free_mem_pfn_range_in_zone. This iterator will take care of making sure a given memory range provided is in fact contained within a zone. It takes are of all the bounds checking we were doing in deferred_grow_zone, and