On Fri, 24 Oct 2025 00:43:39 +0100, Mark Brown wrote:
get-reg-list includes ZCR_EL2 in the list of EL2 registers that it looks for when NV is enabled but does not have any feature gate for this register, meaning that testing any combination of features that includes EL2 but does not include SVE will result in a test failure due to a missing register being reported:
| The following lines are missing registers: | | ARM64_SYS_REG(3, 4, 1, 2, 0),
[...]
Applied to fixes, thanks!
[1/1] KVM: arm64: selftests: Filter ZCR_EL2 in get-reg-list commit: a186fbcfd845699d51809f7c7e54cf997fe32820
Cheers,
M.