tpmdd-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
From: Jarkko Sakkinen <jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
To: Stefan Berger <stefanb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
Cc: tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [PATCH v4 00/10] Multi-instance vTPM driver
Date: Mon, 29 Feb 2016 22:57:39 +0200	[thread overview]
Message-ID: <20160229205739.GB27210@intel.com> (raw)
In-Reply-To: <20160229204846.GA27210-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

On Mon, Feb 29, 2016 at 10:48:46PM +0200, Jarkko Sakkinen wrote:
> On Mon, Feb 29, 2016 at 03:30:35PM -0500, Stefan Berger wrote:
> >    Jarkko Sakkinen <jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote on 02/29/2016
> >    03:24:01 PM:
> > 
> >    >
> >    > On Mon, Feb 29, 2016 at 12:29:46PM -0500, Stefan Berger wrote:
> >    > > The following series of patches implements a multi-instance vTPM
> >    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 driver is based on James Morris's 'next' branch and uses several
> >    > > recently posted patches from Jason and Jarkko. Some of these patches
> >    > > needed to rebased on top of this tree.
> >    >
> >    > It is kind of hard to follow what has happend between patch set
> >    > versions if you don't have a changelog in the cover letter.
> > 
> >    Sorry for that. I followed your suggestion about the flags in the
> >    vtpm-driver but moved the ops related to flag modifications under the
> >    mutex lock.
> 
> Thanks and no worries.

I looked at the patches and I think this could be applied to master
very soon. I still have to look it with time though so this is not yet
a promise. In big picture this looks really good.

That does not mean of course that they will go to linux-next any time
soon but this way they would get more exposure.

Does not make sense to waste your time for rolling out new version of
the series if the problems are localized to few lines...

/Jarkko

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140

  parent reply	other threads:[~2016-02-29 20:57 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-29 17:29 [PATCH v4 00/10] Multi-instance vTPM driver Stefan Berger
     [not found] ` <1456766996-9300-1-git-send-email-stefanb-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-02-29 17:29   ` [PATCH v4 01/10] tpm: Get rid of chip->pdev Stefan Berger
2016-02-29 17:29   ` [PATCH v4 02/10] tpm: Get rid of devname Stefan Berger
2016-02-29 17:29   ` [PATCH v4 03/10] tpm: Provide strong locking for device removal Stefan Berger
     [not found]     ` <1456766996-9300-4-git-send-email-stefanb-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-02-29 19:25       ` Jason Gunthorpe
     [not found]         ` <20160229192532.GB15042-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-02-29 19:48           ` Stefan Berger
     [not found]         ` <201602291949.u1TJn2Av025592@d03av03.boulder.ibm.com>
     [not found]           ` <201602291949.u1TJn2Av025592-MijUUJkLaQs+UXBhvPuGgqsjOiXwFzmk@public.gmane.org>
2016-02-29 19:54             ` Jason Gunthorpe
     [not found]               ` <20160229195400.GA32380-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-02-29 20:04                 ` Stefan Berger
     [not found]                   ` <201602292004.u1TK4IDH023664-YREtIfBy6dDImUpY6SP3GEEOCMrvLtNR@public.gmane.org>
2016-03-04 18:10                     ` Jarkko Sakkinen
     [not found]                       ` <20160304181038.GA24462-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-03-04 19:06                         ` Stefan Berger
     [not found]                       ` <201603041908.u24J89Mv018643@d01av03.pok.ibm.com>
     [not found]                         ` <201603041908.u24J89Mv018643-CUdSWdNILC7ImUpY6SP3GEEOCMrvLtNR@public.gmane.org>
2016-03-04 21:27                           ` Jarkko Sakkinen
     [not found]                             ` <20160304212716.GA9158-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-03-04 22:01                               ` Stefan Berger
2016-02-29 17:29   ` [PATCH v4 04/10] tpm: Get rid of module locking Stefan Berger
     [not found]     ` <1456766996-9300-5-git-send-email-stefanb-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-02-29 19:25       ` Jason Gunthorpe
2016-02-29 20:35       ` Jarkko Sakkinen
     [not found]         ` <20160229203550.GB26296-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-02-29 20:49           ` Stefan Berger
2016-03-01  0:24           ` Jason Gunthorpe
     [not found]         ` <201602292050.u1TKo2CC012799@d01av01.pok.ibm.com>
     [not found]           ` <201602292050.u1TKo2CC012799-4ZtxiNBBw+3ImUpY6SP3GEEOCMrvLtNR@public.gmane.org>
2016-03-01  5:18             ` Jarkko Sakkinen
2016-02-29 17:29   ` [PATCH v4 05/10] tpm: Split out the devm stuff from tpmm_chip_alloc Stefan Berger
2016-02-29 17:29   ` [PATCH v4 06/10] tpm: Replace device number bitmap with IDR Stefan Berger
     [not found]     ` <1456766996-9300-7-git-send-email-stefanb-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-02-29 19:31       ` Jason Gunthorpe
     [not found]         ` <20160229193103.GD15042-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-02-29 19:36           ` Stefan Berger
2016-02-29 17:29   ` [PATCH v4 07/10] tpm: Introduce TPM_CHIP_FLAG_VIRTUAL Stefan Berger
     [not found]     ` <1456766996-9300-8-git-send-email-stefanb-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-02-29 19:31       ` Jason Gunthorpe
2016-02-29 17:29   ` [PATCH v4 08/10] tpm: Driver for supporting multiple emulated TPMs Stefan Berger
     [not found]     ` <1456766996-9300-9-git-send-email-stefanb-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-03-04 20:29       ` Jarkko Sakkinen
     [not found]         ` <20160304202928.GA32617-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-03-04 21:16           ` Stefan Berger
     [not found]         ` <201603042112.u24LCT7q016369@d01av05.pok.ibm.com>
     [not found]           ` <201603042112.u24LCT7q016369-8DuMPbUlb4HImUpY6SP3GEEOCMrvLtNR@public.gmane.org>
2016-03-04 22:34             ` Jarkko Sakkinen
     [not found]               ` <20160304223410.GA12143-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-03-05 14:55                 ` Stefan Berger
2016-02-29 17:29   ` [PATCH v4 09/10] tpm: Initialize TPM and get durations and timeouts Stefan Berger
2016-02-29 17:29   ` [PATCH v4 10/10] A test program for vTPM device creation Stefan Berger
2016-02-29 20:24   ` [PATCH v4 00/10] Multi-instance vTPM driver Jarkko Sakkinen
     [not found]     ` <20160229202401.GA26296-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-02-29 20:30       ` Stefan Berger
     [not found]     ` <201602292030.u1TKUgSu010507@d01av03.pok.ibm.com>
     [not found]       ` <201602292030.u1TKUgSu010507-CUdSWdNILC7ImUpY6SP3GEEOCMrvLtNR@public.gmane.org>
2016-02-29 20:48         ` Jarkko Sakkinen
     [not found]           ` <20160229204846.GA27210-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-02-29 20:57             ` Jarkko Sakkinen [this message]
2016-03-04 17:05   ` 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=20160229205739.GB27210@intel.com \
    --to=jarkko.sakkinen-vuqaysv1563yd54fqh9/ca@public.gmane.org \
    --cc=stefanb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org \
    --cc=tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.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).