From: Stefan Berger <stefanb@linux.vnet.ibm.com>
To: qemu-ppc@nongnu.org, marcandre.lureau@redhat.com
Cc: Stefan Berger <stefanb@linux.vnet.ibm.com>,
qemu-devel@nongnu.org, david@gibson.dropbear.id.au
Subject: [PATCH v3 0/2] tpm: Some fixes
Date: Tue, 7 Jul 2020 16:16:23 -0400 [thread overview]
Message-ID: <20200707201625.4177419-1-stefanb@linux.vnet.ibm.com> (raw)
This series of patches fixes the TPM SPAPR device model so that it reacts
in the same way as the other device models do when the backend device did
not start up properly. It now calls exit(1).
Due to a change in the TPM 2 code, the pcrUpdateCounter (14th byte) in the
TPM2_Pcrread response now returns a different value than before. So it's
better to skip the 14th byte when comparing expected against actual responses.
Stefan
v2->v3:
- more elaborate commit messages
v1->v2:
- simplified skipping of 14th byte in response
Stefan Berger (2):
tpm: tpm_spapr: Exit on TPM backend failures
tests: tpm: Skip over pcrUpdateCounter byte in result comparison
hw/tpm/tpm_spapr.c | 5 ++++-
tests/qtest/tpm-util.c | 6 +++++-
2 files changed, 9 insertions(+), 2 deletions(-)
--
2.24.1
next reply other threads:[~2020-07-07 20:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-07 20:16 Stefan Berger [this message]
2020-07-07 20:16 ` [PATCH v3 1/2] tpm: tpm_spapr: Exit on TPM backend failures Stefan Berger
2020-07-14 17:47 ` Marc-André Lureau
2020-07-07 20:16 ` [PATCH v3 2/2] tests: tpm: Skip over pcrUpdateCounter byte in result comparison Stefan Berger
2020-07-08 7:30 ` Marc-André Lureau
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=20200707201625.4177419-1-stefanb@linux.vnet.ibm.com \
--to=stefanb@linux.vnet.ibm.com \
--cc=david@gibson.dropbear.id.au \
--cc=marcandre.lureau@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.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).