From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752263AbeCTIoO (ORCPT ); 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 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 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: use generic dma-direct and swiotlb code for x86 V3 Date: Tue, 20 Mar 2018 09:44:12 +0100 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-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20180320083751.nrpt64dsmpqbhzc6-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Ingo Molnar Cc: Tom Lendacky , Konrad Rzeszutek Wilk , x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Muli Ben-Yehuda , iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, David Woodhouse , Christoph Hellwig List-Id: iommu@lists.linux-foundation.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.