Re: [tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176.

2010-02-08 Thread Ross Philipson
@lists.sourceforge.net Subject: Re: [tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176. I pushed this patch since I was able to get confirmation of it working on a system we have here. Ross, do you have any feedback on the previous policy patch with the warning message and

Re: [tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176.

2010-02-08 Thread Cihula, Joseph
, Shane; Ross Philipson; tboot-devel@lists.sourceforge.net Subject: RE: [tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176. As Christian points out, the best approach is to “round up” any timeouts that are less than the defaults. Here is such a patch-please verify it on

Re: [tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176.

2010-02-06 Thread Cihula, Joseph
t: Monday, February 01, 2010 12:27 PM To: Wang, Shane; Ross Philipson; tboot-devel@lists.sourceforge.net Subject: Re: [tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176. I was wondering about that. The values returned from the TPM in the hp6930p are definitely milliseconds,

Re: [tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176.

2010-02-02 Thread Corrion, Bradley W
1:27 PM To: Wang, Shane; Ross Philipson; tboot-devel@lists.sourceforge.net Subject: Re: [tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176. I was wondering about that. The values returned from the TPM in the hp6930p are definitely milliseconds, they are in fact equal to

Re: [tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176.

2010-02-01 Thread Christian Limpach
ipson [mailto:ross.philip...@citrix.com] Sent: 2010年1月29日 18:45 To: tboot-devel@lists.sourceforge.net Cc: Christian Limpach Subject: [tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176. Patch to fix timeout bug introduced by tboot.hg changeset 176. Either the TPM in the hp6930p doesn't

Re: [tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176.

2010-02-01 Thread Ross Philipson
ipson [mailto:ross.philip...@citrix.com] Sent: 2010年1月29日 18:45 To: tboot-devel@lists.sourceforge.net Cc: Christian Limpach Subject: [tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176. Patch to fix timeout bug introduced by tboot.hg changeset 176. Either the TPM in the hp6930p do

Re: [tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176.

2010-01-31 Thread Wang, Shane
devel@lists.sourceforge.net Cc: Christian Limpach Subject: [tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176. Patch to fix timeout bug introduced by tboot.hg changeset 176. Either the TPM in the hp6930p doesn't operate to spec or the code was never tested. With the

[tboot-devel] [PATCH] Fix timeout bug introduced by tboot.hg changeset 176.

2010-01-29 Thread Ross Philipson
Patch to fix timeout bug introduced by tboot.hg changeset 176. Either the TPM in the hp6930p doesn't operate to spec or the code was never tested. With the patch, the values read from the tpm are equal to the default values used before tpm timeout code was added in changesets 163 and 176. Sign