Re: [PATCH V2 3/3] drivers/char/tpm: Add securityfs support for event log

2012-08-13 Thread Ashley Lai
Thank you so much for reviewing the code. Please see my reply below. On Fri, 2012-08-10 at 17:23 +1000, Michael Ellerman wrote: > On Thu, 2012-08-09 at 18:13 -0500, Ashley Lai wrote: > > This patch retrieves the event log data from the device tree > > during file open. The event log data will the

Re: [PATCH V2 3/3] drivers/char/tpm: Add securityfs support for event log

2012-08-10 Thread Michael Ellerman
On Thu, 2012-08-09 at 18:13 -0500, Ashley Lai wrote: > This patch retrieves the event log data from the device tree > during file open. The event log data will then displayed through > securityfs. Hi Ashley, Comments inline .. > diff --git a/drivers/char/tpm/Makefile b/drivers/char/tpm/Makefile