Re: [PATCH] kselftest/arm64: Actually test SME vector length changes via sigreturn

2024-08-30 Thread Will Deacon
On Thu, 29 Aug 2024 18:20:09 +0100, Mark Brown wrote: > The test case for SME vector length changes via sigreturn use a bit too > much cut'n'paste and only actually changed the SVE vector length in the > test itself. Andre's recent factoring out of the initialisation code caused > this to be expose

Re: [PATCH] kselftest/arm64: Actually test SME vector length changes via sigreturn

2024-08-30 Thread Andre Przywara
Hi, On 29/08/2024 18:20, Mark Brown wrote: The test case for SME vector length changes via sigreturn use a bit too much cut'n'paste and only actually changed the SVE vector length in the test itself. Andre's recent factoring out of the initialisation code caused this to be exposed and the test t

[PATCH] kselftest/arm64: Actually test SME vector length changes via sigreturn

2024-08-29 Thread Mark Brown
The test case for SME vector length changes via sigreturn use a bit too much cut'n'paste and only actually changed the SVE vector length in the test itself. Andre's recent factoring out of the initialisation code caused this to be exposed and the test to start failing. Fix the test to actually cove