Re: [PATCH v4 2/2] tpm: vtpm_proxy: Implement request_locality function.

2017-05-24 Thread Jarkko Sakkinen
On Sun, May 21, 2017 at 07:52:32PM -0400, Stefan Berger wrote: > On 05/20/2017 08:47 AM, Jarkko Sakkinen wrote: > > On Mon, May 15, 2017 at 11:56:51AM -0400, Stefan Berger wrote: > > > On 05/15/2017 08:41 AM, Jarkko Sakkinen wrote: > > > > On Wed, May 10, 2017 at 07:54:22PM -0400, Stefan Berger wro

Re: [PATCH v4 2/2] tpm: vtpm_proxy: Implement request_locality function.

2017-05-21 Thread Stefan Berger
On 05/20/2017 08:47 AM, Jarkko Sakkinen wrote: On Mon, May 15, 2017 at 11:56:51AM -0400, Stefan Berger wrote: On 05/15/2017 08:41 AM, Jarkko Sakkinen wrote: On Wed, May 10, 2017 at 07:54:22PM -0400, Stefan Berger wrote: Implement the request_locality function. To set the locality on the backen

Re: [PATCH v4 2/2] tpm: vtpm_proxy: Implement request_locality function.

2017-05-20 Thread Jarkko Sakkinen
On Mon, May 15, 2017 at 11:56:51AM -0400, Stefan Berger wrote: > On 05/15/2017 08:41 AM, Jarkko Sakkinen wrote: > > On Wed, May 10, 2017 at 07:54:22PM -0400, Stefan Berger wrote: > > > Implement the request_locality function. To set the locality on the > > > backend we define vendor-specific TPM 1.

Re: [tpmdd-devel] [PATCH v4 2/2] tpm: vtpm_proxy: Implement request_locality function.

2017-05-16 Thread Stefan Berger
On 05/16/2017 03:03 PM, Ken Goldman wrote: On 5/10/2017 7:54 PM, Stefan Berger wrote: Implement the request_locality function. To set the locality on the backend we define vendor-specific TPM 1.2 and TPM 2 ordinals and send a command to the backend to set the locality for the next commands. Wh

Re: [tpmdd-devel] [PATCH v4 2/2] tpm: vtpm_proxy: Implement request_locality function.

2017-05-16 Thread Ken Goldman
On 5/10/2017 7:54 PM, Stefan Berger wrote: Implement the request_locality function. To set the locality on the backend we define vendor-specific TPM 1.2 and TPM 2 ordinals and send a command to the backend to set the locality for the next commands. When this says "for the next commands", does t

Re: [PATCH v4 2/2] tpm: vtpm_proxy: Implement request_locality function.

2017-05-15 Thread Stefan Berger
On 05/15/2017 08:41 AM, Jarkko Sakkinen wrote: On Wed, May 10, 2017 at 07:54:22PM -0400, Stefan Berger wrote: Implement the request_locality function. To set the locality on the backend we define vendor-specific TPM 1.2 and TPM 2 ordinals and send a command to the backend to set the locality for

Re: [PATCH v4 2/2] tpm: vtpm_proxy: Implement request_locality function.

2017-05-15 Thread Jarkko Sakkinen
On Wed, May 10, 2017 at 07:54:22PM -0400, Stefan Berger wrote: > Implement the request_locality function. To set the locality on the > backend we define vendor-specific TPM 1.2 and TPM 2 ordinals and send > a command to the backend to set the locality for the next commands. > > Signed-off-by: Stef

[PATCH v4 2/2] tpm: vtpm_proxy: Implement request_locality function.

2017-05-10 Thread Stefan Berger
Implement the request_locality function. To set the locality on the backend we define vendor-specific TPM 1.2 and TPM 2 ordinals and send a command to the backend to set the locality for the next commands. Signed-off-by: Stefan Berger --- drivers/char/tpm/tpm.h| 1 + drivers/char/tp