From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030915AbdADOQU (ORCPT ); Wed, 4 Jan 2017 09:16:20 -0500 Received: from 8bytes.org ([81.169.241.247]:43735 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757971AbdADOOp (ORCPT ); Wed, 4 Jan 2017 09:14:45 -0500 Date: Wed, 4 Jan 2017 15:14:49 +0100 From: Joerg Roedel To: Xunlei Pang Cc: David Woodhouse , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Myron Stowe , Joseph Szczypek , Don Brace , Baoquan He , Dave Young Subject: Re: [PATCH v3] iommu/vt-d: Flush old iommu caches for kdump when the device gets context mapped Message-ID: <20170104141449.GA10632@8bytes.org> References: <1480939747-31916-1-git-send-email-xlpang@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1480939747-31916-1-git-send-email-xlpang@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 On Mon, Dec 05, 2016 at 08:09:07PM +0800, Xunlei Pang wrote: > v2->v3: > Flush context cache only and add Fixes-tag, according to Joerg's comments. > > drivers/iommu/intel-iommu.c | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) Applied to the fixes branch, thanks.