From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 27 May 2019 16:21:40 +0200 From: Joerg Roedel Subject: Re: [PATCH v7 1/1] iommu: enhance IOMMU dma mode build options Message-ID: <20190527142140.GH8420@8bytes.org> References: <20190520135947.14960-1-thunder.leizhen@huawei.com> <20190520135947.14960-2-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190520135947.14960-2-thunder.leizhen@huawei.com> Sender: linux-doc-owner@vger.kernel.org List-Archive: List-Post: To: Zhen Lei Cc: Jean-Philippe Brucker , John Garry , Robin Murphy , Will Deacon , Jonathan Corbet , linux-doc , Sebastian Ott , Gerald Schaefer , Martin Schwidefsky , Heiko Carstens , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Tony Luck , Fenghua Yu , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H . Peter Anvin" , David Woodhouse , iommu , linux-kernel , linux-s390 , linuxppc-dev , x86 , linux-ia64 , Hanjun Guo List-ID: Hi Zhen Lei, On Mon, May 20, 2019 at 09:59:47PM +0800, Zhen Lei wrote: > arch/ia64/kernel/pci-dma.c | 2 +- > arch/powerpc/platforms/powernv/pci-ioda.c | 3 ++- > arch/s390/pci/pci_dma.c | 2 +- > arch/x86/kernel/pci-dma.c | 7 ++--- > drivers/iommu/Kconfig | 44 ++++++++++++++++++++++++++----- > drivers/iommu/amd_iommu_init.c | 3 ++- > drivers/iommu/intel-iommu.c | 2 +- > drivers/iommu/iommu.c | 3 ++- > 8 files changed, 48 insertions(+), 18 deletions(-) This needs Acks from the arch maintainers of ia64, powerpc, s390 and x86, at least. It is easier for them if you split it up into the Kconfig change and separete patches per arch and per iommu driver. Then collect the Acks on the individual patches. Thanks, Joerg