KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()
authorOliver Upton <oliver.upton@linux.dev>
Wed, 21 Feb 2024 09:27:31 +0000 (09:27 +0000)
committerMarc Zyngier <maz@kernel.org>
Wed, 21 Feb 2024 10:06:41 +0000 (10:06 +0000)
commit8d3a7dfb801d157ac423261d7cd62c33e95375f8
tree5eec37f6d24d34b18fdccf9dee0a3b441137b619
parentc60d847be7b8e69e419e02a2b3d19c2842a3c35d
KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()

vgic_get_irq() may not return a valid descriptor if there is no ITS that
holds a valid translation for the specified INTID. If that is the case,
it is safe to silently ignore it and continue processing the LPI pending
table.

Cc: stable@vger.kernel.org
Fixes: 33d3bc9556a7 ("KVM: arm64: vgic-its: Read initial LPI pending table")
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20240221092732.4126848-2-oliver.upton@linux.dev
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/vgic/vgic-its.c