linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jarkko Sakkinen <jarkko@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Huewe <peterhuewe@gmx.de>, Jason Gunthorpe <jgg@ziepe.ca>,
	David Howells <dhowells@redhat.com>,
	keyrings@vger.kernel.org, linux-integrity@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] TPM DEVICE DRIVER: tpmdd-sessions-next-6.19-rc1
Date: Fri, 5 Dec 2025 07:51:27 +0200	[thread overview]
Message-ID: <aTJy3xx3DEFS5Gr-@kernel.org> (raw)

The following changes since commit 2061f18ad76ecaddf8ed17df81b8611ea88dbddd:

  Merge tag 'caps-pr-20251204' of git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux (2025-12-04 20:10:28 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tags/tpmdd-sessions-next-6.19-rc1

for you to fetch changes up to b7960b90486139022d2d39caad90db252c469bab:

  tpm2-sessions: Open code tpm_buf_append_hmac_session() (2025-12-05 06:42:51 +0200)

----------------------------------------------------------------
Hi,

This second pull request for 6.19 is targeted for tpm2-sessions updates.

There's two bug fixes and two more cosmetic tweaks for HMAC protected
sessions. They provide a baseine for further improvements to be
implemented during the the course of the release cycle.

BR, Jarkko

----------------------------------------------------------------
Jarkko Sakkinen (4):
      tpm2-sessions: Fix out of range indexing in name_size
      tpm2-sessions: Fix tpm2_read_public range checks
      tpm2-sessions: Remove 'attributes' parameter from tpm_buf_append_auth
      tpm2-sessions: Open code tpm_buf_append_hmac_session()

 drivers/char/tpm/tpm2-cmd.c               |  42 +++++--
 drivers/char/tpm/tpm2-sessions.c          | 199 +++++++++++++++++++-----------
 include/linux/tpm.h                       |  38 ++----
 security/keys/trusted-keys/trusted_tpm2.c |  41 ++++--
 4 files changed, 204 insertions(+), 116 deletions(-)

             reply	other threads:[~2025-12-05  5:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-05  5:51 Jarkko Sakkinen [this message]
2025-12-06  5:42 ` [GIT PULL] TPM DEVICE DRIVER: tpmdd-sessions-next-6.19-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aTJy3xx3DEFS5Gr-@kernel.org \
    --to=jarkko@kernel.org \
    --cc=dhowells@redhat.com \
    --cc=jgg@ziepe.ca \
    --cc=keyrings@vger.kernel.org \
    --cc=linux-integrity@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterhuewe@gmx.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).