Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1389022
| From | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [tpmdd-devel] [PATCH v11 0/4] Multi-instance vTPM proxy driver |
| Date | 2016-04-27 15:00 +0200 |
| Message-ID | <rsxes-1nA-59@gated-at.bofh.it> (permalink) |
| References | <rpl9L-Ut-3@gated-at.bofh.it> <rqMAW-542-23@gated-at.bofh.it> <rs7tF-57R-7@gated-at.bofh.it> <rs9vs-6Of-5@gated-at.bofh.it> |
| Organization | Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo |
On Tue, Apr 26, 2016 at 07:30:26AM -0400, Stefan Berger wrote: > On 04/26/2016 05:28 AM, Jarkko Sakkinen wrote: > >On Fri, Apr 22, 2016 at 07:54:27PM +0300, Jarkko Sakkinen wrote: > >>On Mon, Apr 18, 2016 at 01:26:12PM -0400, Stefan Berger wrote: > >>>The following series of patches implements a multi-instance vTPM > >>>proxy driver that can dynamically create TPM 'server' and client device > >>>pairs. > >>> > >>>Using an ioctl on the provided /dev/vtpmx, a client-side vTPM device > >>>and a server side file descriptor is created. The file descriptor must > >>>be passed to a TPM emulator. The device driver will initialize the > >>>emulated TPM using TPM 1.2 or TPM 2 startup commands and it will read > >>>the command durations from the device in case of a TPM 1.2. The choice > >>>of emulated TPM device (1.2 or 2) must be provided with a flag in > >>>the ioctl. > >>> > >>>The patches are based on the tip of a recent checkout of Jarkko's tree > >>>(master branch). > >>I've applied this series to my master branch. These patches have been > >>baking long enough in my opinion that they could be merged to next and > >>therefore find their way into Linux 4.7 > >> > >>Stefan, I would still require your Tested-by for the first patch before > >>merging because it is not as mature as other patches are. > >Now I have augmented Tested-by's to relevant patches and added my > >Signed-off-by's. I plan to merge this to the next branch tomorrow. > > Please don't forget Jason's patch for tpm_tis.c that fixes the device used > in the devm_request_irq/devm_free_irq calls. The rmmod of tpm_tis only work > correctly in interrupt mode when that patch is applied. It has been merged already earlier to the next branch. I've now merged these patches to the next branch. > Stefan /Jarkko
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v11 0/4] Multi-instance vTPM proxy driver Stefan Berger <stefanb@linux.vnet.ibm.com> - 2016-04-18 19:30 +0200
[PATCH v11 1/4] tpm: Remove all uses of drvdata from the TPM Core Stefan Berger <stefanb@linux.vnet.ibm.com> - 2016-04-18 19:30 +0200
Re: [PATCH v11 1/4] tpm: Remove all uses of drvdata from the TPM Core Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-04-19 12:20 +0200
Re: [PATCH v11 1/4] tpm: Remove all uses of drvdata from the TPM Core Stefan Berger <stefanb@linux.vnet.ibm.com> - 2016-04-19 12:40 +0200
Re: [PATCH v11 1/4] tpm: Remove all uses of drvdata from the TPM Core Jason Gunthorpe <jgunthorpe@obsidianresearch.com> - 2016-04-19 19:10 +0200
Re: [PATCH v11 1/4] tpm: Remove all uses of drvdata from the TPM Core Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-04-20 07:40 +0200
Re: [PATCH v11 1/4] tpm: Remove all uses of drvdata from the TPM Core Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-04-19 19:30 +0200
Re: [PATCH v11 1/4] tpm: Remove all uses of drvdata from the TPM Core Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-04-22 17:10 +0200
Re: [PATCH v11 1/4] tpm: Remove all uses of drvdata from the TPM Core Stefan Berger <stefanb@linux.vnet.ibm.com> - 2016-04-25 21:20 +0200
[PATCH v11 4/4] tpm: Add documentation for the tpm_vtpm_proxy device driver Stefan Berger <stefanb@linux.vnet.ibm.com> - 2016-04-18 19:30 +0200
Re: [PATCH v11 4/4] tpm: Add documentation for the tpm_vtpm_proxy device driver Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-04-22 18:50 +0200
[PATCH v11 3/4] tpm: Proxy driver for supporting multiple emulated TPMs Stefan Berger <stefanb@linux.vnet.ibm.com> - 2016-04-18 19:30 +0200
Re: [PATCH v11 3/4] tpm: Proxy driver for supporting multiple emulated TPMs Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-04-22 18:50 +0200
[PATCH v11 2/4] tpm: Introduce TPM_CHIP_FLAG_VIRTUAL Stefan Berger <stefanb@linux.vnet.ibm.com> - 2016-04-18 19:30 +0200
Re: [PATCH v11 2/4] tpm: Introduce TPM_CHIP_FLAG_VIRTUAL Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-04-22 18:50 +0200
Re: [PATCH v11 0/4] Multi-instance vTPM proxy driver Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-04-22 19:00 +0200
Re: [tpmdd-devel] [PATCH v11 0/4] Multi-instance vTPM proxy driver Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-04-26 11:30 +0200
Re: [tpmdd-devel] [PATCH v11 0/4] Multi-instance vTPM proxy driver Stefan Berger <stefanb@linux.vnet.ibm.com> - 2016-04-26 13:40 +0200
Re: [tpmdd-devel] [PATCH v11 0/4] Multi-instance vTPM proxy driver Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-04-27 15:00 +0200
Re: [tpmdd-devel] [PATCH v11 0/4] Multi-instance vTPM proxy driver Stefan Berger <stefanb@linux.vnet.ibm.com> - 2016-04-27 18:30 +0200
csiph-web