diff options
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | 2022-05-13 16:57:05 +0200 |
---|---|---|
committer | Jarkko Sakkinen <jarkko@kernel.org> | 2022-05-23 17:47:50 +0200 |
commit | 7f3113e3b9f7207f0bd57b5fdae1a1b9c8215e08 (patch) | |
tree | dd37ce7db54e6369d754cf32ec4b17286c57c00a /MAINTAINERS | |
parent | doc: trusted-encrypted: describe new CAAM trust source (diff) | |
download | linux-7f3113e3b9f7207f0bd57b5fdae1a1b9c8215e08.tar.xz linux-7f3113e3b9f7207f0bd57b5fdae1a1b9c8215e08.zip |
MAINTAINERS: add KEYS-TRUSTED-CAAM
Create a maintainer entry for CAAM trusted keys in the Linux keyring.
Reviewed-by: Pankaj Gupta <pankaj.gupta@nxp.com>
Acked-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bf41a67635ec..982894375bb4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10860,6 +10860,15 @@ S: Supported F: include/keys/trusted_tee.h F: security/keys/trusted-keys/trusted_tee.c +KEYS-TRUSTED-CAAM +M: Ahmad Fatoum <a.fatoum@pengutronix.de> +R: Pengutronix Kernel Team <kernel@pengutronix.de> +L: linux-integrity@vger.kernel.org +L: keyrings@vger.kernel.org +S: Maintained +F: include/keys/trusted_caam.h +F: security/keys/trusted-keys/trusted_caam.c + KEYS/KEYRINGS M: David Howells <dhowells@redhat.com> M: Jarkko Sakkinen <jarkko@kernel.org> |