From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v7 1/1] iommu: enhance IOMMU dma mode build options References: <20190520135947.14960-1-thunder.leizhen@huawei.com> <20190520135947.14960-2-thunder.leizhen@huawei.com> <20190527142140.GH8420@8bytes.org> From: "Leizhen (ThunderTown)" Message-ID: <5CED322E.20102@huawei.com> Date: Tue, 28 May 2019 21:05:50 +0800 MIME-Version: 1.0 In-Reply-To: <20190527142140.GH8420@8bytes.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-doc-owner@vger.kernel.org List-Archive: List-Post: To: Joerg Roedel 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: On 2019/5/27 22:21, Joerg Roedel wrote: > 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. OK, thanks. I will do it tomorrow. > > Thanks, > > Joerg > > . > -- Thanks! BestRegards