[PATCH] KVM: MMU: fix missing percpu counter destroy

2010-08-23 Thread Wei Yongjun
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 change

Re: [PATCH] KVM: MMU: fix missing percpu counter destroy

2010-08-24 Thread Tim Pepper
On Mon 23 Aug at 16:13:15 +0800 yj...@cn.fujitsu.com said: > 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-of

Re: [PATCH] KVM: MMU: fix missing percpu counter destroy

2010-08-24 Thread Marcelo Tosatti
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-