mbox series

[GIT,PULL] tpmdd updates for Linux v5.7

Message ID 20200315225443.GA1413900@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] tpmdd updates for Linux v5.7 | expand

Pull-request

git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20200316

Message

Jarkko Sakkinen March 15, 2020, 10:54 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 30, 2020, 7:50 p.m. UTC | #1
The pull request you sent on Mon, 16 Mar 2020 00:54:43 +0200:

> git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20200316

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0f751396346f5cfb6d02abe1985af53717b23c3d

Thank you!