Re: [PATCH] tpm: do handle area size validation only when TPM space used

2017-03-28 Thread Jarkko Sakkinen
n list > > Subject: Re: [PATCH] tpm: do handle area size validation only when TPM > > space used > > > > So do you need this or not? > > > > /Jarkko > > > > On Mon, Mar 27, 2017 at 12:08:15AM +0300, Jarkko Sakkinen wrote: > > > In o

RE: [PATCH] tpm: do handle area size validation only when TPM space used

2017-03-28 Thread Alexander.Steffen
security- > mod...@vger.kernel.org; Peter Huewe; Marcel Selhorst; Jason Gunthorpe; > open list > Subject: Re: [PATCH] tpm: do handle area size validation only when TPM > space used > > So do you need this or not? > > /Jarkko > > On Mon, Mar 27, 2017 at 12:08:15AM +030

Re: [PATCH] tpm: do handle area size validation only when TPM space used

2017-03-28 Thread Jarkko Sakkinen
So do you need this or not? /Jarkko On Mon, Mar 27, 2017 at 12:08:15AM +0300, Jarkko Sakkinen wrote: > In order to not cause backwards compatibility issues with > /dev/tpm0 disable handle area size validation if tpm_transmit > is not called with a TPM space. > > Signed-off-by: Jarkko Sakkinen >

[PATCH] tpm: do handle area size validation only when TPM space used

2017-03-26 Thread Jarkko Sakkinen
In order to not cause backwards compatibility issues with /dev/tpm0 disable handle area size validation if tpm_transmit is not called with a TPM space. Signed-off-by: Jarkko Sakkinen --- drivers/char/tpm/tpm-interface.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a