From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: MMU: fix missing percpu counter destroy Date: Tue, 24 Aug 2010 18:26:35 -0300 Message-ID: <20100824212635.GA4388@amt.cnet> References: <4C722D9B.70905@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Dave Hansen , Tim Pepper , kvm@vger.kernel.org To: Wei Yongjun Return-path: Received: from mx1.redhat.com ([209.132.183.28]:31838 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932536Ab0HYDSK (ORCPT ); Tue, 24 Aug 2010 23:18:10 -0400 Content-Disposition: inline In-Reply-To: <4C722D9B.70905@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Aug 23, 2010 at 04:13:15PM +0800, Wei Yongjun wrote: > commit ad05c88266b4cce1c820928ce8a0fb7690912ba1 > (KVM: create aggregate kvm_total_used_mmu_pages value) > introduce percpu counter kvm_total_used_mmu_pages but never > destroy it, this may cause oops when rmmod & modprobe. > > Signed-off-by: Wei Yongjun > --- > arch/x86/kvm/mmu.c | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) Applied, thanks.