Re: [tpmdd-devel] [PATCH RFC 4/4] tpm: add the infrastructure for TPM space for TPM 2.0

2017-01-09 Thread Jarkko Sakkinen
On Wed, Jan 04, 2017 at 12:50:21PM -0500, Stefan Berger wrote: >Jarkko Sakkinen wrote on 01/02/2017 >08:22:10 AM: > >> >> Added a ioctl for creating a TPM space. The space is isolated from the >> other users of the TPM. Only a process holding the file with the handle >> ca

Re: [PATCH RFC 4/4] tpm: add the infrastructure for TPM space for TPM 2.0

2017-01-04 Thread Jarkko Sakkinen
On Tue, Jan 03, 2017 at 12:16:34PM -0700, Jason Gunthorpe wrote: > On Tue, Jan 03, 2017 at 02:37:30AM +0200, Jarkko Sakkinen wrote: > > On Mon, Jan 02, 2017 at 02:09:53PM -0700, Jason Gunthorpe wrote: > > > On Mon, Jan 02, 2017 at 03:22:10PM +0200, Jarkko Sakkinen wrote: > > > > Added a ioctl for c

Re: [PATCH RFC 4/4] tpm: add the infrastructure for TPM space for TPM 2.0

2017-01-04 Thread Jarkko Sakkinen
On Tue, Jan 03, 2017 at 11:46:27AM -0700, Jason Gunthorpe wrote: > On Tue, Jan 03, 2017 at 02:37:30AM +0200, Jarkko Sakkinen wrote: > > On Mon, Jan 02, 2017 at 02:09:53PM -0700, Jason Gunthorpe wrote: > > > On Mon, Jan 02, 2017 at 03:22:10PM +0200, Jarkko Sakkinen wrote: > > > > Added a ioctl for c

Re: [PATCH RFC 4/4] tpm: add the infrastructure for TPM space for TPM 2.0

2017-01-03 Thread Jason Gunthorpe
On Tue, Jan 03, 2017 at 02:37:30AM +0200, Jarkko Sakkinen wrote: > On Mon, Jan 02, 2017 at 02:09:53PM -0700, Jason Gunthorpe wrote: > > On Mon, Jan 02, 2017 at 03:22:10PM +0200, Jarkko Sakkinen wrote: > > > Added a ioctl for creating a TPM space. The space is isolated from the > > > other users of

Re: [PATCH RFC 4/4] tpm: add the infrastructure for TPM space for TPM 2.0

2017-01-03 Thread Jason Gunthorpe
On Tue, Jan 03, 2017 at 02:37:30AM +0200, Jarkko Sakkinen wrote: > On Mon, Jan 02, 2017 at 02:09:53PM -0700, Jason Gunthorpe wrote: > > On Mon, Jan 02, 2017 at 03:22:10PM +0200, Jarkko Sakkinen wrote: > > > Added a ioctl for creating a TPM space. The space is isolated from the > > > other users of

Re: [PATCH RFC 4/4] tpm: add the infrastructure for TPM space for TPM 2.0

2017-01-02 Thread Jarkko Sakkinen
On Mon, Jan 02, 2017 at 02:09:53PM -0700, Jason Gunthorpe wrote: > On Mon, Jan 02, 2017 at 03:22:10PM +0200, Jarkko Sakkinen wrote: > > Added a ioctl for creating a TPM space. The space is isolated from the > > other users of the TPM. Only a process holding the file with the handle > > can access t

Re: [PATCH RFC 4/4] tpm: add the infrastructure for TPM space for TPM 2.0

2017-01-02 Thread Jason Gunthorpe
On Mon, Jan 02, 2017 at 03:22:10PM +0200, Jarkko Sakkinen wrote: > Added a ioctl for creating a TPM space. The space is isolated from the > other users of the TPM. Only a process holding the file with the handle > can access the objects and only objects that are created through that > file handle c

[PATCH RFC 4/4] tpm: add the infrastructure for TPM space for TPM 2.0

2017-01-02 Thread Jarkko Sakkinen
Added a ioctl for creating a TPM space. The space is isolated from the other users of the TPM. Only a process holding the file with the handle can access the objects and only objects that are created through that file handle can be accessed. Signed-off-by: Jarkko Sakkinen --- drivers/char/tpm/Ma