]> git.baikalelectronics.ru Git - kernel.git/commit
kselftest/arm64: Add a test for signal frames with ZA disabled
authorMark Brown <broonie@kernel.org>
Mon, 29 Aug 2022 15:57:28 +0000 (16:57 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 7 Sep 2022 13:25:46 +0000 (14:25 +0100)
commitaa80176231175c7e30f5b7a34fac5d95425a751f
treef8d84519371c2da425bb3ce41410841c3e3ca545
parent4431651a769df39af4ce04b0bbf0cec4a07e1399
kselftest/arm64: Add a test for signal frames with ZA disabled

When ZA is disabled there should be no register data in the ZA signal
frame, add a test case which confirms that this is the case.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220829155728.854947-3-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/signal/testcases/za_no_regs.c [new file with mode: 0644]