summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorBen Gardon <bgardon@google.com>2021-03-15 16:38:00 -0700
committerPaolo Bonzini <pbonzini@redhat.com>2021-03-16 14:14:59 -0400
commit70fb3e41a97a5fecc0aedc9a429479d702c3ab66 (patch)
treec3ce4eb0ec0285287493b9ce648050e44f5976b9 /tools/perf/scripts/python/export-to-postgresql.py
parent1e28eed17697bcf343c6743f0028cc3b5dd88bf0 (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 <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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions