Re: [PATCH v13 03/35] KVM: Use gfn instead of hva for mmu_notifier_retry

From: Xu Yilun
Date: Wed Nov 01 2023 - 11:32:53 EST


On Fri, Oct 27, 2023 at 11:21:45AM -0700, Sean Christopherson wrote:
> From: Chao Peng <chao.p.peng@xxxxxxxxxxxxxxx>
>
> Currently in mmu_notifier invalidate path, hva range is recorded and
> then checked against by mmu_notifier_retry_hva() in the page fault
^

should be mmu_invalidate_retry_hva().

Besides this, Reviewed-by: Xu Yilun <yilun.xu@xxxxxxxxxxxxxxx>

Thanks