Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3972027ybi; Mon, 27 May 2019 08:46:27 -0700 (PDT) X-Google-Smtp-Source: APXvYqw/uqECI7ZjBypXgLMcQ3n4wqYeTpITsQlHjtXtoVE/o3Aw/yURdoJJLEN2ffj9DgXGkfin X-Received: by 2002:a17:90a:c38a:: with SMTP id h10mr30676690pjt.112.1558971987787; Mon, 27 May 2019 08:46:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558971987; cv=none; d=google.com; s=arc-20160816; b=lQpq4l+xpm91gPvcLO13p/WeS5D8L0uc1p67Ci1alAiHGG3xjt5Yn+tqHkVcDCLOCw kqzN05ZxJcRt93qBSuPpkRqbt6NJkQyB/z0JAb21T0BpQDsdtoJxZM5OiEBluj+vUenG cA8yLNXn7E7ef3EmppuF3V0EtsyZfTG2gfBe3qPGdH9dsjHfpDuZyvMf8lWdxvR+6cdE jHcDcZPovWjZN1s9y/IhA6Sa0ky2JKy1d7JE3/hAjbqwpaWPmCMhLNs/MqZKX1qC/yMl xfqRCt/yCcon2gnWIWvoS+FY+h2wQH5tRnoFiDA3wm/ekQ6q7t7wKIo4cLCef2Q+vxa2 d93Q== 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=FalJ9Uyri/QeGsksQNRHwTrd6nVNJwBrXfc7aqDH5JU=; b=lPxsf8Z94cxFBRIi7dbZrO7aKsjPvbZAZHTIl+/Kod1LNe6OVbL7p4kPo/kHs1vLWP wVB9DDlvix5OMe8FD6+ZG9oxJNkJZ4am4wL1Zx4VchNdPU/JtZCxpXqaYxrQwlTvJTJR yzM5ituMLs0L5pFdOdF+NkUwT6/fXRmuMvJq0pKnWdhvYNyvQmtAHIBIEtpFbl0Dn3OI lBBLZexBsaBhBkLae9gZFbYyGi9EcqCscD1pVjTIg/rZCEWC01FoAU7iqDcrbP5XWZmK WCUO1kpHDPELMGoD7NdeBoIEfZ2V9zmHDdIXMzHARWSS13BsIQ1NrgbXxxkwlAtsb3I9 Idqg== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 205si17530501pfw.107.2019.05.27.08.46.12; Mon, 27 May 2019 08:46:27 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726776AbfE0PpG (ORCPT + 99 others); Mon, 27 May 2019 11:45:06 -0400 Received: from 8bytes.org ([81.169.241.247]:40406 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726322AbfE0PpG (ORCPT ); Mon, 27 May 2019 11:45:06 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id C7FCC244; Mon, 27 May 2019 17:45:04 +0200 (CEST) Date: Mon, 27 May 2019 17:45:03 +0200 From: Joerg Roedel To: Christoph Hellwig Cc: 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: <20190527154503.GH12745@8bytes.org> References: <20190520072948.11412-1-hch@lst.de> <20190527153751.GF12745@8bytes.org> <20190527153829.GA31620@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190527153829.GA31620@lst.de> User-Agent: Mutt/1.10.1 (2018-07-13) 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:38:29PM +0200, Christoph Hellwig wrote: > 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? Done, pushed this one branch. Have a lot of fun! Joerg