KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()
authorHou Wenlong <houwenlong93@linux.alibaba.com>
Wed, 17 Nov 2021 09:20:39 +0000 (17:20 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Nov 2021 12:05:57 +0000 (07:05 -0500)
commitc7785d85b6c6cc9f3d0f1a8cab128f4062b30abb
treebb81da69264dca136e91a52980e4bff7d7205c15
parent9dba4d24cbb5524dd39ab1e08886373b17f07ff2
KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()

If the parameter flush is set, zap_gfn_range() would flush remote tlb
when yield, then tlb flush is not needed outside. So use the return
value of zap_gfn_range() directly instead of OR on it in
kvm_unmap_gfn_range() and kvm_tdp_mmu_unmap_gfn_range().

Fixes: 3039bcc744980 ("KVM: Move x86's MMU notifier memslot walkers to generic code")
Signed-off-by: Hou Wenlong <houwenlong93@linux.alibaba.com>
Message-Id: <5e16546e228877a4d974f8c0e448a93d52c7a5a9.1637140154.git.houwenlong93@linux.alibaba.com>
Reviewed-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/mmu/tdp_mmu.c