From: Jarkko Sakkinen <jarkko@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Huewe <peterhuewe@gmx.de>,
Jarkko Sakkinen <jarkko@kernel.org>,
Jason Gunthorpe <jgg@ziepe.ca>,
David Howells <dhowells@redhat.com>,
Paul Moore <paul@paul-moore.com>,
James Morris <jmorris@namei.org>,
"Serge E. Hallyn" <serge@hallyn.com>,
linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org,
keyrings@vger.kernel.org, linux-security-module@vger.kernel.org
Subject: [GIT PULL] tpmdd updates for v5.20
Date: Thu, 4 Aug 2022 00:02:28 +0300 [thread overview]
Message-ID: <20220803210228.158993-1-jarkko@kernel.org> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 2531 bytes --]
Contains mostly TPM and also few keyring fixes.
BR, Jarkko
The following changes since commit 200e340f2196d7fd427a5810d06e893b932f145a:
Merge tag 'pull-work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2022-08-03 11:43:12 -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.20
for you to fetch changes up to 863ed94c589fcd1984f4e3080f069d30508044bb:
tpm: Add check for Failure mode for TPM2 modules (2022-08-03 23:56:20 +0300)
----------------------------------------------------------------
tpmdd updates for Linux v5.20
----------------------------------------------------------------
Alexander Steffen (3):
dt-bindings: trivial-devices: Add Infineon SLB9673 TPM
tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer
tpm: Add tpm_tis_i2c backend for tpm_tis_core
Elvira Khabirova (1):
pkcs7: support EC-RDSA/streebog in SignerInfo
Huacai Chen (1):
tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCH
Mårten Lindahl (1):
tpm: Add check for Failure mode for TPM2 modules
Stefan Mahnke-Hartmann (1):
tpm: Add upgrade/reduced mode support for TPM1.2 modules
Tianjia Zhang (4):
X.509: Support parsing certificate using SM2 algorithm
sign-file: Fix confusing error messages
pkcs7: parser support SM2 and SM3 algorithms combination
KEYS: asymmetric: enforce SM2 signature use pkey algo
Yang Li (1):
tpm: fix platform_no_drv_owner.cocci warning
.../devicetree/bindings/trivial-devices.yaml | 2 +
crypto/asymmetric_keys/pkcs7_parser.c | 18 +
crypto/asymmetric_keys/public_key.c | 7 +-
crypto/asymmetric_keys/x509_cert_parser.c | 3 +
drivers/char/tpm/Kconfig | 12 +
drivers/char/tpm/Makefile | 1 +
drivers/char/tpm/tpm.h | 1 +
drivers/char/tpm/tpm1-cmd.c | 7 +-
drivers/char/tpm/tpm2-cmd.c | 6 +
drivers/char/tpm/tpm_tis_core.c | 14 +
drivers/char/tpm/tpm_tis_core.h | 10 +
drivers/char/tpm/tpm_tis_i2c.c | 390 +++++++++++++++++++++
include/linux/tpm_eventlog.h | 2 +-
scripts/sign-file.c | 2 +-
14 files changed, 470 insertions(+), 5 deletions(-)
create mode 100644 drivers/char/tpm/tpm_tis_i2c.c
next reply other threads:[~2022-08-03 21:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-03 21:02 Jarkko Sakkinen [this message]
2022-08-04 6:35 ` [GIT PULL] tpmdd updates for v5.20 Kalle Valo
2022-08-04 12:01 ` James Bottomley
2022-08-05 5:43 ` Kalle Valo
2022-08-06 17:52 ` Jarkko Sakkinen
2022-08-06 17:53 ` Jarkko Sakkinen
2022-08-08 13:45 ` Kalle Valo
2022-08-09 16:57 ` Jarkko Sakkinen
2022-08-06 18:19 ` 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=20220803210228.158993-1-jarkko@kernel.org \
--to=jarkko@kernel.org \
--cc=dhowells@redhat.com \
--cc=jgg@ziepe.ca \
--cc=jmorris@namei.org \
--cc=keyrings@vger.kernel.org \
--cc=linux-integrity@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=paul@paul-moore.com \
--cc=peterhuewe@gmx.de \
--cc=serge@hallyn.com \
--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).