diff options
author | 2024-04-22 20:01:51 +0000 | |
---|---|---|
committer | 2024-04-25 13:19:56 +0100 | |
commit | 481c9ee846d27c72acc0c3bb23025c7fdad8c171 (patch) | |
tree | 5566885f71c93aee202f7ae1093c2d3f4572740c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | KVM: arm64: vgic-its: Rip out the global translation cache (diff) | |
download | linux-rng-481c9ee846d27c72acc0c3bb23025c7fdad8c171.tar.xz linux-rng-481c9ee846d27c72acc0c3bb23025c7fdad8c171.zip |
KVM: arm64: vgic-its: Get rid of the lpi_list_lock
The last genuine use case for the lpi_list_lock was the global LPI
translation cache, which has been removed in favor of a per-ITS xarray.
Remove a layer from the locking puzzle by getting rid of it.
vgic_add_lpi() still has a critical section that needs to protect
against the insertion of other LPIs; change it to take the LPI xarray's
xa_lock to retain this property.
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20240422200158.2606761-13-oliver.upton@linux.dev
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions