mbox series

[v1,0/2] kselftest/arm64: Small fixes for sve-ptrace test

Message ID 20220124175527.3260234-1-broonie@kernel.org (mailing list archive)
Headers show
Series kselftest/arm64: Small fixes for sve-ptrace test | expand

Message

Mark Brown Jan. 24, 2022, 5:55 p.m. UTC
A couple of fairly minor fixes for the sve-ptrace test, one output thing
and one for an issue which would generate spurious false positives.

Mark Brown (2):
  kselftest/arm64: Skip VL_INHERIT tests for unsupported vector types
  kselftest/arm64: Correct logging of FPSIMD register read via ptrace

 tools/testing/selftests/arm64/fp/sve-ptrace.c | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)


base-commit: e783362eb54cd99b2cac8b3a9aeac942e6f6ac07

Comments

Catalin Marinas Jan. 28, 2022, 4:36 p.m. UTC | #1
On Mon, 24 Jan 2022 17:55:25 +0000, Mark Brown wrote:
> A couple of fairly minor fixes for the sve-ptrace test, one output thing
> and one for an issue which would generate spurious false positives.
> 
> Mark Brown (2):
>   kselftest/arm64: Skip VL_INHERIT tests for unsupported vector types
>   kselftest/arm64: Correct logging of FPSIMD register read via ptrace
> 
> [...]

Applied to arm64 (for-next/fixes), thanks!

[1/2] kselftest/arm64: Skip VL_INHERIT tests for unsupported vector types
      https://git.kernel.org/arm64/c/50806fd91428
[2/2] kselftest/arm64: Correct logging of FPSIMD register read via ptrace
      https://git.kernel.org/arm64/c/9ae279ecabe3