From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 82D12C43441 for ; Wed, 28 Nov 2018 12:18:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4A56620832 for ; Wed, 28 Nov 2018 12:18:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4A56620832 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728335AbeK1XTt (ORCPT ); Wed, 28 Nov 2018 18:19:49 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:37608 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727713AbeK1XTt (ORCPT ); Wed, 28 Nov 2018 18:19:49 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 46D053662; Wed, 28 Nov 2018 04:18:21 -0800 (PST) Received: from [10.1.196.75] (e110467-lin.cambridge.arm.com [10.1.196.75]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id CD22F3F59C; Wed, 28 Nov 2018 04:18:19 -0800 (PST) Subject: Re: move the arm arch_dma_alloc implementation to common code To: Christoph Hellwig Cc: Will Deacon , iommu@lists.linux-foundation.org, Catalin Marinas , linux-kernel@vger.kernel.org, Guo Ren , Laura Abbott , linux-arm-kernel@lists.infradead.org References: <20181105121931.13481-1-hch@lst.de> <20181109075238.GA27578@lst.de> <20181115195041.GC4535@brain-police> <20181127073715.GA30033@lst.de> From: Robin Murphy Message-ID: <9d31a389-4f8c-a709-b404-e3b3e2623ae9@arm.com> Date: Wed, 28 Nov 2018 12:18:18 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181127073715.GA30033@lst.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27/11/2018 07:37, Christoph Hellwig wrote: > On Thu, Nov 15, 2018 at 12:58:04PM -0800, Robin Murphy wrote: >> On 2018-11-15 11:50 am, Will Deacon wrote: >>> 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. >> >> Yup, from a quick skim the general shape of the whole series looks >> pleasing, but I've been holding off going through it in detail until I've >> figured out what's up with the last thing I thought I'd reviewed >> exhaustively... >> >> Either way I'll make some time for a proper look next week once I'm back. > > Did you get a chance to look over this? Sorry, it took a little longer than expected to catch up, but I'm looking at it now. Robin.