Received: by 10.213.65.68 with SMTP id h4csp226470imn; Tue, 20 Mar 2018 01:46:02 -0700 (PDT) X-Google-Smtp-Source: AG47ELtU2SSqcBcS99JER9MliU69AbQ2MCCfKRJjWM1LRuVFUF+sQKrlICqQDJdFFeIycnpwuKdM X-Received: by 2002:a17:902:10c:: with SMTP id 12-v6mr15322393plb.405.1521535562172; Tue, 20 Mar 2018 01:46:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521535562; cv=none; d=google.com; s=arc-20160816; b=dUyCDQrZ6CiGWEg8UAZeWE13utYObGC+2RLs3XMf1woKu6S/LrjtbWLh2UUxOvSAat HY25HZzpofjfp2oKjvy+DTwzllzOQY6WtX8QjA26J24gXo63rou4At+jcGCn6vdnt8Hx VP369gAh6JYfxVj83w7hW9Nnq+B9CwjqbesUHNjadPOhURK4cABfZJ1NOsFHsDKq5Y4z BpKp9By0QQHbnv/gcgNV7xzk8frYODQ4mY0pKPMc8yADtgLuK301V4lAJkS7iNN/ffqm rHjPWX6Xt9ciH6arUAqSL3soVnS1ianXz5V5g14e8XJRHhQ57YdgtjG7bUoHyo8f5PpG fU4Q== 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:arc-authentication-results; bh=1mrkCTT9HGG1luaBJg0j+aC+gWg17TpxU3hf/Yk0LoA=; b=SbnBj4+FVHrrTZomcedIvVzBkwlUPYiqgcc27q/dVSlqpni3CJNSQi08qFhTDfCGPk d1SEmEChfd7w1D+dntdXJhMh2BdM+bDO32DSqr4Ue6uV3BK9NQ3on5iDKwnZ+fE9kezP K7YwC4ITb/TqUjyuU+huzXNLzdF+DhC6p5ui5uzSAws/1o9zUWb6RXzTH+Gv+jlJ1J6f OEml5VNd2Sod66S4xgv/zSPsQ32LINWsMoqBPeTkR9i3iCOPXyFcGn2sWQl0+LuZ1I9f 6IlHqqtao7uNONi6unAa9h/0zILg5J3YutxJGkjtjP4gu2ZIQfrOO+WCKMfWMOAqYQ99 8SHg== 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 3-v6si1113316pla.678.2018.03.20.01.45.45; Tue, 20 Mar 2018 01:46:02 -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 S1752249AbeCTIoO (ORCPT + 99 others); Tue, 20 Mar 2018 04:44:14 -0400 Received: from verein.lst.de ([213.95.11.211]:36051 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751774AbeCTIoN (ORCPT ); Tue, 20 Mar 2018 04:44:13 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 6F828DE403; Tue, 20 Mar 2018 09:44:12 +0100 (CET) Date: Tue, 20 Mar 2018 09:44:12 +0100 From: Christoph Hellwig To: Ingo Molnar Cc: Christoph Hellwig , Konrad Rzeszutek Wilk , x86@kernel.org, Tom Lendacky , David Woodhouse , Muli Ben-Yehuda , Jon Mason , Joerg Roedel , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: use generic dma-direct and swiotlb code for x86 V3 Message-ID: <20180320084412.GA16337@lst.de> References: <20180319103826.12853-1-hch@lst.de> <20180319152737.GK1110@char.us.oracle.com> <20180319152840.GA28041@lst.de> <20180320083751.nrpt64dsmpqbhzc6@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180320083751.nrpt64dsmpqbhzc6@gmail.com> 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 Tue, Mar 20, 2018 at 09:37:51AM +0100, Ingo Molnar wrote: > > git://git.infradead.org/users/hch/misc.git dma-direct-x86 > > Btw., what's the upstreaming route for these patches? > > While it's a multi-arch series it's all pretty x86-heavy as well so we can host it > in -tip (in tip:core/dma or such), but feel free to handle it yourself as well: > > Reviewed-by: Ingo Molnar Either way is fine with me. The dma-mapping tree is pretty light this cycles, so I don't expect any conflicts. If you want it feel free to grab it, otherwise I'll queue it up.