mbox series

[GIT,PULL] TPM DEVICE DRIVER changes for v5.15

Message ID dbb37ec13b79573e1223161383c222a6ab7ac15e.camel@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] TPM DEVICE DRIVER changes for v5.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v5.15

Message

Jarkko Sakkinen Aug. 23, 2021, 5:31 p.m. UTC
Hi,

These are the highlights of this PR:

- Support for signing LKM's with ECDSA keys.
- An integer overflow bug fix in pkey.

/Jarkko

The following changes since commit e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93:

  Linux 5.14-rc7 (2021-08-22 14:24:56 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v5.15

for you to fetch changes up to f985911b7bc75d5c98ed24d8aaa8b94c590f7c6a:

  crypto: public_key: fix overflow during implicit conversion (2021-08-23 20:25:24 +0300)

----------------------------------------------------------------
tpmdd updates for Linux v5.15

----------------------------------------------------------------
Adrian Ratiu (2):
      char: tpm: Kconfig: remove bad i2c cr50 select
      char: tpm: cr50_i2c: convert to new probe interface

Stefan Berger (3):
      certs: Trigger creation of RSA module signing key if it's not an RSA key
      certs: Add support for using elliptic curve keys for signing modules
      tpm: ibmvtpm: Avoid error message when process gets signal while waiting

zhenwei pi (1):
      crypto: public_key: fix overflow during implicit conversion

 certs/Kconfig                         | 26 ++++++++++++++++++++++++++
 certs/Makefile                        | 21 +++++++++++++++++++++
 crypto/asymmetric_keys/pkcs7_parser.c |  8 ++++++++
 drivers/char/tpm/Kconfig              |  1 -
 drivers/char/tpm/tpm_ibmvtpm.c        | 26 +++++++++++++++-----------
 drivers/char/tpm/tpm_ibmvtpm.h        |  2 +-
 drivers/char/tpm/tpm_tis_i2c_cr50.c   | 12 ++----------
 include/crypto/public_key.h           |  4 ++--
 8 files changed, 75 insertions(+), 25 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 30, 2021, 7:46 p.m. UTC | #1
The pull request you sent on Mon, 23 Aug 2021 20:31:25 +0300:

> git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/ tags/tpmdd-next-v5.15

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/451819aa5ad0a22b23f0eb178816dc72b73ab903

Thank you!