On Thu, Jun 13, 2019 at 12:13:22PM +0100, Cristian Marussi wrote:
Hi
this patch aims to add the initial arch-specific arm64 support to kselftest starting with signals-related test-cases. A common internal test-case layout is proposed which then it is anyway wired-up to the toplevel kselftest Makefile, so that it should be possible at the end to run it on an arm64 target in the usual way with KSFT.
~/linux# make TARGETS=arm64 kselftest
Looks like a good initial set of dests overall. There are various details that need attention, but once those are sorted out I think this will be a decent base to build more tests on in the future.
See comments on the individual patches.
[...]
Cheers ---Dave