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=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT 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 53B5BC43441 for ; Thu, 15 Nov 2018 19:50:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 226AA2146D for ; Thu, 15 Nov 2018 19:50:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 226AA2146D 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 S2389009AbeKPF74 (ORCPT ); Fri, 16 Nov 2018 00:59:56 -0500 Received: from foss.arm.com ([217.140.101.70]:40582 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725869AbeKPF7z (ORCPT ); Fri, 16 Nov 2018 00:59:55 -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 CC810EBD; Thu, 15 Nov 2018 11:50:43 -0800 (PST) Received: from brain-police (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7753C3F5BD; Thu, 15 Nov 2018 11:50:43 -0800 (PST) Date: Thu, 15 Nov 2018 19:50:41 +0000 From: Will Deacon To: Christoph Hellwig Cc: iommu@lists.linux-foundation.org, Catalin Marinas , linux-kernel@vger.kernel.org, Guo Ren , Laura Abbott , Robin Murphy , linux-arm-kernel@lists.infradead.org Subject: Re: move the arm arch_dma_alloc implementation to common code 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-Disposition: inline In-Reply-To: <20181109075238.GA27578@lst.de> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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 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