Re: [PATCH] KEYS: trusted: allow trusted.ko to initialize w/o a TPM

2019-03-26 Thread Jarkko Sakkinen
On Mon, Mar 25, 2019 at 04:47:35PM +0200, Jarkko Sakkinen wrote: > Allow trusted.ko to initialize w/o a TPM. This commit adds checks to the > key type callbacks and exported functions to fail when a TPM is not > available. > > Cc: Dan Williams > Cc: sta...@vger.kernel.org > Fixes: 240730437deb

Re: [PATCH] KEYS: trusted: allow trusted.ko to initialize w/o a TPM

2019-03-26 Thread Jarkko Sakkinen
On Mon, Mar 25, 2019 at 02:33:38PM -0700, Dan Williams wrote: > On Mon, Mar 25, 2019 at 7:48 AM Jarkko Sakkinen > wrote: > > > > Allow trusted.ko to initialize w/o a TPM. This commit adds checks to the > > key type callbacks and exported functions to fail when a TPM is not > > available. > > > >

Re: [PATCH] KEYS: trusted: allow trusted.ko to initialize w/o a TPM

2019-03-25 Thread Dan Williams
On Mon, Mar 25, 2019 at 7:48 AM Jarkko Sakkinen wrote: > > Allow trusted.ko to initialize w/o a TPM. This commit adds checks to the > key type callbacks and exported functions to fail when a TPM is not > available. > > Cc: Dan Williams Reported-and-tested-by: Dan Williams Thanks Jarkko!

[PATCH] KEYS: trusted: allow trusted.ko to initialize w/o a TPM

2019-03-25 Thread Jarkko Sakkinen
Allow trusted.ko to initialize w/o a TPM. This commit adds checks to the key type callbacks and exported functions to fail when a TPM is not available. Cc: Dan Williams Cc: sta...@vger.kernel.org Fixes: 240730437deb ("KEYS: trusted: explicitly use tpm_chip structure...") Signed-off-by: Jarkko