]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kselftest/arm64: Add test case for POR_EL0 signal frame records
authorJoey Gouly <joey.gouly@arm.com>
Thu, 22 Aug 2024 15:11:12 +0000 (16:11 +0100)
committerWill Deacon <will@kernel.org>
Wed, 4 Sep 2024 11:54:07 +0000 (12:54 +0100)
commit6a428d63717add52bba4175a7fde54d1f9d166e0
tree59d70d33e798af1daec73e935b426667aa506926
parentd3c6e5b1093ac68ef66e3c78564e8fb958180bac
kselftest/arm64: Add test case for POR_EL0 signal frame records

Ensure that we get signal context for POR_EL0 if and only if POE is present
on the system.

Copied from the TPIDR2 test.

Signed-off-by: Joey Gouly <joey.gouly@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: Shuah Khan <shuah@kernel.org>
Reviewed-by: Mark Brown <broonie@kernel.org>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20240822151113.1479789-30-joey.gouly@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
tools/testing/selftests/arm64/signal/.gitignore
tools/testing/selftests/arm64/signal/testcases/poe_siginfo.c [new file with mode: 0644]