diff options
author | 2020-07-12 18:40:03 +0530 | |
---|---|---|
committer | 2020-08-24 18:36:23 -0700 | |
commit | df9a30fd1f70a757df193acd7396622eee23e527 (patch) | |
tree | 01430941a1caf102c13e3aa3d8ccffa0c9808446 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | rculist: Introduce list/hlist_for_each_entry_srcu() macros (diff) | |
download | wireguard-linux-df9a30fd1f70a757df193acd7396622eee23e527.tar.xz wireguard-linux-df9a30fd1f70a757df193acd7396622eee23e527.zip |
kvm: mmu: page_track: Fix RCU list API usage
Use hlist_for_each_entry_srcu() instead of hlist_for_each_entry_rcu()
as it also checkes if the right lock is held.
Using hlist_for_each_entry_rcu() with a condition argument will not
report the cases where a SRCU protected list is traversed using
rcu_read_lock(). Hence, use hlist_for_each_entry_srcu().
Signed-off-by: Madhuparna Bhowmik <madhuparnabhowmik10@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Cc: <kvm@vger.kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions