From: Stefan Berger <stefanb@linux.vnet.ibm.com>
To: jarkko.sakkinen@linux.intel.com, tpmdd-devel@lists.sourceforge.net
Cc: linux-security-module@vger.kernel.org,
linux-kernel@vger.kernel.org, jgunthorpe@obsidianresearch.com,
Stefan Berger <stefanb@linux.vnet.ibm.com>
Subject: [PATCH v6 0/3] Extend the vTPM proxy driver to pass locality
Date: Wed, 24 May 2017 17:39:38 -0400 [thread overview]
Message-ID: <1495661981-27249-1-git-send-email-stefanb@linux.vnet.ibm.com> (raw)
The purpose of this series of patches is to enable the passing of the locality
a command is executing in to a recipient, i.e., TPM emulator. To enable this we
introduce vendor-specific TPM commands for TPM 1.2 and TPM 2 that the driver
sends to the TPM emulator.
v5->v6:
- Added patch 3/3.
v4->v5:
- introduce TPM_TRANSMIT_RAW to be able to call tpm_transmit without
recursing into requesting the locality.
v3->v4:
- addressed Jarkko's comments: largely a rewrite of the patches
v2->v3:
- addressed Jarkko's comments
v1->v2:
- fixed return value from function in patch 3/3
Stefan Berger (3):
tpm: Introduce flag TPM_TRANSMIT_RAW
tpm: vtpm_proxy: Implement request_locality function.
tpm: vtpm_proxy: Prevent userspace from sending driver command
drivers/char/tpm/tpm-interface.c | 4 ++-
drivers/char/tpm/tpm.h | 1 +
drivers/char/tpm/tpm_vtpm_proxy.c | 69 +++++++++++++++++++++++++++++++++++++++
include/uapi/linux/vtpm_proxy.h | 4 +++
4 files changed, 77 insertions(+), 1 deletion(-)
--
2.4.3
next reply other threads:[~2017-05-24 21:39 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-24 21:39 Stefan Berger [this message]
[not found] ` <1495661981-27249-1-git-send-email-stefanb-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2017-05-24 21:39 ` [PATCH v6 1/3] tpm: Introduce flag TPM_TRANSMIT_RAW Stefan Berger
2017-05-24 22:18 ` Jarkko Sakkinen
2017-05-24 22:59 ` Stefan Berger
2017-05-24 21:39 ` [PATCH v6 2/3] tpm: vtpm_proxy: Implement request_locality function Stefan Berger
2017-05-24 22:21 ` Jarkko Sakkinen
2017-05-24 23:03 ` Stefan Berger
2017-05-25 0:09 ` Jarkko Sakkinen
2017-06-02 0:34 ` Stefan Berger
2017-06-04 15:43 ` Jarkko Sakkinen
[not found] ` <20170604154332.blhrcj43xgcswxvu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-06-04 16:27 ` Jarkko Sakkinen
2017-06-04 20:09 ` Stefan Berger
2017-05-24 21:39 ` [PATCH v6 3/3] tpm: vtpm_proxy: Prevent userspace from sending driver command Stefan Berger
2017-05-24 22:22 ` Jarkko Sakkinen
[not found] ` <20170524222211.bweuzimsy2vm2lym-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-05-25 0:10 ` Jarkko Sakkinen
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=1495661981-27249-1-git-send-email-stefanb@linux.vnet.ibm.com \
--to=stefanb@linux.vnet.ibm.com \
--cc=jarkko.sakkinen@linux.intel.com \
--cc=jgunthorpe@obsidianresearch.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=tpmdd-devel@lists.sourceforge.net \
/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).