]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcff903fa91d3d8c031f200e42176d239ae758d44
treebb81da69264dca136e91a52980e4bff7d7205c15
parent4fe2058c224033216ffd2069078b19b9d4491c17
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: f37e83fb74e65 ("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