linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jarkko Sakkinen <jarkko@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-integrity@vger.kernel.org,
	jmorris@namei.org, dhowells@redhat.com, peterhuewe@gmx.de
Subject: [GIT PULL] TPM DEVICE DRIVER changes for v5.15
Date: Mon, 23 Aug 2021 20:31:25 +0300	[thread overview]
Message-ID: <dbb37ec13b79573e1223161383c222a6ab7ac15e.camel@kernel.org> (raw)

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

             reply	other threads:[~2021-08-23 17:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-23 17:31 Jarkko Sakkinen [this message]
2021-08-30 19:46 ` [GIT PULL] TPM DEVICE DRIVER changes for v5.15 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dbb37ec13b79573e1223161383c222a6ab7ac15e.camel@kernel.org \
    --to=jarkko@kernel.org \
    --cc=dhowells@redhat.com \
    --cc=jmorris@namei.org \
    --cc=linux-integrity@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterhuewe@gmx.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).