Re: [PATCH] tpm: migrate tpm2_do_selftest() to use struct tpm_buf

2018-02-15 Thread Jarkko Sakkinen
On Mon, Feb 12, 2018 at 02:31:43PM +0530, Nayna Jain wrote: > > > On 02/09/2018 06:48 PM, Jarkko Sakkinen wrote: > > As part of an ongoing effort to encapsulate TPM commands to struct > > tpm_buf instead of using clunky union of structs, migrated > > tpm2_do_selft_test() to use struct tpm_buf. >

Re: [PATCH] tpm: migrate tpm2_do_selftest() to use struct tpm_buf

2018-02-12 Thread Nayna Jain
On 02/09/2018 06:48 PM, Jarkko Sakkinen wrote: As part of an ongoing effort to encapsulate TPM commands to struct tpm_buf instead of using clunky union of structs, migrated tpm2_do_selft_test() to use struct tpm_buf. Signed-off-by: Jarkko Sakkinen --- I wish this would be included as part of

[PATCH] tpm: migrate tpm2_do_selftest() to use struct tpm_buf

2018-02-09 Thread Jarkko Sakkinen
As part of an ongoing effort to encapsulate TPM commands to struct tpm_buf instead of using clunky union of structs, migrated tpm2_do_selft_test() to use struct tpm_buf. Signed-off-by: Jarkko Sakkinen --- I wish this would be included as part of patch set that fixes the timing issue. drivers/cha