Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3966875ybi; Mon, 27 May 2019 08:41:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqyA2EmbypFVswx1xniuoJmN+ZE/k1t+S9AXz0/55Hp0OnKlRLNPClrr5M/7TL2IKUV776Ok X-Received: by 2002:a62:51c2:: with SMTP id f185mr75762373pfb.16.1558971698657; Mon, 27 May 2019 08:41:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558971698; cv=none; d=google.com; s=arc-20160816; b=MUD21plN3pxhkbNuCK394J/SBQcJB7gYroVKgbKhWAUzNSUbbHzFSViChc7KTm8/WH gMTC8StZaJ6gT9z7DQ2ABRcF4Ng6xnltH1PUmtrfwQpygDj3pqooZkzFbjnMaKxQWq21 lD0kZb4T4/MlC8JTgy7xhZuDaeGfrQio90GupUoLZWgtFBAyMGxXReb9SxgQvNxJ4cjp i/8U+Ebpua16aPUkdHneQctwYfq+8MpfkrZNLG2jiqt6Uy6weJDkzqKSUmOY6UHaKfCN rVbQApddatacjoPkkE74M1evB74MKchOeBs8lM5hwOyGcnEeeh0J4uVEyJ3+O2J1eBRP HKRQ== 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=NQWkopK18VFKKGQorRZRf+toHTyhXOkDOuQ5eIW9DHY=; b=lx1aiz9qKdf9rlBjRNBupk6UZ2LjW1sg74rCGHeZ2nShKCDhudjmwi9YgoRurbdFBK 6uDyTO8rUXWQuIQWiaHtXHgDsryqGTIj8GuUavxOV559F1nu0sWC/aSBpUmG5CQx8XiL lJAvky2mKEKnMazR52hi1hJLWJ+td5Kw6RUgisgdM+fHpBjjQC3mF+FG6zHEbGETtiqy HiiZ/HflJry5ezo2GM5y+7OrKO4jklQ6OAtIEGH3et2BTsZpGR4kg6AYNgPQtQUqljD0 4wLmwqhA+UDnza9ve7B/HH+gkQWLqmf6AM8qKmvuRqnJQhuo0kwYTHiDJHFh7icGts2X nt9g== 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 a6si12778916pla.259.2019.05.27.08.41.23; Mon, 27 May 2019 08:41:38 -0700 (PDT) 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 S1726547AbfE0Pix (ORCPT + 99 others); Mon, 27 May 2019 11:38:53 -0400 Received: from verein.lst.de ([213.95.11.211]:41057 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726115AbfE0Pix (ORCPT ); Mon, 27 May 2019 11:38:53 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 79D5C68AA6; Mon, 27 May 2019 17:38:29 +0200 (CEST) Date: Mon, 27 May 2019 17:38:29 +0200 From: Christoph Hellwig To: Joerg Roedel Cc: Christoph Hellwig , Robin Murphy , Catalin Marinas , Will Deacon , Tom Murphy , iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: implement generic dma_map_ops for IOMMUs v5 Message-ID: <20190527153829.GA31620@lst.de> References: <20190520072948.11412-1-hch@lst.de> <20190527153751.GF12745@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190527153751.GF12745@8bytes.org> 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 Mon, May 27, 2019 at 05:37:51PM +0200, Joerg Roedel wrote: > I applied this series to a new generic-dma-ops branch in the iommu > tree and plan to send it upstream in the next merge window. Thanks! Can you push the branch out ASAP, as I'll need to pull it into the dma-mapping tree to avoid creating nasty conflicts for the pending rework of the DMA CMA and contigous allocators?