Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH 0/4] kselftest/arm64: fp-ptrace enhancements
@ 2024-11-07  1:38 Mark Brown
  2024-11-07  1:38 ` [PATCH 1/4] kselftets/arm64: Use flag bits for features in fp-ptrace assembler code Mark Brown
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Mark Brown @ 2024-11-07  1:38 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Shuah Khan
  Cc: Mark Rutland, linux-arm-kernel, linux-kernel, linux-kselftest,
	Mark Brown

This series contains a bit of a grab bag of improvements to the floating
point tests, mainly fp-ptrace.  Globally over all the tests we start
using defines from the generated sysregs (following the example of the
KVM selftests) for SVCR, stop being quite so wasteful with registers
when calling into the assembler code then expand the coverage of both ZA
writes and FPMR (which was not there since fp-ptrace and the 2023 dpISA
extensions were on the list at the same time).

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (4):
      kselftets/arm64: Use flag bits for features in fp-ptrace assembler code
      kselftest/arm64: Use a define for SVCR
      kselftest/arm64: Expand the set of ZA writes fp-ptrace does
      kselftest/arm64: Add FPMR coverage to fp-ptrace

 tools/testing/selftests/arm64/fp/Makefile        |  20 ++-
 tools/testing/selftests/arm64/fp/fp-ptrace-asm.S |  52 +++++---
 tools/testing/selftests/arm64/fp/fp-ptrace.c     | 155 +++++++++++++++++++++--
 tools/testing/selftests/arm64/fp/fp-ptrace.h     |  16 ++-
 tools/testing/selftests/arm64/fp/sve-test.S      |   5 +-
 tools/testing/selftests/arm64/fp/za-fork-asm.S   |   3 +-
 tools/testing/selftests/arm64/fp/za-test.S       |   6 +-
 tools/testing/selftests/arm64/fp/zt-test.S       |   5 +-
 8 files changed, 213 insertions(+), 49 deletions(-)
---
base-commit: 8e929cb546ee42c9a61d24fae60605e9e3192354
change-id: 20241105-arm64-fp-ptrace-fpmr-ff061facd3da

Best regards,
-- 
Mark Brown <broonie@kernel.org>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-11-12 11:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-07  1:38 [PATCH 0/4] kselftest/arm64: fp-ptrace enhancements Mark Brown
2024-11-07  1:38 ` [PATCH 1/4] kselftets/arm64: Use flag bits for features in fp-ptrace assembler code Mark Brown
2024-11-07  1:38 ` [PATCH 2/4] kselftest/arm64: Use a define for SVCR Mark Brown
2024-11-11 23:34   ` Catalin Marinas
2024-11-12 11:27     ` Mark Brown
2024-11-07  1:38 ` [PATCH 3/4] kselftest/arm64: Expand the set of ZA writes fp-ptrace does Mark Brown
2024-11-07  1:38 ` [PATCH 4/4] kselftest/arm64: Add FPMR coverage to fp-ptrace Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox