[PATCH v2] KVM: arm64: vgic: fix incorrect spinlock API usage

Oliver Upton oliver.upton at linux.dev
Mon Sep 8 11:23:23 PDT 2025


On Mon, 08 Sep 2025 11:04:11 -0700, Alok Tiwari wrote:
> The function vgic_flush_lr_state() is calling _raw_spin_unlock()
> instead of the proper raw_spin_unlock().
> 
> _raw_spin_unlock() is an internal low-level API and should not
> be used directly; using raw_spin_unlock() ensures proper locking
> semantics in the vgic code.
> 
> [...]

Applied to fixes, thanks!

[1/1] KVM: arm64: vgic: fix incorrect spinlock API usage
      https://git.kernel.org/kvmarm/kvmarm/c/2d0478279fc7

--
Best,
Oliver



More information about the linux-arm-kernel mailing list