Re: [PATCH v9 0/4] Introduce TEE based Trusted Keys support

2021-03-13 Thread Jarkko Sakkinen
On Fri, Mar 12, 2021 at 08:30:36AM -0800, James Bottomley wrote: > On Fri, 2021-03-12 at 18:26 +0200, Jarkko Sakkinen wrote: > > On Wed, Mar 10, 2021 at 02:26:27PM -0800, James Bottomley wrote: > > > On Wed, 2021-03-10 at 21:56 +0200, Jarkko Sakkinen wrote: > > > [...] > > > > I also need to apply

Re: [PATCH v9 0/4] Introduce TEE based Trusted Keys support

2021-03-12 Thread James Bottomley
On Fri, 2021-03-12 at 18:26 +0200, Jarkko Sakkinen wrote: > On Wed, Mar 10, 2021 at 02:26:27PM -0800, James Bottomley wrote: > > On Wed, 2021-03-10 at 21:56 +0200, Jarkko Sakkinen wrote: > > [...] > > > I also need to apply > > > > > > https://lore.kernel.org/linux-integrity/20210127190617.17564-

Re: [PATCH v9 0/4] Introduce TEE based Trusted Keys support

2021-03-12 Thread Jarkko Sakkinen
On Wed, Mar 10, 2021 at 02:26:27PM -0800, James Bottomley wrote: > On Wed, 2021-03-10 at 21:56 +0200, Jarkko Sakkinen wrote: > [...] > > I also need to apply > > > > https://lore.kernel.org/linux-integrity/20210127190617.17564-1-james.bottom...@hansenpartnership.com/ > > > > and I would like to

Re: [PATCH v9 0/4] Introduce TEE based Trusted Keys support

2021-03-10 Thread Jarkko Sakkinen
On Thu, Mar 11, 2021 at 01:35:04AM +0200, Jarkko Sakkinen wrote: > On Wed, Mar 10, 2021 at 02:26:27PM -0800, James Bottomley wrote: > > On Wed, 2021-03-10 at 21:56 +0200, Jarkko Sakkinen wrote: > > [...] > > > I also need to apply > > > > > > https://lore.kernel.org/linux-integrity/20210127190617

Re: [PATCH v9 0/4] Introduce TEE based Trusted Keys support

2021-03-10 Thread Jarkko Sakkinen
On Wed, Mar 10, 2021 at 02:26:27PM -0800, James Bottomley wrote: > On Wed, 2021-03-10 at 21:56 +0200, Jarkko Sakkinen wrote: > [...] > > I also need to apply > > > > https://lore.kernel.org/linux-integrity/20210127190617.17564-1-james.bottom...@hansenpartnership.com/ > > > > and I would like to

Re: [PATCH v9 0/4] Introduce TEE based Trusted Keys support

2021-03-10 Thread James Bottomley
On Wed, 2021-03-10 at 21:56 +0200, Jarkko Sakkinen wrote: [...] > I also need to apply > > https://lore.kernel.org/linux-integrity/20210127190617.17564-1-james.bottom...@hansenpartnership.com/ > > and I would like to do both while I'm at it. > > James, there was one patch that needed fixing but

Re: [PATCH v9 0/4] Introduce TEE based Trusted Keys support

2021-03-10 Thread Jarkko Sakkinen
On Tue, Mar 09, 2021 at 02:40:07PM +0530, Sumit Garg wrote: > On Thu, 4 Mar 2021 at 21:14, Jarkko Sakkinen wrote: > > > > On Thu, Mar 04, 2021 at 03:30:18PM +0530, Sumit Garg wrote: > > > Hi Jarkko, > > > > > > On Mon, 1 Mar 2021 at 18:41, Sumit Garg wrote: > > > > > > > > Add support for TEE bas

Re: [PATCH v9 0/4] Introduce TEE based Trusted Keys support

2021-03-09 Thread Sumit Garg
On Thu, 4 Mar 2021 at 21:14, Jarkko Sakkinen wrote: > > On Thu, Mar 04, 2021 at 03:30:18PM +0530, Sumit Garg wrote: > > Hi Jarkko, > > > > On Mon, 1 Mar 2021 at 18:41, Sumit Garg wrote: > > > > > > Add support for TEE based trusted keys where TEE provides the > > > functionality > > > to seal an

Re: [PATCH v9 0/4] Introduce TEE based Trusted Keys support

2021-03-04 Thread Jarkko Sakkinen
On Thu, Mar 04, 2021 at 03:30:18PM +0530, Sumit Garg wrote: > Hi Jarkko, > > On Mon, 1 Mar 2021 at 18:41, Sumit Garg wrote: > > > > Add support for TEE based trusted keys where TEE provides the functionality > > to seal and unseal trusted keys using hardware unique key. Also, this is > > an alter

Re: [PATCH v9 0/4] Introduce TEE based Trusted Keys support

2021-03-04 Thread Sumit Garg
Hi Jarkko, On Mon, 1 Mar 2021 at 18:41, Sumit Garg wrote: > > Add support for TEE based trusted keys where TEE provides the functionality > to seal and unseal trusted keys using hardware unique key. Also, this is > an alternative in case platform doesn't possess a TPM device. > > This patch-set h