]> www.infradead.org Git - nvme.git/commit
Merge tag 'tpmdd-next-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jul 2024 18:30:57 +0000 (11:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Jul 2024 18:30:57 +0000 (11:30 -0700)
commit5cc467117e61272c522f5922b04dd984deb2411f
tree707c818eb0649ca97fc0757de04ec1e13b210f05
parent75aa87ca486b95ffae678300722022f01d33b7ca
parent7ca110f2679b7d1f3ac1afc90e6ffbf0af3edf0d
Merge tag 'tpmdd-next-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd

Pull TPM fixes from Jarkko Sakkinen:
 "This contains the fixes for !chip->auth condition, preventing the
  breakage of:
   - tpm_ftpm_tee.c
   - tpm_i2c_nuvoton.c
   - tpm_ibmvtpm.c
   - tpm_tis_i2c_cr50.c
   - tpm_vtpm_proxy.c

  All drivers will continue to work as they did in 6.9, except a single
  warning (dev_warn() not WARN()) is printed to klog only to inform that
  authenticated sessions are not enabled"

* tag 'tpmdd-next-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd:
  tpm: Address !chip->auth in tpm_buf_append_hmac_session*()
  tpm: Address !chip->auth in tpm_buf_append_name()
  tpm: Address !chip->auth in tpm2_*_auth_session()