Re: [PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow

2018-11-04 Thread Jarkko Sakkinen
On Sun, Nov 04, 2018 at 07:46:43AM +, Winkler, Tomas wrote: > > Subject: [PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow > > You forgot to version your posts this should be V2 in the subject, right? > Thanks > Tomas Correct. Please hold with the review.

Re: [PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow

2018-11-04 Thread Jarkko Sakkinen
On Sun, Nov 04, 2018 at 07:46:43AM +, Winkler, Tomas wrote: > > Subject: [PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow > > You forgot to version your posts this should be V2 in the subject, right? > Thanks > Tomas Correct. Please hold with the review.

RE: [PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow

2018-11-04 Thread Winkler, Tomas
> Subject: [PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow You forgot to version your posts this should be V2 in the subject, right? Thanks Tomas > Make the changes that are needed to detach TPM space code from > tpm_transmit() flow so that we do no longer ne

RE: [PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow

2018-11-04 Thread Winkler, Tomas
> Subject: [PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow You forgot to version your posts this should be V2 in the subject, right? Thanks Tomas > Make the changes that are needed to detach TPM space code from > tpm_transmit() flow so that we do no longer ne

[PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow

2018-11-03 Thread Jarkko Sakkinen
Make the changes that are needed to detach TPM space code from tpm_transmit() flow so that we do no longer need nested tpm_transmit() calls. v2: * Print tpm2_commit_space() error inside tpm2_commit_space() * Error code was not printed when recv() callback failed. It is fixed in this version. *

[PATCH 0/8] Detach TPM space code out of the tpm_transmit() flow

2018-11-03 Thread Jarkko Sakkinen
Make the changes that are needed to detach TPM space code from tpm_transmit() flow so that we do no longer need nested tpm_transmit() calls. v2: * Print tpm2_commit_space() error inside tpm2_commit_space() * Error code was not printed when recv() callback failed. It is fixed in this version. *