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