Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Feb 2024 17:13:27 +0000 (09:13 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Feb 2024 17:13:27 +0000 (09:13 -0800)
commit39133352cbed6626956d38ed72012f49b0421e7b
tree285bd3f1bdb914dff8125d0f6b63e93579ba9477
parent8da8d88455ebbb4e05423cf60cff985e92d43754
parentc48617fbbe831d4c80fe84056033f17b70a31136
Merge tag 'for-linus' of git://git./virt/kvm/kvm

Pull kvm fixes from Paolo Bonzini:
 "Two fixes for ARM ITS emulation. Unmapped interrupts were used instead
  of ignored, causing NULL pointer dereferences"

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler
  KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table()