diff options
author | Ben Gardon <bgardon@google.com> | 2021-03-16 02:38:00 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-03-16 21:14:59 +0300 |
commit | 70fb3e41a97a5fecc0aedc9a429479d702c3ab66 (patch) | |
tree | c3ce4eb0ec0285287493b9ce648050e44f5976b9 /arch/x86/kvm/hyperv.h | |
parent | 1e28eed17697bcf343c6743f0028cc3b5dd88bf0 (diff) | |
download | linux-70fb3e41a97a5fecc0aedc9a429479d702c3ab66.tar.xz |
KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_page
The pt passed into handle_removed_tdp_mmu_page does not need RCU
protection, as it is not at any risk of being freed by another thread at
that point. However, the implicit cast from tdp_sptep_t to u64 * dropped
the __rcu annotation without a proper rcu_derefrence. Fix this by
passing the pt as a tdp_ptep_t and then rcu_dereferencing it in
the function.
Suggested-by: Sean Christopherson <seanjc@google.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Ben Gardon <bgardon@google.com>
Message-Id: <20210315233803.2706477-2-bgardon@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/hyperv.h')
0 files changed, 0 insertions, 0 deletions