Message ID | 20220506062553.1068296-8-a.fatoum@pengutronix.de |
---|---|
State | Superseded |
Headers | show |
Series | KEYS: trusted: Introduce support for NXP CAAM-based trusted keys | expand |
On 07.05.22 21:29, Jarkko Sakkinen wrote: >>> +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> >>> -- >>> 2.30.2 >>> >> >> Acked-by: Jarkko Sakkinen <jarkko@kernel.org> > > 3/7 would probably need tested-by. Other than that this starts to look > good... It has been tested by me on an i.MX6 (era < 10 with blobbing support) and by Michael on a LS1028A (era >= 10, both with and without blobbing support). Cheers, Ahmad > > BR, Jarkko >
On Wed, May 11, 2022 at 12:48:53PM +0200, Ahmad Fatoum wrote: > On 07.05.22 21:29, Jarkko Sakkinen wrote: > >>> +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> > >>> -- > >>> 2.30.2 > >>> > >> > >> Acked-by: Jarkko Sakkinen <jarkko@kernel.org> > > > > 3/7 would probably need tested-by. Other than that this starts to look > > good... > > It has been tested by me on an i.MX6 (era < 10 with blobbing support) > and by Michael on a LS1028A (era >= 10, both with and without blobbing > support). > > Cheers, > Ahmad Michael, can you give a tested-by for the corresponding patch? BR, Jarkko
Am 2022-05-11 17:18, schrieb Jarkko Sakkinen: > On Wed, May 11, 2022 at 12:48:53PM +0200, Ahmad Fatoum wrote: >> On 07.05.22 21:29, Jarkko Sakkinen wrote: >> >>> +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> >> >>> -- >> >>> 2.30.2 >> >>> >> >> >> >> Acked-by: Jarkko Sakkinen <jarkko@kernel.org> >> > >> > 3/7 would probably need tested-by. Other than that this starts to look >> > good... >> >> It has been tested by me on an i.MX6 (era < 10 with blobbing support) >> and by Michael on a LS1028A (era >= 10, both with and without blobbing >> support). >> >> Cheers, >> Ahmad > > Michael, can you give a tested-by for the corresponding patch? I guess there will be a new version and esp a change of that patch. I'll retest once the new version is out. -michael
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>