All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] KVM: arm64: vgic-its: Some fixes about vgic-its
@ 2024-06-20 13:06 Kunkun Jiang
  2024-06-20 13:06 ` [PATCH 1/3] KVM: arm64: vgic-its: Add a data length check in vgic_its_save_* Kunkun Jiang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Kunkun Jiang @ 2024-06-20 13:06 UTC (permalink / raw)
  To: Marc Zyngier, Oliver Upton, James Morse, Suzuki K Poulose,
	Zenghui Yu, Catalin Marinas, Will Deacon, Randy Dunlap,
	Eric Auger
  Cc: linux-arm-kernel, kvmarm, wanghaibin.wang, Kunkun Jiang,
	lishusen2

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(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-06-21  6:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20 13:06 [PATCH 0/3] KVM: arm64: vgic-its: Some fixes about vgic-its Kunkun Jiang
2024-06-20 13:06 ` [PATCH 1/3] KVM: arm64: vgic-its: Add a data length check in vgic_its_save_* Kunkun Jiang
2024-06-20 22:25   ` Oliver Upton
2024-06-21  1:43     ` Kunkun Jiang
2024-06-21  6:39       ` Oliver Upton
2024-06-20 13:06 ` [PATCH 2/3] KVM: arm64: vgic-its: Clear dte when mapd unmaps a device Kunkun Jiang
2024-06-20 13:06 ` [PATCH 3/3] KVM: arm64: vgic-its: Clear ite when discard frees an ite Kunkun Jiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.