diff options
author | Marc Zyngier <[email protected]> | 2024-08-08 10:15:46 +0100 |
---|---|---|
committer | Oliver Upton <[email protected]> | 2024-08-08 16:58:22 +0000 |
commit | 9eb18136af9fe4dd688724070f2bfba271bd1542 (patch) | |
tree | e7d8020f2ddc2e13f7ced8b8c7cd686121bf8f57 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | ad518452fd263766946346324810f14bd8bb8b34 (diff) |
KVM: arm64: vgic: Hold config_lock while tearing down a CPU interface
Tearing down a vcpu CPU interface involves freeing the private interrupt
array. If we don't hold the lock, we may race against another thread
trying to configure it. Yeah, fuzzers do wonderful things...
Taking the lock early solves this particular problem.
Fixes: 03b3d00a70b5 ("KVM: arm64: vgic: Allocate private interrupts on demand")
Reported-by: Alexander Potapenko <[email protected]>
Tested-by: Alexander Potapenko <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Oliver Upton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions