Re: [PATCH v3] tpm: vtpm_proxy: Suppress error logging when in closed state

2017-06-01 Thread Jarkko Sakkinen
On Thu, May 25, 2017 at 06:29:13PM -0400, Stefan Berger wrote: > Suppress the error logging when the core TPM driver sends commands > to the VTPM proxy driver and -EPIPE is returned in case the VTPM > proxy driver is 'closed' (closed anonymous file descriptor). This > error code is only returned b

Re: [PATCH v3] tpm: vtpm_proxy: Suppress error logging when in closed state

2017-05-29 Thread Jarkko Sakkinen
On Thu, May 25, 2017 at 06:29:13PM -0400, Stefan Berger wrote: > Suppress the error logging when the core TPM driver sends commands > to the VTPM proxy driver and -EPIPE is returned in case the VTPM > proxy driver is 'closed' (closed anonymous file descriptor). This > error code is only returned b

[PATCH v3] tpm: vtpm_proxy: Suppress error logging when in closed state

2017-05-25 Thread Stefan Berger
Suppress the error logging when the core TPM driver sends commands to the VTPM proxy driver and -EPIPE is returned in case the VTPM proxy driver is 'closed' (closed anonymous file descriptor). This error code is only returned by the send function and by tpm_transmit when the VTPM proxy driver is b