Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

KVM: arm64: selftests: Actually enable IRQs in vgic_lpi_stress

vgic_lpi_stress rather hilariously leaves IRQs disabled for the duration
of the test. While the ITS translation of MSIs happens regardless of
this, for completeness the guest should actually handle the LPIs.

Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Reviewed-by: Zenghui Yu <zenghui.yu@linux.dev>
Signed-off-by: Marc Zyngier <maz@kernel.org>

authored by

Oliver Upton and committed by
Marc Zyngier
d5e6310a 2192d348

+1
+1
tools/testing/selftests/kvm/arm64/vgic_lpi_stress.c
··· 123 123 static void guest_code(size_t nr_lpis) 124 124 { 125 125 guest_setup_gic(); 126 + local_irq_enable(); 126 127 127 128 GUEST_SYNC(0); 128 129