[PATCH] MAINTAINERS: Add tools/testing/crypto/chacha20-s390/

Siddh Raman Pant posted 1 patch 3 years, 9 months ago
There is a newer version of this series
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
[PATCH] MAINTAINERS: Add tools/testing/crypto/chacha20-s390/
Posted by Siddh Raman Pant 3 years, 9 months ago
This adds the maintainers' information for the
s390 ChaCha20 self-test module.

Signed-off-by: Siddh Raman Pant <code@siddh.me>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fe5daf141501..0fcacd715b1c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17438,6 +17438,14 @@ F:	Documentation/s390/
 F:	arch/s390/
 F:	drivers/s390/
 
+S390 CHACHA20 SELFTEST
+M:	Vladis Dronov <vdronov@redhat.com>
+M:	Herbert Xu <herbert@gondor.apana.org.au>
+R:	Harald Freudenberger <freude@linux.ibm.com>
+L:	linux-s390@vger.kernel.org
+S:	Supported
+F:	tools/testing/crypto/chacha20-s390/
+
 S390 COMMON I/O LAYER
 M:	Vineeth Vijayan <vneethv@linux.ibm.com>
 M:	Peter Oberparleiter <oberpar@linux.ibm.com>
-- 
2.35.1
Re: [PATCH] MAINTAINERS: Add tools/testing/crypto/chacha20-s390/
Posted by Shuah Khan 3 years, 9 months ago
On 6/28/22 12:46 AM, Siddh Raman Pant wrote:
> This adds the maintainers' information for the
> s390 ChaCha20 self-test module.
> 
> Signed-off-by: Siddh Raman Pant <code@siddh.me>
> ---
>   MAINTAINERS | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fe5daf141501..0fcacd715b1c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17438,6 +17438,14 @@ F:	Documentation/s390/
>   F:	arch/s390/
>   F:	drivers/s390/
>   
> +S390 CHACHA20 SELFTEST
> +M:	Vladis Dronov <vdronov@redhat.com>
> +M:	Herbert Xu <herbert@gondor.apana.org.au>
> +R:	Harald Freudenberger <freude@linux.ibm.com>
> +L:	linux-s390@vger.kernel.org
> +S:	Supported
> +F:	tools/testing/crypto/chacha20-s390/
> +
>   S390 COMMON I/O LAYER
>   M:	Vineeth Vijayan <vneethv@linux.ibm.com>
>   M:	Peter Oberparleiter <oberpar@linux.ibm.com>
> 

Doesn't look like you cc'ed the maintainers - please do and resend.

thanks,
-- Shuah
Re: [PATCH] MAINTAINERS: Add tools/testing/crypto/chacha20-s390/
Posted by Siddh Raman Pant 3 years, 9 months ago
On Fri, 01 Jul 2022 05:30:27 +0530  Shuah Khan <skhan@linuxfoundation.org> wrote
> Doesn't look like you cc'ed the maintainers - please do and resend.

Sorry for not doing so. I will resend now.

Thanks,
Siddh