Re: [PATCH v3] selftests: add TPM 2.0 tests

2019-02-05 Thread Jarkko Sakkinen
On Wed, Feb 06, 2019 at 07:12:57AM +1100, James Morris wrote: > On Tue, 5 Feb 2019, Jarkko Sakkinen wrote: > > > On Mon, Feb 04, 2019 at 03:16:40PM +0200, Jarkko Sakkinen wrote: > > > Added the tests that I've been using for testing TPM 2.0 functionality > > > for a long time but have been out-of-

Re: [PATCH v3] selftests: add TPM 2.0 tests

2019-02-05 Thread James Morris
On Tue, 5 Feb 2019, Jarkko Sakkinen wrote: > On Mon, Feb 04, 2019 at 03:16:40PM +0200, Jarkko Sakkinen wrote: > > Added the tests that I've been using for testing TPM 2.0 functionality > > for a long time but have been out-of-tree so far, residing in > > > > https://github.com/jsakkine-intel/tpm2

Re: [PATCH v3] selftests: add TPM 2.0 tests

2019-02-05 Thread Jarkko Sakkinen
On Tue, Feb 05, 2019 at 12:13:22PM +0200, Jarkko Sakkinen wrote: > On Tue, Feb 05, 2019 at 01:29:10AM +0200, Jarkko Sakkinen wrote: > > On Mon, Feb 04, 2019 at 03:16:40PM +0200, Jarkko Sakkinen wrote: > > > Added the tests that I've been using for testing TPM 2.0 functionality > > > for a long time

Re: [PATCH v3] selftests: add TPM 2.0 tests

2019-02-05 Thread Jarkko Sakkinen
On Tue, Feb 05, 2019 at 01:29:10AM +0200, Jarkko Sakkinen wrote: > On Mon, Feb 04, 2019 at 03:16:40PM +0200, Jarkko Sakkinen wrote: > > Added the tests that I've been using for testing TPM 2.0 functionality > > for a long time but have been out-of-tree so far, residing in > > > > https://github.co

Re: [PATCH v3] selftests: add TPM 2.0 tests

2019-02-04 Thread Jarkko Sakkinen
On Mon, Feb 04, 2019 at 03:16:40PM +0200, Jarkko Sakkinen wrote: > Added the tests that I've been using for testing TPM 2.0 functionality > for a long time but have been out-of-tree so far, residing in > > https://github.com/jsakkine-intel/tpm2-scripts > > Cc: Tadeusz Struk > Signed-off-by: Jark