Re: [PATCH 2/2] arm64: Use gfpflags_allow_blocking()

2015-10-19 Thread Mel Gorman
On Mon, Oct 19, 2015 at 01:43:13PM +0100, Robin Murphy wrote: > Hi Andrew, > > On 16/10/15 21:59, Andrew Morton wrote: > >On Fri, 16 Oct 2015 16:33:42 +0100 Robin Murphy wrote: > > > >>__GFP_WAIT is going away to live its life under a new identity; convert > >>__iommu_alloc_attrs() to the new hel

Re: [PATCH 2/2] arm64: Use gfpflags_allow_blocking()

2015-10-19 Thread Robin Murphy
Hi Andrew, On 16/10/15 21:59, Andrew Morton wrote: On Fri, 16 Oct 2015 16:33:42 +0100 Robin Murphy wrote: __GFP_WAIT is going away to live its life under a new identity; convert __iommu_alloc_attrs() to the new helper function instead. ... --- a/arch/arm64/mm/dma-mapping.c +++ b/arch/arm64/

Re: [PATCH 2/2] arm64: Use gfpflags_allow_blocking()

2015-10-16 Thread Andrew Morton
On Fri, 16 Oct 2015 16:33:42 +0100 Robin Murphy wrote: > __GFP_WAIT is going away to live its life under a new identity; convert > __iommu_alloc_attrs() to the new helper function instead. > > ... > > --- a/arch/arm64/mm/dma-mapping.c > +++ b/arch/arm64/mm/dma-mapping.c > @@ -566,7 +566,7 @@ sta

Re: [PATCH 2/2] arm64: Use gfpflags_allow_blocking()

2015-10-16 Thread Catalin Marinas
On Fri, Oct 16, 2015 at 04:33:42PM +0100, Robin Murphy wrote: > __GFP_WAIT is going away to live its life under a new identity; convert > __iommu_alloc_attrs() to the new helper function instead. > > CC: Mel Gorman > CC: Andrew Morton > Reported-by: Sudeep Holla > Signed-off-by: Robin Murphy

[PATCH 2/2] arm64: Use gfpflags_allow_blocking()

2015-10-16 Thread Robin Murphy
__GFP_WAIT is going away to live its life under a new identity; convert __iommu_alloc_attrs() to the new helper function instead. CC: Mel Gorman CC: Andrew Morton Reported-by: Sudeep Holla Signed-off-by: Robin Murphy --- arch/arm64/mm/dma-mapping.c | 2 +- 1 file changed, 1 insertion(+), 1 de