Re: [PATCH 0/2] KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regs

From: Oliver Upton

Date: Mon Sep 22 2025 - 19:35:57 EST


On Sat, Sep 20, 2025 at 08:51:58PM +0100, Mark Brown wrote:
> The set_id_regs selftest lacks coverag for ID_AA64ISR3_EL1 which has
> several features exposed to KVM guests in it. Add coverage, and while
> we're here adjust the test to improve maintainability a bit.
>
> The test will fail without the recently applied change adding FEAT_LSFE:
>
> https://lore.kernel.org/r/175829303126.1764550.939188785634158487.b4-ty@xxxxxxxxxx
>
> Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
> ---
> Mark Brown (2):
> KVM: arm64: selftests: Remove a duplicate register listing in set_id_regs
> KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regs

Reviewed-by: Oliver Upton <oliver.upton@xxxxxxxxx>

Thanks,
Oliver