Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp397347pxk; Thu, 1 Oct 2020 05:18:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzujUw/Xy+T04HCIH6Nw4XwY7aBPNxF0koTlBhgehWWeraDgYdgnpXFJWNRXHE1bKSZ4Omy X-Received: by 2002:a17:906:fa8a:: with SMTP id lt10mr7763276ejb.307.1601554720570; Thu, 01 Oct 2020 05:18:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601554720; cv=none; d=google.com; s=arc-20160816; b=0kFv7vg34gWHTUdVndaKcVHxhTkiZws2dg+aFg0ZWzUbiygLyrqWgGhg3+647ac1OR uziOG1QZCtcbhzYpIXWyze2IyxN/5GPlqty+p28g3otN5ul+tgHMyBDyEh48Hj5Yc7aA pRvzb+3i4NAl2Ie8AQZIhIC03SGcIqqqPK6suoVYum/ibkpksQOG50lgoUwVHvztYwVv RkCOpin56Kov0WWUMJ+tDFjLKFqeGGrPv0VM2jBuWV6z988LDHiQRpA/d+Tyekg27u5o RFnAzakLHpVxIw/ECR3E9BmVoPoKXv8NNMzrSXdswYCcsdw8ljNShsWvEHEO7GSgAHIG aCXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=1odTAgU/klHt4zf2bNrL4xYo9jIl1b/+Ae9Qvt7h2pQ=; b=Pyw4Hsial6noXRnw9nyuTS7F47hnmOz0oJ8N9od9FIf0YylOY1unWic6lJ4hBkrm7A 3PYMxYVHccHVPFGiY812jv77hKi643BeQjk2vX4Qrn9eawQhWKvrY8kgFDZ37XzXmYRk tAvrjhN1rnGmOvJ9PbCt9rDtm27vkDwOvF4I8cA18Tn2zfVotsqmaObZD4HFsCxEaWmZ +sMt6DduA+8Gz9PYgZO0YSYUEzQceO0xjlrVHX0u/VtSwyITX1v7KK11Xi45gjtXnII7 oDhX3ObFP7260ORnW8k1lri/7ZWE0xhmu+Vn08U4Bl9OqZ+cPnftUehav6JDLWzLLl+y 9cRQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 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. [23.128.96.18]) by mx.google.com with ESMTP id wq8si3284999ejb.480.2020.10.01.05.18.16; Thu, 01 Oct 2020 05:18:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 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 S1731880AbgJAMRF (ORCPT + 99 others); Thu, 1 Oct 2020 08:17:05 -0400 Received: from 8bytes.org ([81.169.241.247]:47172 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731846AbgJAMRF (ORCPT ); Thu, 1 Oct 2020 08:17:05 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 56D492C3; Thu, 1 Oct 2020 14:17:03 +0200 (CEST) Date: Thu, 1 Oct 2020 14:17:02 +0200 From: Joerg Roedel To: Lu Baolu Cc: Tvrtko Ursulin , Tom Murphy , David Woodhouse , Christoph Hellwig , Ashok Raj , Intel-gfx@lists.freedesktop.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/7] Convert the intel iommu driver to the dma-iommu api Message-ID: <20201001121701.GB30426@8bytes.org> References: <20200927063437.13988-1-baolu.lu@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Baolu, On Tue, Sep 29, 2020 at 08:11:35AM +0800, Lu Baolu wrote: > I have no preference. It depends on which patch goes first. Let the > maintainers help here. No preference on my side, except that it is too late for this now to make it into v5.10. Besides that I let the decission up to you when this is ready. Just send me a pull-request when it should get into the iommu-tree. Regards, Joerg