Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757718AbcK2Ogp (ORCPT ); Tue, 29 Nov 2016 09:36:45 -0500 Received: from 8bytes.org ([81.169.241.247]:47900 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757382AbcK2Ogh (ORCPT ); Tue, 29 Nov 2016 09:36:37 -0500 Date: Tue, 29 Nov 2016 15:35:47 +0100 From: Joerg Roedel To: xlpang@redhat.com Cc: Myron Stowe , iommu@lists.linux-foundation.org, Don Brace , Dave Young , kexec@lists.infradead.org, LKML , Myron Stowe , David Woodhouse Subject: Re: [PATCH] iommu/vt-d: Flush old iotlb for kdump when the device gets context mapped Message-ID: <20161129143547.GG2078@8bytes.org> References: <1479286950-21885-1-git-send-email-xlpang@redhat.com> <582C232F.6080205@redhat.com> <582D1A40.409@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <582D1A40.409@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 614 Lines: 15 On Thu, Nov 17, 2016 at 10:47:28AM +0800, Xunlei Pang wrote: > As per the comment, the code here only needs to flush context caches > for the special domain 0 which is used to tag the > non-present/erroneous caches, seems we should flush the old domain id > of present entries for kdump according to the analysis, other than the > new-allocated domain id. Let me ponder more on this. Flushing the context entry only is fine. The old domain-id will not be re-used anyway, so there is no point in reading it out of the context table and flush it. Also, please add a Fixes-tag when you re-post this patch. Joerg