[PATCH] KVM: arm64: vgic-debug: Don't put unmarked LPIs

Oliver Upton oliver.upton at linux.dev
Mon Aug 19 10:25:47 PDT 2024


On Sat, 17 Aug 2024 18:15:41 +0800, Zenghui Yu wrote:
> If there were LPIs being mapped behind our back (i.e., between .start() and
> .stop()), we would put them at iter_unmark_lpis() without checking if they
> were actually *marked*, which is obviously not good.
> 
> Switch to use the xa_for_each_marked() iterator to fix it.
> 
> 
> [...]

Applied to kvmarm/fixes, thanks!

[1/1] KVM: arm64: vgic-debug: Don't put unmarked LPIs
      https://git.kernel.org/kvmarm/kvmarm/c/2240a50e6294

--
Best,
Oliver



More information about the linux-arm-kernel mailing list