Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753266AbdHOQSO (ORCPT ); Tue, 15 Aug 2017 12:18:14 -0400 Received: from mx2.suse.de ([195.135.220.15]:44764 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753066AbdHOQSN (ORCPT ); Tue, 15 Aug 2017 12:18:13 -0400 Date: Tue, 15 Aug 2017 18:18:10 +0200 From: Joerg Roedel To: Baoquan He Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v10 00/12] Fix the on-flight DMA issue on system with amd iommu Message-ID: <20170815161810.GI2853@suse.de> References: <1502267624-7066-1-git-send-email-bhe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1502267624-7066-1-git-send-email-bhe@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 860 Lines: 18 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!