[GIT PULL] KEYS: for-next-keys-7.2-rc6

Jarkko Sakkinen <[email protected]> Mon, 27 Jul 2026 21:45:58 +0300
Newsgroups org.kernel.vger.keyrings,org.kernel.vger.linux-integrity
Message-ID <[email protected]>
The following changes since commit 248951ddc14de84de3910f9b13f51491a8cd91df:

  Merge tag 'hwmon-for-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging (2026-07-21 08:34:39 -0700)

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-rc6

for you to fetch changes up to a82c8a05e86f3f84e09698f65b4515b5d04633f6:

  assoc_array: trim the final shortcut word using the current chunk end (2026-07-23 18:23:45 +0300)

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

This pull request contains bug fixes discussed in [1] and two fixes
(in one commit) from Fabrice for DCP trusted keys backend..

BR, Jarkko

[1] https://lore.kernel.org/keyrings/[email protected]/

----------------------------------------------------------------
Fabrice Derepas (1):
      KEYS: trusted: dcp: fix key_len validation and calc_blob_len() return type

Michael Bommarito (3):
      keys: fix out-of-bounds read in keyring_get_key_chunk()
      keys: make keyring key-chunk byte order agree with keyring_diff_objects()
      assoc_array: trim the final shortcut word using the current chunk end

 lib/assoc_array.c                        |  3 ++-
 security/keys/keyring.c                  | 14 ++++++++------
 security/keys/trusted-keys/trusted_dcp.c | 15 +++++++++++----
 3 files changed, 21 insertions(+), 11 deletions(-)