public inbox for linux-kernel@vger.kernel.org
 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-next-6.10-rc2
Date: Tue, 28 May 2024 13:28:57 +0300	[thread overview]
Message-ID: <D1L7GV7M5K0E.2OPVM82VLFT10@kernel.org> (raw)

The following changes since commit 2bfcfd584ff5ccc8bb7acde19b42570414bf880b:

  Merge tag 'pmdomain-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm (2024-05-27 08:18:31 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d3e43a8fa43effdbb62c7edc206df7ac67772205:

  tpm: Enable TCG_TPM2_HMAC by default only for X86_64 (2024-05-28 13:14:29 +0300)

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

This PR fixes two unaddressed review comments for the HMAC encryption
patch set. They are cosmetic but we are better off, if such unnecessary
glitches do not exist in the release.

The priority part of this PR is enabling the HMAC encryption by default
only on x86-64 because that is the only sufficiently tested arch.

Finally, there is a bug fix for SPI transfer buffer allocation, which
did not take into account the SPI header size.

BR, Jarkko

----------------------------------------------------------------
Jarkko Sakkinen (3):
      tpm: Open code tpm_buf_parameters()
      tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it local
      tpm: Enable TCG_TPM2_HMAC by default only for X86_64

Matthew R. Ochs (1):
      tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer

 drivers/char/tpm/Kconfig            |  2 +-
 drivers/char/tpm/tpm-buf.c          | 26 --------------------------
 drivers/char/tpm/tpm2-cmd.c         | 10 +++++++++-
 drivers/char/tpm/tpm2-sessions.c    | 21 +++++++++++++++++++--
 drivers/char/tpm/tpm_tis_spi_main.c |  3 ++-
 include/linux/tpm.h                 | 17 -----------------
 6 files changed, 31 insertions(+), 48 deletions(-)

             reply	other threads:[~2024-05-28 10:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-28 10:28 Jarkko Sakkinen [this message]
2024-05-28 18:08 ` [GIT PULL] TPM DEVICE DRIVER: tpmdd-next-6.10-rc2 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=D1L7GV7M5K0E.2OPVM82VLFT10@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