mbox series

[0/3] KVM: arm64: vgic-its: Some fixes about vgic-its

Message ID 20240620130650.1279-1-jiangkunkun@huawei.com (mailing list archive)
Headers show
Series KVM: arm64: vgic-its: Some fixes about vgic-its | expand

Message

Kunkun Jiang June 20, 2024, 1:06 p.m. UTC
There are three fixes about vgic-its:
Patch 1: A data length check is added in vgic_its_save_*
Patch 2-3: Fix two bugs in the scenario of continuous save and restore

Kunkun Jiang (3):
  KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*
  KVM: arm64: vgic-its: Clear dte when mapd unmaps a device
  KVM: arm64: vgic-its: Clear ite when discard frees an ite

 arch/arm64/kvm/vgic/vgic-its.c | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)