Merge tag 'tpmdd-next-v5.12-rc1-v2' of...
Merge tag 'tpmdd-next-v5.12-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd Pull tpm updates from Jarkko Sakkinen: "New features: - Cr50 I2C TPM driver - sysfs exports of PCR registers in TPM 2.0 chips Bug fixes: - bug fixes for tpm_tis driver, which had a racy wait for hardware state change to be ready to send a command to the TPM chip. The bug has existed already since 2006, but has only made itself known in recent past. This is the same as the "last time" :-) - Otherwise there's bunch of fixes for not as alarming regressions. I think the list is about the same as last time, except I added fixes for some disjoint bugs in trusted keys that I found some time ago" * tag 'tpmdd-next-v5.12-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd: KEYS: trusted: Reserve TPM for seal and unseal operations KEYS: trusted: Fix migratable=1 failing KEYS: trusted: Fix incorrect handling of tpm_get_random() tpm/ppi: ...
Showing
- Documentation/ABI/stable/sysfs-class-tpm 14 additions, 0 deletionsDocumentation/ABI/stable/sysfs-class-tpm
- crypto/asymmetric_keys/restrict.c 4 additions, 3 deletionscrypto/asymmetric_keys/restrict.c
- drivers/char/tpm/Kconfig 10 additions, 0 deletionsdrivers/char/tpm/Kconfig
- drivers/char/tpm/Makefile 2 additions, 0 deletionsdrivers/char/tpm/Makefile
- drivers/char/tpm/eventlog/tpm1.c 1 addition, 0 deletionsdrivers/char/tpm/eventlog/tpm1.c
- drivers/char/tpm/tpm-chip.c 2 additions, 0 deletionsdrivers/char/tpm/tpm-chip.c
- drivers/char/tpm/tpm-dev-common.c 0 additions, 1 deletiondrivers/char/tpm/tpm-dev-common.c
- drivers/char/tpm/tpm-sysfs.c 179 additions, 0 deletionsdrivers/char/tpm/tpm-sysfs.c
- drivers/char/tpm/tpm.h 0 additions, 4 deletionsdrivers/char/tpm/tpm.h
- drivers/char/tpm/tpm_ppi.c 1 addition, 1 deletiondrivers/char/tpm/tpm_ppi.c
- drivers/char/tpm/tpm_tis_core.c 3 additions, 47 deletionsdrivers/char/tpm/tpm_tis_core.c
- drivers/char/tpm/tpm_tis_i2c_cr50.c 790 additions, 0 deletionsdrivers/char/tpm/tpm_tis_i2c_cr50.c
- include/linux/tpm.h 12 additions, 2 deletionsinclude/linux/tpm.h
- security/keys/trusted-keys/trusted_tpm1.c 18 additions, 4 deletionssecurity/keys/trusted-keys/trusted_tpm1.c
- security/keys/trusted-keys/trusted_tpm2.c 18 additions, 4 deletionssecurity/keys/trusted-keys/trusted_tpm2.c
Please register or sign in to comment