From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v2 01/10] KVM: iommu: fix releasing unmapped page Date: Fri, 3 Aug 2012 16:17:30 -0300 Message-ID: <20120803191730.GA25688@amt.cnet> References: <501B7F94.7090308@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , LKML , KVM To: Xiao Guangrong Return-path: Content-Disposition: inline In-Reply-To: <501B7F94.7090308@linux.vnet.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Fri, Aug 03, 2012 at 03:36:52PM +0800, Xiao Guangrong wrote: > There are two bugs: > - the 'error page' is forgot to be released > [ it is unneeded after commit a2766325cf9f9, for backport, we > still do kvm_release_pfn_clean for the error pfn ] > > - guest pages are always released regardless of the unmapped page > (e,g, caused by hwpoison) > > Signed-off-by: Xiao Guangrong Looks good.