linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] crypto: ccp - Update CCP driver maintainer information
@ 2020-06-26 19:09 Tom Lendacky
  2020-06-26 19:15 ` John Allen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tom Lendacky @ 2020-06-26 19:09 UTC (permalink / raw)
  To: linux-crypto, linux-kernel
  Cc: Herbert Xu, David Miller, John Allen, Brijesh Singh

From: Tom Lendacky <thomas.lendacky@amd.com>

Add John Allen as a new CCP driver maintainer. Additionally, break out
the driver SEV support and create a new maintainer entry, with Brijesh
Singh and Tom Lendacky as maintainers.

Cc: John Allen <john.allen@amd.com>
Cc: Brijesh Singh <brijesh.singh@amd.com>
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>

---

Changes from v1:
- Change the email for Brijesh. The previous one is an alias, use the
  proper email address in case the alias is ever removed.
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 68f21d46614c..de266ca5f921 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -830,11 +830,20 @@ F:	include/uapi/rdma/efa-abi.h
 
 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
 M:	Tom Lendacky <thomas.lendacky@amd.com>
+M:	John Allen <john.allen@amd.com>
 L:	linux-crypto@vger.kernel.org
 S:	Supported
 F:	drivers/crypto/ccp/
 F:	include/linux/ccp.h
 
+AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - SEV SUPPORT
+M:	Brijesh Singh <brijesh.singh@amd.com>
+M:	Tom Lendacky <thomas.lendacky@amd.com>
+L:	linux-crypto@vger.kernel.org
+S:	Supported
+F:	drivers/crypto/ccp/sev*
+F:	include/uapi/linux/psp-sev.h
+
 AMD DISPLAY CORE
 M:	Harry Wentland <harry.wentland@amd.com>
 M:	Leo Li <sunpeng.li@amd.com>
-- 
2.27.0


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

* Re: [PATCH v2] crypto: ccp - Update CCP driver maintainer information
  2020-06-26 19:09 [PATCH v2] crypto: ccp - Update CCP driver maintainer information Tom Lendacky
@ 2020-06-26 19:15 ` John Allen
  2020-06-26 19:16 ` Brijesh Singh
  2020-07-03  4:49 ` Herbert Xu
  2 siblings, 0 replies; 4+ messages in thread
From: John Allen @ 2020-06-26 19:15 UTC (permalink / raw)
  To: Tom Lendacky
  Cc: linux-crypto, linux-kernel, Herbert Xu, David Miller, Brijesh Singh

On Fri, Jun 26, 2020 at 02:09:39PM -0500, Tom Lendacky wrote:
> From: Tom Lendacky <thomas.lendacky@amd.com>
> 
> Add John Allen as a new CCP driver maintainer. Additionally, break out
> the driver SEV support and create a new maintainer entry, with Brijesh
> Singh and Tom Lendacky as maintainers.
> 
> Cc: John Allen <john.allen@amd.com>
> Cc: Brijesh Singh <brijesh.singh@amd.com>
> Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>

Acked-by: John Allen <john.allen@amd.com>

> 
> ---
> 
> Changes from v1:
> - Change the email for Brijesh. The previous one is an alias, use the
>   proper email address in case the alias is ever removed.
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 68f21d46614c..de266ca5f921 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -830,11 +830,20 @@ F:	include/uapi/rdma/efa-abi.h
>  
>  AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
>  M:	Tom Lendacky <thomas.lendacky@amd.com>
> +M:	John Allen <john.allen@amd.com>
>  L:	linux-crypto@vger.kernel.org
>  S:	Supported
>  F:	drivers/crypto/ccp/
>  F:	include/linux/ccp.h
>  
> +AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - SEV SUPPORT
> +M:	Brijesh Singh <brijesh.singh@amd.com>
> +M:	Tom Lendacky <thomas.lendacky@amd.com>
> +L:	linux-crypto@vger.kernel.org
> +S:	Supported
> +F:	drivers/crypto/ccp/sev*
> +F:	include/uapi/linux/psp-sev.h
> +
>  AMD DISPLAY CORE
>  M:	Harry Wentland <harry.wentland@amd.com>
>  M:	Leo Li <sunpeng.li@amd.com>
> -- 
> 2.27.0
> 

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

* Re: [PATCH v2] crypto: ccp - Update CCP driver maintainer information
  2020-06-26 19:09 [PATCH v2] crypto: ccp - Update CCP driver maintainer information Tom Lendacky
  2020-06-26 19:15 ` John Allen
@ 2020-06-26 19:16 ` Brijesh Singh
  2020-07-03  4:49 ` Herbert Xu
  2 siblings, 0 replies; 4+ messages in thread
From: Brijesh Singh @ 2020-06-26 19:16 UTC (permalink / raw)
  To: Tom Lendacky, linux-crypto, linux-kernel
  Cc: brijesh.singh, Herbert Xu, David Miller, John Allen


On 6/26/20 2:09 PM, Tom Lendacky wrote:
> From: Tom Lendacky <thomas.lendacky@amd.com>
>
> Add John Allen as a new CCP driver maintainer. Additionally, break out
> the driver SEV support and create a new maintainer entry, with Brijesh
> Singh and Tom Lendacky as maintainers.
>
> Cc: John Allen <john.allen@amd.com>
> Cc: Brijesh Singh <brijesh.singh@amd.com>
> Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
>
> ---
>
> Changes from v1:
> - Change the email for Brijesh. The previous one is an alias, use the
>   proper email address in case the alias is ever removed.

Acked-by: Brijesh Singh <brijesh.singh@amd.com>

> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 68f21d46614c..de266ca5f921 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -830,11 +830,20 @@ F:	include/uapi/rdma/efa-abi.h
>  
>  AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
>  M:	Tom Lendacky <thomas.lendacky@amd.com>
> +M:	John Allen <john.allen@amd.com>
>  L:	linux-crypto@vger.kernel.org
>  S:	Supported
>  F:	drivers/crypto/ccp/
>  F:	include/linux/ccp.h
>  
> +AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - SEV SUPPORT
> +M:	Brijesh Singh <brijesh.singh@amd.com>
> +M:	Tom Lendacky <thomas.lendacky@amd.com>
> +L:	linux-crypto@vger.kernel.org
> +S:	Supported
> +F:	drivers/crypto/ccp/sev*
> +F:	include/uapi/linux/psp-sev.h
> +
>  AMD DISPLAY CORE
>  M:	Harry Wentland <harry.wentland@amd.com>
>  M:	Leo Li <sunpeng.li@amd.com>

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

* Re: [PATCH v2] crypto: ccp - Update CCP driver maintainer information
  2020-06-26 19:09 [PATCH v2] crypto: ccp - Update CCP driver maintainer information Tom Lendacky
  2020-06-26 19:15 ` John Allen
  2020-06-26 19:16 ` Brijesh Singh
@ 2020-07-03  4:49 ` Herbert Xu
  2 siblings, 0 replies; 4+ messages in thread
From: Herbert Xu @ 2020-07-03  4:49 UTC (permalink / raw)
  To: Tom Lendacky
  Cc: linux-crypto, linux-kernel, David Miller, John Allen, Brijesh Singh

On Fri, Jun 26, 2020 at 02:09:39PM -0500, Tom Lendacky wrote:
> From: Tom Lendacky <thomas.lendacky@amd.com>
> 
> Add John Allen as a new CCP driver maintainer. Additionally, break out
> the driver SEV support and create a new maintainer entry, with Brijesh
> Singh and Tom Lendacky as maintainers.
> 
> Cc: John Allen <john.allen@amd.com>
> Cc: Brijesh Singh <brijesh.singh@amd.com>
> Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
> 
> ---
> 
> Changes from v1:
> - Change the email for Brijesh. The previous one is an alias, use the
>   proper email address in case the alias is ever removed.
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 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] 4+ messages in thread

end of thread, other threads:[~2020-07-03  4:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-26 19:09 [PATCH v2] crypto: ccp - Update CCP driver maintainer information Tom Lendacky
2020-06-26 19:15 ` John Allen
2020-06-26 19:16 ` Brijesh Singh
2020-07-03  4:49 ` 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).