From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932151AbeE1Idc (ORCPT ); Mon, 28 May 2018 04:33:32 -0400 Received: from verein.lst.de ([213.95.11.211]:47634 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754046AbeE1Id3 (ORCPT ); Mon, 28 May 2018 04:33:29 -0400 Date: Mon, 28 May 2018 10:39:31 +0200 From: Christoph Hellwig To: Thomas Gleixner Cc: Christoph Hellwig , Ingo Molnar , Tony Luck , Fenghua Yu , Greg Kroah-Hartman , x86@kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 7/7] x86: switch the VIA 32-bit DMA quirk to use the struct device flag Message-ID: <20180528083931.GA7169@lst.de> References: <20180525143512.1466-1-hch@lst.de> <20180525143512.1466-8-hch@lst.de> <20180528061859.GA4145@lst.de> <20180528062725.GA4309@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Mon, May 28, 2018 at 08:23:35AM +0200, Thomas Gleixner wrote: > > > They remove the commandline switch before having the replacement in place > > > unless I'm misreading something. > > > > The command line switch to force 32-bit dma is removed without > > replacement. The PCI quirk for force the 32-bit dma for VIA bridges > > is kept in place, and switch to a different mechanism in this patch. > > Fair enough Thanks. Do you want me to repost them for the x86 tree, or should just pull the changes with the commit logs fixed to the dma-mapping tree?