Re: [Patch v6 4/4] KEYS: trusted: Move TPM2 trusted keys code

2019-10-04 Thread Jarkko Sakkinen
On Fri, Oct 04, 2019 at 11:35:29AM +0530, Sumit Garg wrote: > Hi Jarkko, > > On Wed, 25 Sep 2019 at 06:41, Jarkko Sakkinen > wrote: > > > > On Wed, Sep 18, 2019 at 11:53:08AM +0530, Sumit Garg wrote: > > > No worries :). I will send next version of patch-set. > > > > > > FYI, I will be travelling

Re: [Patch v6 4/4] KEYS: trusted: Move TPM2 trusted keys code

2019-10-03 Thread Sumit Garg
Hi Jarkko, On Wed, 25 Sep 2019 at 06:41, Jarkko Sakkinen wrote: > > On Wed, Sep 18, 2019 at 11:53:08AM +0530, Sumit Garg wrote: > > No worries :). I will send next version of patch-set. > > > > FYI, I will be travelling for Linaro Connect next week so you could > > expect some delays in my respon

Re: [Patch v6 4/4] KEYS: trusted: Move TPM2 trusted keys code

2019-09-24 Thread Jarkko Sakkinen
On Wed, Sep 18, 2019 at 11:53:08AM +0530, Sumit Garg wrote: > No worries :). I will send next version of patch-set. > > FYI, I will be travelling for Linaro Connect next week so you could > expect some delays in my responses. These patches will go to v5.5. There is nothing to rush. /Jarkko

Re: [Patch v6 4/4] KEYS: trusted: Move TPM2 trusted keys code

2019-09-17 Thread Sumit Garg
On Tue, 17 Sep 2019 at 23:45, Jarkko Sakkinen wrote: > > On Tue, Sep 17, 2019 at 09:14:15PM +0300, Jarkko Sakkinen wrote: > > On Mon, Sep 16, 2019 at 04:04:24PM +0530, Sumit Garg wrote: > > > Move TPM2 trusted keys code to trusted keys subsystem. The reason > > > being it's better to consolidate a

Re: [Patch v6 4/4] KEYS: trusted: Move TPM2 trusted keys code

2019-09-17 Thread Jarkko Sakkinen
On Tue, Sep 17, 2019 at 09:14:15PM +0300, Jarkko Sakkinen wrote: > On Mon, Sep 16, 2019 at 04:04:24PM +0530, Sumit Garg wrote: > > Move TPM2 trusted keys code to trusted keys subsystem. The reason > > being it's better to consolidate all the trusted keys code to a single > > location so that it can

Re: [Patch v6 4/4] KEYS: trusted: Move TPM2 trusted keys code

2019-09-17 Thread Jarkko Sakkinen
On Mon, Sep 16, 2019 at 04:04:24PM +0530, Sumit Garg wrote: > Move TPM2 trusted keys code to trusted keys subsystem. The reason > being it's better to consolidate all the trusted keys code to a single > location so that it can be maintained sanely. > > Suggested-by: Jarkko Sakkinen > Signed-off-b

[Patch v6 4/4] KEYS: trusted: Move TPM2 trusted keys code

2019-09-16 Thread Sumit Garg
Move TPM2 trusted keys code to trusted keys subsystem. The reason being it's better to consolidate all the trusted keys code to a single location so that it can be maintained sanely. Suggested-by: Jarkko Sakkinen Signed-off-by: Sumit Garg Reviewed-by: Jarkko Sakkinen --- drivers/char/tpm/tpm-c