diff options
author | Ben Gardon <[email protected]> | 2021-03-15 16:38:00 -0700 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2021-03-16 14:14:59 -0400 |
commit | 70fb3e41a97a5fecc0aedc9a429479d702c3ab66 (patch) | |
tree | c3ce4eb0ec0285287493b9ce648050e44f5976b9 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 1e28eed17697bcf343c6743f0028cc3b5dd88bf0 (diff) |
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 <[email protected]>
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Ben Gardon <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions