Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5092273imu; Sat, 1 Dec 2018 09:00:32 -0800 (PST) X-Google-Smtp-Source: AFSGD/Ul513TMaBjNzeRj6H6+Ea7WlYWmBAVC/OMalkD8zHyavT3E8Ba+1kejNBS3fO6zSH+zLJX X-Received: by 2002:a63:4246:: with SMTP id p67mr7074385pga.335.1543683632700; Sat, 01 Dec 2018 09:00:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543683632; cv=none; d=google.com; s=arc-20160816; b=MRGUjk9dityd4MZaDO50p5cycquzG9RGYuFWWw2po5M0MgWFyBTRggmQBxRzRLUOHE ToH9caSewOmoMsybCrJjsKJxf7EvhFgddIuGQSbLSummXs9wlO012MJMlZyTgJwsIs2W i5MsYYLbZshyu1VhibiTj84StiXiJaGFukz3QRPemA97+y8QaYxT+Psycx57fpaLd7lV JPF/xXwlvzWbv1Dce4M5mnPl5t7nbIyW/R1VSkJxP2Hf19EwfEXFGEBa8PAHw6dFwkE4 8qeZPj/xkFb2axjjwuESRA9aO3Rz93UNipFnFudaHeOd61fPOKJ87wFC5ZoE9KgPS0MJ jBBw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=cOQvLifzVYlDDNHdoDsc0KpbYekWhfpMgula2vhuN78=; b=e2cZKoeyqAstAF63xl3HjoYmhyR+KtRKjKN2FzclX4t8dr8LeYyhxeal+eND1Eny9Z tVs/Ukh98r/fBSvp8pIjBDu7k8zJ8FPB3g4nSez84dJ+kYLG2gB3Moy4J17rTOBqw1Yn N8xYloRQ8dPsVQHO9YyMZzRMbKtJu8JA4gfZQ90TXHtTHj9Oe7CVGSpj4jkKrwHx0cIJ XEr9EmUEfhtJTZ+OHZLRt6VKc3SrMopFpxNhhvJfnl5/sUCbV0ApB1u9a5KV43RIdlYP RGtwTwpIcL9Kwj1WOjrxN534u8HN9Zhuk7IiKyCvyVpGotjvyOTVpbwXTtS0cW7dl0AO hk7A== 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 d14si8328373pgn.390.2018.12.01.09.00.17; Sat, 01 Dec 2018 09:00:32 -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 S1727134AbeLBEMi (ORCPT + 99 others); Sat, 1 Dec 2018 23:12:38 -0500 Received: from verein.lst.de ([213.95.11.211]:56776 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726826AbeLBEMi (ORCPT ); Sat, 1 Dec 2018 23:12:38 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id 9E2766732A; Sat, 1 Dec 2018 17:59:39 +0100 (CET) Date: Sat, 1 Dec 2018 17:59:39 +0100 From: Christoph Hellwig To: Robin Murphy Cc: Christoph Hellwig , iommu@lists.linux-foundation.org, Catalin Marinas , Will Deacon , Guo Ren , Laura Abbott , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/9] dma-mapping: move the remap helpers to a separate file Message-ID: <20181201165939.GC20912@lst.de> References: <20181105121931.13481-1-hch@lst.de> <20181105121931.13481-4-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 30, 2018 at 07:05:06PM +0000, Robin Murphy wrote: > On 05/11/2018 12:19, Christoph Hellwig wrote: >> The dma remap code only really makes sense for not cache coherent >> architectures, > > And coherent ones with highmem, presumably? That can at least be the case > on 32-bit Arm, where coherent LPAE systems do exist (e.g. Calxeda Midway). Ok, I've updated the commit log.