Re: [tpmdd-devel] [PATCH 1/3] vTPM: fixed the limit checking

2015-05-12 Thread Joy M. Latten
Hi Stefan, On Mon, 2015-05-11 at 09:02 -0400, Stefan Berger wrote: > On 05/05/2015 08:51 PM, Hon Ching(Vicky) Lo wrote: > > Do not skip the last entry of the event log. > > > > Signed-off-by: Hon Ching(Vicky) Lo > > Signed-off-by: Joy Latten > > > > Changelog: > > - remove redundant code > >

Re: [tpmdd-devel] [PATCH 1/3] vTPM: fixed the limit checking

2015-05-12 Thread Joy M. Latten
Hi Stefan, On Mon, 2015-05-11 at 09:02 -0400, Stefan Berger wrote: On 05/05/2015 08:51 PM, Hon Ching(Vicky) Lo wrote: Do not skip the last entry of the event log. Signed-off-by: Hon Ching(Vicky) Lo hon...@linux.vnet.ibm.com Signed-off-by: Joy Latten jmlat...@linux.vnet.ibm.com

Re: [tpmdd-devel] [PATCH 1/3] vTPM: fixed the limit checking

2015-05-11 Thread Stefan Berger
On 05/05/2015 08:51 PM, Hon Ching(Vicky) Lo wrote: Do not skip the last entry of the event log. Signed-off-by: Hon Ching(Vicky) Lo Signed-off-by: Joy Latten Changelog: - remove redundant code --- drivers/char/tpm/tpm_eventlog.c |5 + 1 files changed, 1 insertions(+), 4

Re: [tpmdd-devel] [PATCH 1/3] vTPM: fixed the limit checking

2015-05-11 Thread Stefan Berger
On 05/05/2015 08:51 PM, Hon Ching(Vicky) Lo wrote: Do not skip the last entry of the event log. Signed-off-by: Hon Ching(Vicky) Lo hon...@linux.vnet.ibm.com Signed-off-by: Joy Latten jmlat...@linux.vnet.ibm.com Changelog: - remove redundant code --- drivers/char/tpm/tpm_eventlog.c |5

[PATCH 1/3] vTPM: fixed the limit checking

2015-05-05 Thread Hon Ching(Vicky) Lo
Do not skip the last entry of the event log. Signed-off-by: Hon Ching(Vicky) Lo Signed-off-by: Joy Latten Changelog: - remove redundant code --- drivers/char/tpm/tpm_eventlog.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/drivers/char/tpm/tpm_eventlog.c

[PATCH 1/3] vTPM: fixed the limit checking

2015-05-05 Thread Hon Ching(Vicky) Lo
Do not skip the last entry of the event log. Signed-off-by: Hon Ching(Vicky) Lo hon...@linux.vnet.ibm.com Signed-off-by: Joy Latten jmlat...@linux.vnet.ibm.com Changelog: - remove redundant code --- drivers/char/tpm/tpm_eventlog.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-)