Re: [PATCH 3/4] mm: cma: Ensure that reservations never cross the low/high mem boundary

2014-10-24 Thread Laurent Pinchart
Hi Joonsoo, Thank you for the review. On Friday 24 October 2014 11:53:25 Joonsoo Kim wrote: > On Thu, Oct 23, 2014 at 05:33:47PM +0300, Laurent Pinchart wrote: > > Commit 95b0e655f914 ("ARM: mm: don't limit default CMA region only to > > low memory") extended CMA memory reservation to allow usage

Re: [PATCH 3/4] mm: cma: Ensure that reservations never cross the low/high mem boundary

2014-10-23 Thread Joonsoo Kim
On Thu, Oct 23, 2014 at 05:33:47PM +0300, Laurent Pinchart wrote: > Commit 95b0e655f914 ("ARM: mm: don't limit default CMA region only to > low memory") extended CMA memory reservation to allow usage of high > memory. It relied on commit f7426b983a6a ("mm: cma: adjust address limit > to avoid hitti

[PATCH 3/4] mm: cma: Ensure that reservations never cross the low/high mem boundary

2014-10-23 Thread Laurent Pinchart
Commit 95b0e655f914 ("ARM: mm: don't limit default CMA region only to low memory") extended CMA memory reservation to allow usage of high memory. It relied on commit f7426b983a6a ("mm: cma: adjust address limit to avoid hitting low/high memory boundary") to ensure that the reserved block never cros