All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] TPM DEVICE DRIVER changes for v5.15
@ 2021-08-23 17:31 Jarkko Sakkinen
  2021-08-30 19:46 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jarkko Sakkinen @ 2021-08-23 17:31 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, linux-integrity, jmorris, dhowells, peterhuewe

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] TPM DEVICE DRIVER changes for v5.15
  2021-08-23 17:31 [GIT PULL] TPM DEVICE DRIVER changes for v5.15 Jarkko Sakkinen
@ 2021-08-30 19:46 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-08-30 19:46 UTC (permalink / raw)
  To: Jarkko Sakkinen
  Cc: Linus Torvalds, linux-kernel, linux-integrity, jmorris, dhowells,
	peterhuewe

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-30 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-23 17:31 [GIT PULL] TPM DEVICE DRIVER changes for v5.15 Jarkko Sakkinen
2021-08-30 19:46 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.