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

From: Dev Jain
Date: Mon May 26 2025 - 06:54:18 EST



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 ptrace interface")
Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>

Acked-by: Dev Jain <dev.jain@xxxxxxx>