Re: [PATCH 3/3] tpm: fix missing migratable flag in sealing functionality for TPM2

2015-11-09 Thread Jarkko Sakkinen
Hi Other fixes are ready for the pull request but for this patch peer check might be useful. I'm anyway sending the pull request with the five pull patches over here even if I don't get 'Tested-by:': https://github.com/jsakkine/linux-tpmdd/commits/fixes I've tested this patch with fTPM and dTPM

[PATCH 3/3] tpm: fix missing migratable flag in sealing functionality for TPM2

2015-11-05 Thread Jarkko Sakkinen
The 'migratable' flag was not added to the key payload. This patch fixes the problem. Fixes: 0fe5480303a1 ("keys, trusted: seal/unseal with TPM 2.0 chips") Signed-off-by: Jarkko Sakkinen --- drivers/char/tpm/tpm2-cmd.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff