mbox series

[v2,0/3] kselftest/arm64: Test ptrace writing via FPSIMD and reading via SVE

Message ID 20220404090613.181272-1-broonie@kernel.org
Headers show
Series kselftest/arm64: Test ptrace writing via FPSIMD and reading via SVE | expand

Message

Mark Brown April 4, 2022, 9:06 a.m. UTC
This series has a couple of minor fixes and cleanups for sve-ptrace plus
the addition of a new test which validates that we can write using the
FPSIMD regset and then read matching data back using the SVE regset -
previously we only validated writing SVE and reading FPSIMD data.

v2
 - Rebase onto v5.18-rc1

Mark Brown (3):
  kselftest/arm64: Fix comment for ptrace_sve_get_fpsimd_data()
  kselftest/arm64: Remove assumption that tasks start FPSIMD only
  kselftest/arm64: Validate setting via FPSIMD and read via SVE regsets

 tools/testing/selftests/arm64/fp/sve-ptrace.c | 164 +++++++++++++++---
 1 file changed, 139 insertions(+), 25 deletions(-)


base-commit: 3123109284176b1532874591f7c81f3837bbdc17

Comments

Catalin Marinas April 22, 2022, 6:27 p.m. UTC | #1
On Mon, 4 Apr 2022 10:06:10 +0100, Mark Brown wrote:
> This series has a couple of minor fixes and cleanups for sve-ptrace plus
> the addition of a new test which validates that we can write using the
> FPSIMD regset and then read matching data back using the SVE regset -
> previously we only validated writing SVE and reading FPSIMD data.
> 
> v2
>  - Rebase onto v5.18-rc1
> 
> [...]

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

[1/3] kselftest/arm64: Fix comment for ptrace_sve_get_fpsimd_data()
      https://git.kernel.org/arm64/c/348b096850d9
[2/3] kselftest/arm64: Remove assumption that tasks start FPSIMD only
      https://git.kernel.org/arm64/c/9891f4edc90c
[3/3] kselftest/arm64: Validate setting via FPSIMD and read via SVE regsets
      https://git.kernel.org/arm64/c/88560c9c263a