Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751591AbbFYGl7 (ORCPT ); Thu, 25 Jun 2015 02:41:59 -0400 Received: from g9t5009.houston.hp.com ([15.240.92.67]:43072 "EHLO g9t5009.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751016AbbFYGlx (ORCPT ); Thu, 25 Jun 2015 02:41:53 -0400 Message-ID: <558BA254.7010505@hp.com> Date: Thu, 25 Jun 2015 14:40:20 +0800 From: "Li, ZhenHua" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Joerg Roedel CC: iommu@lists.linux-foundation.org, David Woodhouse , bhe@redhat.com, ddutile@redhat.com, alex.williamson@redhat.com, dyoung@redhat.com, linux-kernel@vger.kernel.org, jroedel@8bytes.org, "Li, ZhenHua" Subject: Re: [PATCH 00/19] Fix Intel IOMMU breakage in kdump kernel References: <1434178047-17809-1-git-send-email-joro@8bytes.org> In-Reply-To: <1434178047-17809-1-git-send-email-joro@8bytes.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2526 Lines: 63 Hi all, I see Joerg has backported it to sles12 in the commoent of novel bugzilla 856382, so I will only backport it to redhat el. Thanks Zhenhua On 06/13/2015 02:47 PM, Joerg Roedel wrote: > Hi, > > as David Woodhouse pointed out, my fixes and cleanups for > the original patch-set turned out to be a complete rewrite. > So to have a cleaner history of the feature and to make > backporting easier, here is a rewrite of my changes based on > v4.1-rc7. > > Some additional issues have been fixed by this rewrite, like > a kdump-kernel boot panic with 'iommu=pt' and support for > copying the extended root-entry and context table formats > has been added. > > I plan to rebuild the x86/vt-d branch of the iommu tree with > these patches. > > Regards, > > Joerg > > Joerg Roedel (19): > iommu/vt-d: Cleanup log messages > iommu/vt-d: Init QI before root entry is allocated > iommu/vt-d: Make root entry visible for hardware right after > allocation > iommu/vt-d: Detect pre enabled translation > iommu/vt-d: Copy translation tables from old kernel > iommu/vt-d: Do not re-use domain-ids from the old kernel > iommu/vt-d: Mark copied context entries > iommu/vt-d: Allocate si_domain in init_dmars() > iommu/vt-d: Don't do early domain assignment if kdump kernel > iommu/vt-d: Don't copy translation tables if RTT bit needs to be > changed > iommu/vt-d: Don't disable translation prior to OS handover > iommu/vt-d: Enable Translation only if it was previously disabled > iommu/vt-d: Move EIM detection to intel_prepare_irq_remapping > iommu/vt-d: Move QI initializationt to intel_setup_irq_remapping > iommu/vt-d: Disable IRQ remapping in intel_prepare_irq_remapping > iommu/vt-d: Set IRTA in intel_setup_irq_remapping > iommu/vt-d: Copy IR table from old kernel when in kdump mode > iommu/vt-d: Make sure copied over IR entries are not reused > iommu/vt-d: Don't disable IR when it was previously enabled > > drivers/iommu/dmar.c | 28 +- > drivers/iommu/intel-iommu.c | 495 ++++++++++++++++++++++++++++-------- > drivers/iommu/intel_irq_remapping.c | 255 ++++++++++++------- > include/linux/intel-iommu.h | 5 + > 4 files changed, 573 insertions(+), 210 deletions(-) > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/