[PATCH 0/2] KVM: SVM: Fix a (very) unlikely UAF for GA Log IRQs
From: Sean Christopherson
Date: Thu Jun 25 2026 - 18:12:04 EST
Fix a potential UAF due to freeing vCPUs while they're still reachable through
the global hashed list used to handle GA Log notifications.
Sean Christopherson (2):
KVM: SVM: Remove VM from the GA Log notifier list before VM
destruction
KVM: SVM: Drop unnecessary avic_vm_destroy() call on init failure
arch/x86/kvm/svm/avic.c | 22 +++++++++++-----------
arch/x86/kvm/svm/svm.c | 2 ++
arch/x86/kvm/svm/svm.h | 1 +
3 files changed, 14 insertions(+), 11 deletions(-)
base-commit: a204badd8432f93b7e862e7dac6db0fe3d65f370
--
2.55.0.rc0.799.gd6f94ed593-goog