linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Catalin Marinas <catalin.marinas@arm.com>
To: Cristian Marussi <cristian.marussi@arm.com>
Cc: suzuki.poulose@arm.com, andreyknvl@google.com,
	linux-kselftest@vger.kernel.org, amit.kachhap@arm.com,
	shuah@kernel.org, dave.martin@arm.com,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v10 00/12] Add arm64/signal initial kselftest support
Date: Fri, 8 Nov 2019 14:50:20 +0000	[thread overview]
Message-ID: <20191108145020.GF22834@arrakis.emea.arm.com> (raw)
In-Reply-To: <20191025175717.15154-1-cristian.marussi@arm.com>

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>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      parent reply	other threads:[~2019-11-08 14:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-25 17:57 [PATCH v10 00/12] Add arm64/signal initial kselftest support Cristian Marussi
2019-10-25 17:57 ` [PATCH v10 01/12] kselftest: arm64: extend toplevel skeleton Makefile Cristian Marussi
2019-10-25 17:57 ` [PATCH v10 02/12] kselftest: arm64: mangle_pstate_invalid_compat_toggle and common utils Cristian Marussi
2019-10-25 17:57 ` [PATCH v10 03/12] kselftest: arm64: mangle_pstate_invalid_daif_bits Cristian Marussi
2019-10-25 17:57 ` [PATCH v10 04/12] kselftest: arm64: mangle_pstate_invalid_mode_el[123][ht] Cristian Marussi
2019-10-25 17:57 ` [PATCH v10 05/12] kselftest: arm64: extend test_init functionalities Cristian Marussi
2019-10-25 17:57 ` [PATCH v10 06/12] kselftest: arm64: add helper get_current_context Cristian Marussi
2019-10-25 17:57 ` [PATCH v10 07/12] kselftest: arm64: fake_sigreturn_bad_magic Cristian Marussi
2019-10-25 17:57 ` [PATCH v10 08/12] kselftest: arm64: fake_sigreturn_bad_size_for_magic0 Cristian Marussi
2019-10-25 17:57 ` [PATCH v10 09/12] kselftest: arm64: fake_sigreturn_missing_fpsimd Cristian Marussi
2019-10-25 17:57 ` [PATCH v10 10/12] kselftest: arm64: fake_sigreturn_duplicated_fpsimd Cristian Marussi
2019-10-25 17:57 ` [PATCH v10 11/12] kselftest: arm64: fake_sigreturn_bad_size Cristian Marussi
2019-10-25 17:57 ` [PATCH v10 12/12] kselftest: arm64: fake_sigreturn_misaligned_sp Cristian Marussi
2019-11-08 14:50 ` Catalin Marinas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191108145020.GF22834@arrakis.emea.arm.com \
    --to=catalin.marinas@arm.com \
    --cc=amit.kachhap@arm.com \
    --cc=andreyknvl@google.com \
    --cc=cristian.marussi@arm.com \
    --cc=dave.martin@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=shuah@kernel.org \
    --cc=suzuki.poulose@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).