From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: move the arm arch_dma_alloc implementation to common code Date: Thu, 15 Nov 2018 19:50:41 +0000 Message-ID: <20181115195041.GC4535@brain-police> References: <20181105121931.13481-1-hch@lst.de> <20181109075238.GA27578@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20181109075238.GA27578-jcswGhMUV9g@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Christoph Hellwig Cc: Catalin Marinas , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Guo Ren , Laura Abbott , Robin Murphy , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Fri, Nov 09, 2018 at 08:52:38AM +0100, Christoph Hellwig wrote: > Can I get a quick review from the arm64 folks? I think it should > be fine there as it basically is a code move, but an additional pair > or two of eyes always helps to weed out bugs. I reviewed the arm64 parts, but it would be ideal if Robin could have a look as well. Will From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Thu, 15 Nov 2018 19:50:41 +0000 Subject: move the arm arch_dma_alloc implementation to common code In-Reply-To: <20181109075238.GA27578@lst.de> References: <20181105121931.13481-1-hch@lst.de> <20181109075238.GA27578@lst.de> Message-ID: <20181115195041.GC4535@brain-police> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Nov 09, 2018 at 08:52:38AM +0100, Christoph Hellwig wrote: > Can I get a quick review from the arm64 folks? I think it should > be fine there as it basically is a code move, but an additional pair > or two of eyes always helps to weed out bugs. I reviewed the arm64 parts, but it would be ideal if Robin could have a look as well. Will