Re: [PATCH 1/3] kselftest/arm64: Fix check for setting new VLs in sve-ptrace

2025-05-26 Thread Dev Jain
On 23/05/25 8:57 pm, Mark Brown wrote: The check that the new vector length we set was the expected one was typoed to an assignment statement which for some reason the compilers didn't spot, most likely due to the macros involved. Fixes: 0dca276ac4d2 ("selftests: arm64: Add test for the SVE pt

Re: [PATCH 1/3] kselftest/arm64: Fix check for setting new VLs in sve-ptrace

2025-05-26 Thread Mark Rutland
On Fri, May 23, 2025 at 04:27:12PM +0100, Mark Brown wrote: > The check that the new vector length we set was the expected one was typoed > to an assignment statement which for some reason the compilers didn't spot, > most likely due to the macros involved. > > Fixes: 0dca276ac4d2 ("selftests: arm