mbox series

[v2,0/2] kselftest/arm64: Small improvements to ZA signal handling coverag

Message ID 20220829155728.854947-1-broonie@kernel.org
Headers show
Series kselftest/arm64: Small improvements to ZA signal handling coverag | expand

Message

Mark Brown Aug. 29, 2022, 3:57 p.m. UTC
These patches improve the coverage of ZA signal contexts a bit, adding
some validation that the actual data is correct and covering the case
where ZA is not enabled.

v2:
 - Rebase onto v6.0-rc3.

Mark Brown (2):
  kselftest/arm64: Tighten up validation of ZA signal context
  kselftest/arm64: Add a test for signal frames with ZA disabled

 .../arm64/signal/testcases/za_no_regs.c       | 119 ++++++++++++++++++
 .../arm64/signal/testcases/za_regs.c          |  16 ++-
 2 files changed, 134 insertions(+), 1 deletion(-)
 create mode 100644 tools/testing/selftests/arm64/signal/testcases/za_no_regs.c


base-commit: b90cb1053190353cc30f0fef0ef1f378ccc063c5

Comments

Catalin Marinas Sept. 6, 2022, 5:45 p.m. UTC | #1
On Mon, 29 Aug 2022 16:57:26 +0100, Mark Brown wrote:
> These patches improve the coverage of ZA signal contexts a bit, adding
> some validation that the actual data is correct and covering the case
> where ZA is not enabled.
> 
> v2:
>  - Rebase onto v6.0-rc3.
> 
> [...]

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

[1/2] kselftest/arm64: Tighten up validation of ZA signal context
      https://git.kernel.org/arm64/c/f02b69a6e4d1
[2/2] kselftest/arm64: Add a test for signal frames with ZA disabled
      https://git.kernel.org/arm64/c/4bcfa65860b2