Re: [PATCH v2] tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support

2024-08-01 Thread Jarkko Sakkinen
On Mon Jul 29, 2024 at 4:29 PM EEST, Stefan Berger wrote: > Commit d2add27cf2b8 ("tpm: Add NULL primary creation") introduced > CONFIG_TCG_TPM2_HMAC. When this option is enabled on ppc64 then the > following message appears in the kernel log due to a missing call to > tpm2_sessions_init(). > > [

Re: [PATCH v2] tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support

2024-07-31 Thread Jarkko Sakkinen
On Mon Jul 29, 2024 at 4:29 PM EEST, Stefan Berger wrote: > Commit d2add27cf2b8 ("tpm: Add NULL primary creation") introduced > CONFIG_TCG_TPM2_HMAC. When this option is enabled on ppc64 then the > following message appears in the kernel log due to a missing call to > tpm2_sessions_init(). > > [

Re: [PATCH v2] tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support

2024-07-29 Thread Jarkko Sakkinen
On Mon Jul 29, 2024 at 4:29 PM EEST, Stefan Berger wrote: > Commit d2add27cf2b8 ("tpm: Add NULL primary creation") introduced > CONFIG_TCG_TPM2_HMAC. When this option is enabled on ppc64 then the > following message appears in the kernel log due to a missing call to > tpm2_sessions_init(). > > [

[PATCH v2] tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support

2024-07-29 Thread Stefan Berger
Commit d2add27cf2b8 ("tpm: Add NULL primary creation") introduced CONFIG_TCG_TPM2_HMAC. When this option is enabled on ppc64 then the following message appears in the kernel log due to a missing call to tpm2_sessions_init(). [2.654549] tpm tpm0: auth session is not active Add the missing call