Message ID | 20191025175717.15154-1-cristian.marussi@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | Add arm64/signal initial kselftest support | expand |
Cristian, Shuah, On Fri, Oct 25, 2019 at 06:57:05PM +0100, Cristian Marussi wrote: > Cristian Marussi (12): > kselftest: arm64: extend toplevel skeleton Makefile > kselftest: arm64: mangle_pstate_invalid_compat_toggle and common utils > kselftest: arm64: mangle_pstate_invalid_daif_bits > kselftest: arm64: mangle_pstate_invalid_mode_el[123][ht] > kselftest: arm64: extend test_init functionalities > kselftest: arm64: add helper get_current_context > kselftest: arm64: fake_sigreturn_bad_magic > kselftest: arm64: fake_sigreturn_bad_size_for_magic0 > kselftest: arm64: fake_sigreturn_missing_fpsimd > kselftest: arm64: fake_sigreturn_duplicated_fpsimd > kselftest: arm64: fake_sigreturn_bad_size > kselftest: arm64: fake_sigreturn_misaligned_sp I queued these patches through the arm64 tree and plan to send them to Linus for 5.5. Please let me know if there are any objections. I'd also like to propose the maintainers update below for the arm64 specific selftests: ------------------------8<------------------------------- From 629ac5665380c0c65e44e0aaf717090905204555 Mon Sep 17 00:00:00 2001 From: Catalin Marinas <catalin.marinas@arm.com> Date: Fri, 8 Nov 2019 14:46:54 +0000 Subject: [PATCH] MAINTAINERS: Add arm64 selftests to the ARM64 PORT entry Since these are tests specific to the arm64 architecture, it makes sense for the arm64 maintainers to gatekeep the corresponding changes. Cc: Shuah Khan <shuah@kernel.org> Cc: Will Deacon <will@kernel.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index a69e6db80c79..553c64308060 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2609,6 +2609,7 @@ S: Maintained F: arch/arm64/ X: arch/arm64/boot/dts/ F: Documentation/arm64/ +F: tools/testing/selftests/arm64/ AS3645A LED FLASH CONTROLLER DRIVER M: Sakari Ailus <sakari.ailus@iki.fi>