From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baoquan He Subject: Re: [PATCH v10 00/12] Fix the on-flight DMA issue on system with amd iommu Date: Wed, 16 Aug 2017 09:31:50 +0800 Message-ID: <20170816013150.GA24877@x1> References: <1502267624-7066-1-git-send-email-bhe@redhat.com> <20170815161810.GI2853@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20170815161810.GI2853-l3A5Bk7waGM@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: Joerg Roedel Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: iommu@lists.linux-foundation.org On 08/15/17 at 06:18pm, Joerg Roedel wrote: > On Wed, Aug 09, 2017 at 04:33:32PM +0800, Baoquan He wrote: > > Baoquan He (12): > > iommu/amd: Detect pre enabled translation > > iommu/amd: add several helper functions > > Revert "iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel" > > iommu/amd: Define bit fields for DTE particularly > > iommu/amd: Add function copy_dev_tables() > > iommu/amd: copy old trans table from old kernel > > iommu/amd: Do sanity check for address translation and irq remap of > > old dev table entry > > iommu: Add is_attach_deferred call-back to iommu-ops > > iommu/amd: Use is_attach_deferred call-back > > iommu/amd: Allocate memory below 4G for dev table if translation > > pre-enabled > > iommu/amd: Don't copy GCR3 table root pointer > > iommu/amd: Disable iommu only if amd_iommu=off is specified > > Applied all of them, thanks a lot for your continued effort, Baoquan! Really appreciate your help and great suggestions on design and code changes since the first post! Without your help I can't make it.