2012-10-01 09:07:18

by Peter Huewe

[permalink] [raw]
Subject: RE: [tpmdd-devel] [PATCH] TPM: Let the tpm char device be openable multiple times

Hi Jason,

one quick question:
- TPM_BUFSIZE = 4096,
[...]
+ u8 data_bufferx[2048];

Why do you half the buffer size?

Thanks,
Peter


2012-10-01 16:09:14

by Jason Gunthorpe

[permalink] [raw]
Subject: Re: [tpmdd-devel] [PATCH] TPM: Let the tpm char device be openable multiple times

On Mon, Oct 01, 2012 at 09:07:11AM +0000, [email protected] wrote:
> Hi Jason,
>
> one quick question:
> - TPM_BUFSIZE = 4096,
> [...]
> + u8 data_bufferx[2048];
>
> Why do you half the buffer size?

I missed 7f366784f5c2b8fc065 when I rebased the patch, thanks!

Jason