mbox series

[GIT,PULL] tpmdd updates for v5.19-rc2

Message ID 20220608092646.3074700-1-jarkko@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] tpmdd updates for v5.19-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v5.19-rc2

Message

Jarkko Sakkinen June 8, 2022, 9:26 a.m. UTC
The following changes since commit 9886142c7a2226439c1e3f7d9b69f9c7094c3ef6:

  Merge tag 'input-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input (2022-06-07 15:00:29 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v5.19-rc2

for you to fetch changes up to 967a4b757b51164a3dc3307234fcb48b7be2745b:

  KEYS: trusted: tpm2: Fix migratable logic (2022-06-08 12:13:26 +0300)

----------------------------------------------------------------
A bug fix for migratable (whether or not a key is tied to the TPM chip
soldered to the machine) handling for TPM2 trusted keys.

----------------------------------------------------------------
david.safford@gmail.com (1):
      KEYS: trusted: tpm2: Fix migratable logic

 security/keys/trusted-keys/trusted_tpm2.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jarkko Sakkinen June 8, 2022, 11:06 a.m. UTC | #1
On Wed, 2022-06-08 at 12:26 +0300, Jarkko Sakkinen wrote:
> The following changes since commit 9886142c7a2226439c1e3f7d9b69f9c7094c3ef6:
> 
>   Merge tag 'input-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input (2022-06-07 15:00:29 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v5.19-rc2
> 
> for you to fetch changes up to 967a4b757b51164a3dc3307234fcb48b7be2745b:
> 
>   KEYS: trusted: tpm2: Fix migratable logic (2022-06-08 12:13:26 +0300)
> 
> ----------------------------------------------------------------
> A bug fix for migratable (whether or not a key is tied to the TPM chip
> soldered to the machine) handling for TPM2 trusted keys.
> 
> ----------------------------------------------------------------
> david.safford@gmail.com (1):
>       KEYS: trusted: tpm2: Fix migratable logic
> 
>  security/keys/trusted-keys/trusted_tpm2.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Ugh, from-address in malformed. I'll need to redo the PR.

BR, Jarkko