From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753706AbcLFQEk (ORCPT ); Tue, 6 Dec 2016 11:04:40 -0500 Received: from 8bytes.org ([81.169.241.247]:58772 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752246AbcLFQEj (ORCPT ); Tue, 6 Dec 2016 11:04:39 -0500 Date: Tue, 6 Dec 2016 17:03:46 +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: <20161206160346.GB27203@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: > drivers/iommu/intel-iommu.c | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) Applied, thanks.