mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] TPM DEVICE DRIVER: for-next-keys-7.2-rc1
@ 2026-06-19  0:48 Jarkko Sakkinen
  2026-06-19 19:24 ` pr-tracker-bot
  0 siblings, 1 reply; 3+ messages in thread
From: Jarkko Sakkinen @ 2026-06-19  0:48 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Peter Huewe, Jason Gunthorpe, David Howells, keyrings,
	linux-integrity, linux-kernel

The following changes since commit 0e0611827f3349d0a2ac121c023a6d3260dcecdb:

  Merge tag 'pull-fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/viro/vfs (2026-06-15 15:53:57 +0530)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/for-next-keys-7.2-rc1

for you to fetch changes up to 1b9524250996b1f2f49833a1b2ae21c34e486f85:

  keys: keyctl_pkey: replace BUG with return -EOPNOTSUPP (2026-06-15 15:19:13 +0300)

----------------------------------------------------------------
Hi

Please, pull. This pull request contains only fixes.

BR, Jarkko

----------------------------------------------------------------
David Laight (1):
      keys: Replace strcpy(derived_buf, "AUTH_KEY") with strscpy(..., HASH_SIZE)

Eric Biggers (1):
      KEYS: encrypted: Remove unnecessary selection of CRYPTO_RNG

Gui-Dong Han (1):
      KEYS: Use acquire when reading state in keyring search

Jarkko Sakkinen (2):
      KEYS: fix overflow in keyctl_pkey_params_get_2()
      KEYS: trusted: Debugging as a feature

Len Bao (1):
      keys/trusted_keys: mark 'migratable' as __ro_after_init

Mohammed EL Kadiri (3):
      keys: prevent slab cache merging for key_jar
      keys: request_key: replace BUG with return -EINVAL
      keys: keyctl_pkey: replace BUG with return -EOPNOTSUPP

Shaomin Chen (1):
      keys: Pin request_key_auth payload in instantiate paths

Thorsten Blum (1):
      keys: use kmalloc_flex in user_preparse

 Documentation/admin-guide/kernel-parameters.txt | 16 +++++++++
 include/keys/request_key_auth-type.h            |  2 ++
 include/keys/trusted-type.h                     | 21 +++++++-----
 security/keys/Kconfig                           |  1 -
 security/keys/encrypted-keys/encrypted.c        |  4 +--
 security/keys/internal.h                        |  2 ++
 security/keys/key.c                             |  2 +-
 security/keys/keyctl.c                          | 24 ++++++++++----
 security/keys/keyctl_pkey.c                     | 14 ++++++--
 security/keys/keyring.c                         |  2 +-
 security/keys/request_key.c                     |  2 +-
 security/keys/request_key_auth.c                | 33 +++++++++++++++++--
 security/keys/trusted-keys/Kconfig              | 23 +++++++++++++
 security/keys/trusted-keys/trusted_caam.c       |  7 ++--
 security/keys/trusted-keys/trusted_core.c       |  8 ++++-
 security/keys/trusted-keys/trusted_tpm1.c       | 44 ++++++++++++++-----------
 security/keys/user_defined.c                    |  2 +-
 17 files changed, 158 insertions(+), 49 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] TPM DEVICE DRIVER: for-next-keys-7.2-rc1
  2026-06-19  0:48 [GIT PULL] TPM DEVICE DRIVER: for-next-keys-7.2-rc1 Jarkko Sakkinen
@ 2026-06-19 19:24 ` pr-tracker-bot
  0 siblings, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2026-06-19 19:24 UTC (permalink / raw)
  To: Jarkko Sakkinen
  Cc: Linus Torvalds, Peter Huewe, Jason Gunthorpe, David Howells,
	keyrings, linux-integrity, linux-kernel

The pull request you sent on Fri, 19 Jun 2026 03:48:27 +0300:

> git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/for-next-keys-7.2-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e2c0595b56e9526e67ddd228fc35fa9ff20724ec

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] TPM DEVICE DRIVER: for-next-keys-7.2-rc1
@ 2026-06-19  0:49 Jarkko Sakkinen
  0 siblings, 0 replies; 3+ messages in thread
From: Jarkko Sakkinen @ 2026-06-19  0:49 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Peter Huewe, Jason Gunthorpe, David Howells, keyrings,
	linux-integrity, linux-kernel

OOPS please ignore I'll resend this!

Wrong template apologies.

BR, Jarkko

On Fri, Jun 19, 2026 at 12:47:08AM +0000, jarkko@kernel.org wrote:
> The following changes since commit 0e0611827f3349d0a2ac121c023a6d3260dcecdb:
> 
>   Merge tag 'pull-fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/viro/vfs (2026-06-15 15:53:57 +0530)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/for-next-keys-7.2-rc1
> 
> for you to fetch changes up to 1b9524250996b1f2f49833a1b2ae21c34e486f85:
> 
>   keys: keyctl_pkey: replace BUG with return -EOPNOTSUPP (2026-06-15 15:19:13 +0300)
> 
> ----------------------------------------------------------------
> Hi
> 
> Please, pull. This pull request contains only fixes.
> 
> BR, Jarkko
> 
> ----------------------------------------------------------------
> David Laight (1):
>       keys: Replace strcpy(derived_buf, "AUTH_KEY") with strscpy(..., HASH_SIZE)
> 
> Eric Biggers (1):
>       KEYS: encrypted: Remove unnecessary selection of CRYPTO_RNG
> 
> Gui-Dong Han (1):
>       KEYS: Use acquire when reading state in keyring search
> 
> Jarkko Sakkinen (2):
>       KEYS: fix overflow in keyctl_pkey_params_get_2()
>       KEYS: trusted: Debugging as a feature
> 
> Len Bao (1):
>       keys/trusted_keys: mark 'migratable' as __ro_after_init
> 
> Mohammed EL Kadiri (3):
>       keys: prevent slab cache merging for key_jar
>       keys: request_key: replace BUG with return -EINVAL
>       keys: keyctl_pkey: replace BUG with return -EOPNOTSUPP
> 
> Shaomin Chen (1):
>       keys: Pin request_key_auth payload in instantiate paths
> 
> Thorsten Blum (1):
>       keys: use kmalloc_flex in user_preparse
> 
>  Documentation/admin-guide/kernel-parameters.txt | 16 +++++++++
>  include/keys/request_key_auth-type.h            |  2 ++
>  include/keys/trusted-type.h                     | 21 +++++++-----
>  security/keys/Kconfig                           |  1 -
>  security/keys/encrypted-keys/encrypted.c        |  4 +--
>  security/keys/internal.h                        |  2 ++
>  security/keys/key.c                             |  2 +-
>  security/keys/keyctl.c                          | 24 ++++++++++----
>  security/keys/keyctl_pkey.c                     | 14 ++++++--
>  security/keys/keyring.c                         |  2 +-
>  security/keys/request_key.c                     |  2 +-
>  security/keys/request_key_auth.c                | 33 +++++++++++++++++--
>  security/keys/trusted-keys/Kconfig              | 23 +++++++++++++
>  security/keys/trusted-keys/trusted_caam.c       |  7 ++--
>  security/keys/trusted-keys/trusted_core.c       |  8 ++++-
>  security/keys/trusted-keys/trusted_tpm1.c       | 44 ++++++++++++++-----------
>  security/keys/user_defined.c                    |  2 +-
>  17 files changed, 158 insertions(+), 49 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-19 19:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19  0:48 [GIT PULL] TPM DEVICE DRIVER: for-next-keys-7.2-rc1 Jarkko Sakkinen
2026-06-19 19:24 ` pr-tracker-bot
2026-06-19  0:49 Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome