Thread (34 messages) 34 messages, 6 authors, 2021-06-25

Re: [PATCH 3/6] KVM: x86/mmu: avoid struct page in MMU

From: Nicholas Piggin <npiggin@gmail.com>
Date: 2021-06-24 08:58:10
Also in: dri-devel, intel-gfx, kvm, kvmarm, linux-arm-kernel, linux-mips, lkml

Excerpts from David Stevens's message of June 24, 2021 1:57 pm:
From: David Stevens <redacted>
 out_unlock:
 	if (is_tdp_mmu_root(vcpu->kvm, vcpu->arch.mmu->root_hpa))
 		read_unlock(&vcpu->kvm->mmu_lock);
 	else
 		write_unlock(&vcpu->kvm->mmu_lock);
-	kvm_release_pfn_clean(pfn);
+	if (pfnpg.page)
+		put_page(pfnpg.page);
 	return r;
 }
How about

  kvm_release_pfn_page_clean(pfnpg);

Thanks,
Nick
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help