diff options
author | Oliver Upton <oliver.upton@linux.dev> | 2024-02-21 08:42:51 +0300 |
---|---|---|
committer | Oliver Upton <oliver.upton@linux.dev> | 2024-02-24 00:46:02 +0300 |
commit | 864d4304ec1e67b8235e2aae5d31bdad6dd8aa7c (patch) | |
tree | bf55aa60dc6826a50e069e30a4f0453799441bed /tools/perf/scripts/python/task-analyzer.py | |
parent | a5c7f011cb584a4713b3defc533ed55e237210a4 (diff) | |
download | linux-864d4304ec1e67b8235e2aae5d31bdad6dd8aa7c.tar.xz |
KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
Stop acquiring the lpi_list_lock in favor of RCU for protecting
the read-side critical section in vgic_get_lpi(). In order for this to
be safe, we also need to be careful not to take a reference on an irq
with a refcount of 0, as it is about to be freed.
Reviewed-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20240221054253.3848076-9-oliver.upton@linux.dev
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions