Re: [PATCH] keys, trusted: fix missing support for TPM 2.0 in trusted_update()

2017-10-16 Thread Jarkko Sakkinen
On Mon, Oct 16, 2017 at 10:53:13AM +0800, Boshi Wang wrote: > Call tpm_seal_trusted() in trusted_update() for TPM 2.0 chips. > > Signed-off-by: Boshi Wang > --- > security/keys/trusted.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git

Re: [PATCH] keys, trusted: fix missing support for TPM 2.0 in trusted_update()

2017-10-16 Thread Jarkko Sakkinen
On Mon, Oct 16, 2017 at 10:53:13AM +0800, Boshi Wang wrote: > Call tpm_seal_trusted() in trusted_update() for TPM 2.0 chips. > > Signed-off-by: Boshi Wang > --- > security/keys/trusted.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/security/keys/trusted.c

[PATCH] keys, trusted: fix missing support for TPM 2.0 in trusted_update()

2017-10-15 Thread Boshi Wang
Call tpm_seal_trusted() in trusted_update() for TPM 2.0 chips. Signed-off-by: Boshi Wang --- security/keys/trusted.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/security/keys/trusted.c b/security/keys/trusted.c index ddfaebf..563fe5f

[PATCH] keys, trusted: fix missing support for TPM 2.0 in trusted_update()

2017-10-15 Thread Boshi Wang
Call tpm_seal_trusted() in trusted_update() for TPM 2.0 chips. Signed-off-by: Boshi Wang --- security/keys/trusted.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/security/keys/trusted.c b/security/keys/trusted.c index ddfaebf..563fe5f 100644 ---