Hi, Just a bunch of local fixes here and there. /Jarkko The following changes since commit 0d81a3f29c0afb18ba2b1275dcccf21e0dd4da38: Merge tag 'drm-fixes-2020-03-13' of git://anongit.freedesktop.org/drm/drm (2020-03-12 18:05:19 -0700) are available in the Git repository at: git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20200316 for you to fetch changes up to 2e356101e72ab1361821b3af024d64877d9a798d: KEYS: reaching the keys quotas correctly (2020-03-15 20:59:50 +0200) ---------------------------------------------------------------- tpmdd updates for Linux v5.7 ---------------------------------------------------------------- Alexandru Ardelean (1): tpm_tis_spi: use new 'delay' structure for SPI transfer delays Lukas Bulwahn (1): MAINTAINERS: adjust to trusted keys subsystem creation Matthew Garrett (1): tpm: Don't make log failures fatal Sergiu Cuciurean (1): tpm: tpm_tis_spi_cr50: use new structure for SPI transfer delays Stefan Berger (3): tpm: of: Handle IBM,vtpm20 case when getting log parameters tpm: ibmvtpm: Wait for buffer to be set before proceeding tpm: ibmvtpm: Add support for TPM2 Vasily Averin (2): tpm: tpm1_bios_measurements_next should increase position index tpm: tpm2_bios_measurements_next should increase position index Yang Xu (1): KEYS: reaching the keys quotas correctly MAINTAINERS | 4 ++-- drivers/char/tpm/eventlog/common.c | 12 ++++-------- drivers/char/tpm/eventlog/of.c | 3 ++- drivers/char/tpm/eventlog/tpm1.c | 2 +- drivers/char/tpm/eventlog/tpm2.c | 2 +- drivers/char/tpm/tpm-chip.c | 4 +--- drivers/char/tpm/tpm.h | 3 ++- drivers/char/tpm/tpm2-cmd.c | 2 +- drivers/char/tpm/tpm_ibmvtpm.c | 17 +++++++++++++++++ drivers/char/tpm/tpm_ibmvtpm.h | 1 + drivers/char/tpm/tpm_tis_spi_cr50.c | 7 ++++++- drivers/char/tpm/tpm_tis_spi_main.c | 3 ++- security/keys/key.c | 2 +- security/keys/keyctl.c | 4 ++-- 14 files changed, 43 insertions(+), 23 deletions(-)