On 2013-05-14, Borislav Petkov wrote: > On Wed, May 15, 2013 at 05:21:25AM +0800, Qiaowei Ren wrote: > > diff --git a/arch/x86/kernel/tboot.c b/arch/x86/kernel/tboot.c index > > f84fe00..0ec1947 100644 > > --- a/arch/x86/kernel/tboot.c > > +++ b/arch/x86/kernel/tboot.c > > @@ -101,6 +101,8 @@ void __init tboot_probe(void) > > pr_debug("shutdown_entry: 0x%x\n", tboot->shutdown_entry); > > pr_debug("tboot_base: 0x%08x\n", tboot->tboot_base); > > pr_debug("tboot_size: 0x%x\n", tboot->tboot_size); > > + if (tboot->version >= 6) > > + pr_info("flags: 0x%08x\n", tboot->flags); > > This should be pr_debug like the rest, no?
Well. pr_debug is ok. Thanks, Qiaowei ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ tboot-devel mailing list tboot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tboot-devel