KVM: x86/mmu: Drop a redundant, broken remote TLB flush
authorSean Christopherson <seanjc@google.com>
Fri, 22 Oct 2021 01:00:03 +0000 (18:00 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Oct 2021 09:51:30 +0000 (05:51 -0400)
commitbc3b3c1002ea684e618ff6d8c387b1b8b319f140
treee473b2b1a5a5c1e2bb3c0896a34f48152cb1cbf5
parent61b05a9fd4aec2dff0bbdf9d16ee000b24b33f41
KVM: x86/mmu: Drop a redundant, broken remote TLB flush

A recent commit to fix the calls to kvm_flush_remote_tlbs_with_address()
in kvm_zap_gfn_range() inadvertantly added yet another flush instead of
fixing the existing flush.  Drop the redundant flush, and fix the params
for the existing flush.

Cc: stable@vger.kernel.org
Fixes: 2822da446640 ("KVM: x86/mmu: fix parameters to kvm_flush_remote_tlbs_with_address")
Cc: Maxim Levitsky <mlevitsk@redhat.com>
Cc: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20211022010005.1454978-2-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c