Message ID | 20220428140145.870527-7-a.fatoum@pengutronix.de (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Herbert Xu |
Headers | show |
Series | KEYS: trusted: Introduce support for NXP CAAM-based trusted keys | expand |
"MAINTAINERS: add KEYS-TRUSTED-CAAM" On Thu, Apr 28, 2022 at 04:01:45PM +0200, Ahmad Fatoum wrote: > Add myself as maintainer for the just added trusted key integration > with the NXP Cryptographic Acceleration and Assurance Module. Please, remove "just added". Also what the heck is this integration in this context? It's afaik a process and not any sort of asset. Maybe rephrase the whole paragraph simply: "Create a maintainer entry for CAAM trusted keys in the Linux keyring." BR, Jarkko
On 04.05.22 06:24, Jarkko Sakkinen wrote: > "MAINTAINERS: add KEYS-TRUSTED-CAAM" I assume that's your preferred commit message title? I can change it. > On Thu, Apr 28, 2022 at 04:01:45PM +0200, Ahmad Fatoum wrote: >> Add myself as maintainer for the just added trusted key integration >> with the NXP Cryptographic Acceleration and Assurance Module. > > Please, remove "just added". Also what the heck is this integration > in this context? It's afaik a process and not any sort of asset. It's glue code between CAAM driver and trusted keys, so it's an integration of the former with the latter. > Maybe rephrase the whole paragraph simply: > > "Create a maintainer entry for CAAM trusted keys in the Linux keyring." Sure, can do for v9. Cheers, Ahmad > > BR, Jarkko >
diff --git a/MAINTAINERS b/MAINTAINERS index 5e8c2f611766..e58e6fc3016d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10855,6 +10855,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>