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@kern...
Signed-off-by: Mark Brown broonie@kernel.org
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@linux.dev
Thanks, Oliver