Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp8523045imu; Thu, 15 Nov 2018 13:01:21 -0800 (PST) X-Google-Smtp-Source: AJdET5ee2ODeLTp9HaoqDW+FhHvPR3lM9C2kvhaojn+j2wBbINK8fAKbeEl9onvwu6Fl/JIAW4EE X-Received: by 2002:a17:902:107:: with SMTP id 7-v6mr7925545plb.267.1542315681365; Thu, 15 Nov 2018 13:01:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542315681; cv=none; d=google.com; s=arc-20160816; b=XZQ4iWI9YGrR7dLo9OcbCi+f/ri4IRlzKSJQwFvHTbahQSLkWzmuosefeHtEmPpq7A aD7WeiPAW6xTpzuu84ALki2XFhXbr4/cyBlKNF5aqj1Y9rwc+/Khk7L4i0APCW+2byb9 FikJXsGMLl7pUip6AILOJn8+kJkCSLI2DSakLRrBLSd8vGA7vrrXsQUYtR+aX6gIgQFn LdDPGROZYEn2TF7YZd+XtpesKkDJc5untVEnoD3Qz3DlRMfXp6PXAuAp9idB/kehP1+Y JifCFuCgeVfVp5Qxq/kNvrCHJZI8AE30vtvn/QZvk+l+VI5cn3Hof4nozNu1xvUDceJW kiZQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=0lt/He02M3RC0Uq9bgHdK0WGVQrgfygkOGgpwHyIqbw=; b=MXuYcXoEVkO+s3kKRAlqIKLq5H9Saod0EcPRTGFDFaH+Pfs5U8+hipAfHTTEUtSV8I bE/hWQ6oG9aF5cWQVPJGvfTRJzgMSu3xNI/QLR36rE2ol09ds4cz6wmIANo30bcgiJAc CDf/+uF2l8PYtoqp2Mcit8CzcviF1MK2WwECTr02z3+Ky0su5QbyE3ypdWqTkhjZeL96 d6jsrth61yIwEmxu4z112+1OQL86u7wAfLt6HaliJTBGWDKAj2/JBiltTK4c6L2zXNC1 v7R5gblE2r7G/jCMKsnXxo8d393OR5NuUCYMuRfd4DB2Rf3d8Ps5QFONZisoPz6c5zLF JlRQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r17si16971147pgh.299.2018.11.15.13.01.06; Thu, 15 Nov 2018 13:01:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389052AbeKPHHf (ORCPT + 99 others); Fri, 16 Nov 2018 02:07:35 -0500 Received: from foss.arm.com ([217.140.101.70]:41362 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725856AbeKPHHf (ORCPT ); Fri, 16 Nov 2018 02:07:35 -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 78C50EBD; Thu, 15 Nov 2018 12:58:09 -0800 (PST) Received: from [192.168.45.248] (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 206683F5BD; Thu, 15 Nov 2018 12:58:09 -0800 (PST) Subject: Re: move the arm arch_dma_alloc implementation to common code To: Will Deacon , Christoph Hellwig Cc: 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> From: Robin Murphy Message-ID: Date: Thu, 15 Nov 2018 12:58:04 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181115195041.GC4535@brain-police> 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 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. Robin.