KVM: x86: Nullify irqfd->producer after updating IRTEs
authorSean Christopherson <seanjc@google.com>
Wed, 11 Jun 2025 22:45:30 +0000 (15:45 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 23 Jun 2025 16:50:28 +0000 (09:50 -0700)
commit9517aedecd0e73716b766f5c603518fd6e383454
tree03095f8f40200339dcdc8a6fd4d21a42cb91f2b3
parentf5369619f7f8add44fc5e3d05364d2ed293995fa
KVM: x86: Nullify irqfd->producer after updating IRTEs

Nullify irqfd->producer (when it's going away) _after_ updating IRTEs so
that the producer can be queried during the update.

Link: https://lore.kernel.org/r/20250611224604.313496-29-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/irq.c