linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] padata: add a reviewer
@ 2020-08-26 14:59 Daniel Jordan
  2020-08-27  6:44 ` Steffen Klassert
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Jordan @ 2020-08-26 14:59 UTC (permalink / raw)
  To: Herbert Xu, Steffen Klassert; +Cc: linux-crypto, linux-kernel, Daniel Jordan

I volunteer to review padata changes for the foreseeable future.

Signed-off-by: Daniel Jordan <daniel.m.jordan@oracle.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Steffen Klassert <steffen.klassert@secunet.com>
Cc: linux-crypto@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3b186ade3597..1481d47cfd75 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13024,6 +13024,7 @@ F:	lib/packing.c
 
 PADATA PARALLEL EXECUTION MECHANISM
 M:	Steffen Klassert <steffen.klassert@secunet.com>
+R:	Daniel Jordan <daniel.m.jordan@oracle.com>
 L:	linux-crypto@vger.kernel.org
 S:	Maintained
 F:	Documentation/core-api/padata.rst
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] padata: add a reviewer
  2020-08-26 14:59 [PATCH] padata: add a reviewer Daniel Jordan
@ 2020-08-27  6:44 ` Steffen Klassert
  2020-08-28  1:59   ` Daniel Jordan
  0 siblings, 1 reply; 6+ messages in thread
From: Steffen Klassert @ 2020-08-27  6:44 UTC (permalink / raw)
  To: Daniel Jordan; +Cc: Herbert Xu, linux-crypto, linux-kernel

On Wed, Aug 26, 2020 at 10:59:23AM -0400, Daniel Jordan wrote:
> I volunteer to review padata changes for the foreseeable future.
> 
> Signed-off-by: Daniel Jordan <daniel.m.jordan@oracle.com>
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Cc: Steffen Klassert <steffen.klassert@secunet.com>
> Cc: linux-crypto@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3b186ade3597..1481d47cfd75 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13024,6 +13024,7 @@ F:	lib/packing.c
>  
>  PADATA PARALLEL EXECUTION MECHANISM
>  M:	Steffen Klassert <steffen.klassert@secunet.com>
> +R:	Daniel Jordan <daniel.m.jordan@oracle.com>

Please also consider to add yourself as one of the maintainers.

Otherwise:

Acked-by: Steffen Klassert <steffen.klassert@secunet.com>

Thanks!

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH v2] padata: add another maintainer and another list
  2020-08-28  1:59   ` Daniel Jordan
@ 2020-08-28  1:53     ` Daniel Jordan
  2020-08-29 12:25       ` Steffen Klassert
  2020-09-04  8:28       ` Herbert Xu
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel Jordan @ 2020-08-28  1:53 UTC (permalink / raw)
  To: Herbert Xu, Steffen Klassert; +Cc: linux-crypto, linux-kernel, Daniel Jordan

At Steffen's request, I'll help maintain padata for the foreseeable
future.

While at it, let's have patches go to lkml too since the code is now
used outside of crypto.

Signed-off-by: Daniel Jordan <daniel.m.jordan@oracle.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Steffen Klassert <steffen.klassert@secunet.com>
Cc: linux-crypto@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3b186ade3597..06a1b8a6d953 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13024,7 +13024,9 @@ F:	lib/packing.c
 
 PADATA PARALLEL EXECUTION MECHANISM
 M:	Steffen Klassert <steffen.klassert@secunet.com>
+M:	Daniel Jordan <daniel.m.jordan@oracle.com>
 L:	linux-crypto@vger.kernel.org
+L:	linux-kernel@vger.kernel.org
 S:	Maintained
 F:	Documentation/core-api/padata.rst
 F:	include/linux/padata.h
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] padata: add a reviewer
  2020-08-27  6:44 ` Steffen Klassert
@ 2020-08-28  1:59   ` Daniel Jordan
  2020-08-28  1:53     ` [PATCH v2] padata: add another maintainer and another list Daniel Jordan
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Jordan @ 2020-08-28  1:59 UTC (permalink / raw)
  To: Steffen Klassert; +Cc: Daniel Jordan, Herbert Xu, linux-crypto, linux-kernel

On Thu, Aug 27, 2020 at 08:44:09AM +0200, Steffen Klassert wrote:
> Please also consider to add yourself as one of the maintainers.

Ok, sure!  I'll take you up on that.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] padata: add another maintainer and another list
  2020-08-28  1:53     ` [PATCH v2] padata: add another maintainer and another list Daniel Jordan
@ 2020-08-29 12:25       ` Steffen Klassert
  2020-09-04  8:28       ` Herbert Xu
  1 sibling, 0 replies; 6+ messages in thread
From: Steffen Klassert @ 2020-08-29 12:25 UTC (permalink / raw)
  To: Daniel Jordan; +Cc: Herbert Xu, linux-crypto, linux-kernel

On Thu, Aug 27, 2020 at 09:53:28PM -0400, Daniel Jordan wrote:
> At Steffen's request, I'll help maintain padata for the foreseeable
> future.
> 
> While at it, let's have patches go to lkml too since the code is now
> used outside of crypto.
> 
> Signed-off-by: Daniel Jordan <daniel.m.jordan@oracle.com>

Great, thanks a lot Daniel!

Acked-by: Steffen Klassert <steffen.klassert@secunet.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH v2] padata: add another maintainer and another list
  2020-08-28  1:53     ` [PATCH v2] padata: add another maintainer and another list Daniel Jordan
  2020-08-29 12:25       ` Steffen Klassert
@ 2020-09-04  8:28       ` Herbert Xu
  1 sibling, 0 replies; 6+ messages in thread
From: Herbert Xu @ 2020-09-04  8:28 UTC (permalink / raw)
  To: Daniel Jordan; +Cc: Steffen Klassert, linux-crypto, linux-kernel

On Thu, Aug 27, 2020 at 09:53:28PM -0400, Daniel Jordan wrote:
> At Steffen's request, I'll help maintain padata for the foreseeable
> future.
> 
> While at it, let's have patches go to lkml too since the code is now
> used outside of crypto.
> 
> Signed-off-by: Daniel Jordan <daniel.m.jordan@oracle.com>
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Cc: Steffen Klassert <steffen.klassert@secunet.com>
> Cc: linux-crypto@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-09-04  8:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-26 14:59 [PATCH] padata: add a reviewer Daniel Jordan
2020-08-27  6:44 ` Steffen Klassert
2020-08-28  1:59   ` Daniel Jordan
2020-08-28  1:53     ` [PATCH v2] padata: add another maintainer and another list Daniel Jordan
2020-08-29 12:25       ` Steffen Klassert
2020-09-04  8:28       ` Herbert Xu

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).