Re: [PATCH 2/8] KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitive

2019-06-07 Thread Auger Eric
Hi Marc, On 6/6/19 6:54 PM, Marc Zyngier wrote: > Our LPI translation cache needs to be able to drop the refcount > on an LPI whilst already holding the lpi_list_lock. > > Let's add a new primitive for this. > > Signed-off-by: Marc Zyngier Reviewed-by: Eric Auger Thanks Eric > --- >

[PATCH 2/8] KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitive

2019-06-06 Thread Marc Zyngier
Our LPI translation cache needs to be able to drop the refcount on an LPI whilst already holding the lpi_list_lock. Let's add a new primitive for this. Signed-off-by: Marc Zyngier --- virt/kvm/arm/vgic/vgic.c | 26 +- virt/kvm/arm/vgic/vgic.h | 1 + 2 files changed, 18