Re: [PATCH] kselftest/arm64: Validate SVCR in streaming SVE stress test

2023-09-25 Thread Catalin Marinas
On Fri, 22 Sep 2023 14:42:55 +0100, Mark Brown wrote: > In the ZA and ZT test programs we explicitly validate that PSTATE.ZA is as > expected on each loop but we do not do the equivalent for our streaming > SVE test, add a check that we are still in streaming mode on every loop > in case that goes

[PATCH] kselftest/arm64: Validate SVCR in streaming SVE stress test

2023-09-22 Thread Mark Brown
In the ZA and ZT test programs we explicitly validate that PSTATE.ZA is as expected on each loop but we do not do the equivalent for our streaming SVE test, add a check that we are still in streaming mode on every loop in case that goes wrong. Signed-off-by: Mark Brown --- tools/testing/selftest