Re: [PATCH] x86, tboot: provide debugfs interfaces to access TXT log

2013-06-23 Thread H. Peter Anvin
On 06/23/2013 07:56 PM, Ren Qiaowei wrote: >> > Well, I guess that I can use iomem related interface to fix these > warnings caused by sparse. > And you SHOULD. Passing around pointers to I/O space without even annotating them isn't really very clean. -hpa -- To unsubscribe from this

Re: [PATCH] x86, tboot: provide debugfs interfaces to access TXT log

2013-06-23 Thread Ren Qiaowei
On 06/23/2013 04:36 PM, Joe Perches wrote: On Sun, 2013-06-23 at 15:54 +0800, Qiaowei Ren wrote: These logs come from tboot (Trusted Boot, an open source, pre-kernel/VMM module that uses Intel TXT to perform a measured and verified launch of an OS kernel/VMM.). [] diff --git a/arch/x86/kernel/

Re: [PATCH] x86, tboot: provide debugfs interfaces to access TXT log

2013-06-23 Thread Joe Perches
On Sun, 2013-06-23 at 15:54 +0800, Qiaowei Ren wrote: > These logs come from tboot (Trusted Boot, an open source, > pre-kernel/VMM module that uses Intel TXT to perform a > measured and verified launch of an OS kernel/VMM.). [] > diff --git a/arch/x86/kernel/tboot.c b/arch/x86/kernel/tboot.c [] > +

[PATCH] x86, tboot: provide debugfs interfaces to access TXT log

2013-06-23 Thread Qiaowei Ren
These logs come from tboot (Trusted Boot, an open source, pre-kernel/VMM module that uses Intel TXT to perform a measured and verified launch of an OS kernel/VMM.). Signed-off-by: Qiaowei Ren --- arch/x86/kernel/tboot.c | 70 +++ 1 file changed, 70 i