Merge tag 'tpmdd-next-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... master
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 May 2024 17:40:52 +0000 (10:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 May 2024 17:40:52 +0000 (10:40 -0700)
commite0cce98fe279b64f4a7d81b7f5c3a23d80b92fbc
treeeb303e2d170dd6ee9638d33f1bfec827621dfe08
parent8d6bc6a2b1e15c64f670f93a472ad310953188b1
parentd3e43a8fa43effdbb62c7edc206df7ac67772205
Merge tag 'tpmdd-next-6.10-rc2' of git://git./linux/kernel/git/jarkko/linux-tpmdd

Pull tpm fixes from Jarkko Sakkinen:
 "This 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 important part 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"

* tag 'tpmdd-next-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd:
  tpm: Enable TCG_TPM2_HMAC by default only for X86_64
  tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it local
  tpm: Open code tpm_buf_parameters()
  tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer