Re: [PATCH v2 21/24] kselftest/arm64: add HWCAP test for FEAT_S1POE

2023-10-30 Thread Mark Brown
On Fri, Oct 27, 2023 at 07:08:47PM +0100, Joey Gouly wrote: > + { > + .name = "POE", > + .at_hwcap = AT_HWCAP2, > + .hwcap_bit = HWCAP2_POE, > + .cpuinfo = "poe", > + .sigill_fn = poe_sigill, > + }, We should set sigill_reliable

[PATCH v2 21/24] kselftest/arm64: add HWCAP test for FEAT_S1POE

2023-10-27 Thread Joey Gouly
Check that when POE is enabled, the POR_EL0 register is accessible. Signed-off-by: Joey Gouly Cc: Catalin Marinas Cc: Will Deacon Cc: Mark Brown Cc: Shuah Khan --- tools/testing/selftests/arm64/abi/hwcap.c | 13 + 1 file changed, 13 insertions(+) diff --git a/tools/testing/selft