lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 12 Aug 2009 23:42:56 +0800
From:	"Wang, Shane" <shane.wang@...el.com>
To:	"H. Peter Anvin" <hpa@...or.com>, Ingo Molnar <mingo@...e.hu>
CC:	"Cihula, Joseph" <joseph.cihula@...el.com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"arjan@...ux.intel.com" <arjan@...ux.intel.com>,
	"andi@...stfloor.org" <andi@...stfloor.org>,
	"chrisw@...s-sol.org" <chrisw@...s-sol.org>,
	"jmorris@...ei.org" <jmorris@...ei.org>,
	"jbeulich@...ell.com" <jbeulich@...ell.com>,
	"peterm@...hat.com" <peterm@...hat.com>,
	"Wei, Gang" <gang.wei@...el.com>
Subject: RE: [RFC v6][PATCH 0b/4] intel_txt: Intel(R) Trusted Execution
	Technology support for Linux - Details

H. Peter Anvin wrote:
> On 08/12/2009 07:53 AM, Ingo Molnar wrote:
>> * Ingo Molnar <mingo@...e.hu> wrote:
>> 
>>> i reviewed & tried the latest patches. Structure of v6 looks now
>>> looks pretty good, but there are some build problems:
>>> 
>>> arch/x86/kernel/tboot.c: In function 'tboot_probe':
>>> arch/x86/kernel/tboot.c:76: error: implicit declaration of function
>>> 'set_fixmap' arch/x86/kernel/tboot.c:76: error: 'FIX_TBOOT_BASE'
>>> undeclared (first use in this function) arch/x86/kernel/tboot.c:76:
>>> error: (Each undeclared identifier is reported only once
>>> arch/x86/kernel/tboot.c:76: error: for each function it appears
>>> in.) arch/x86/kernel/tboot.c:77: error: implicit declaration of
>>> function 'fix_to_virt' arch/x86/kernel/tboot.c:77: warning: cast to
>>> pointer from integer of different size  
>>> 
>>> config attached.
>> 
>> ok, hpa fixed this bug - i tested it some more and here's the next
>> issue:
>> 
>> arch/x86/built-in.o: In function `tboot_shutdown':
>> (.text+0x2e3b5): undefined reference to
>> `acpi_wakeup_address'arch/x86/built-in.o: In function `tboot_sleep':
>> (.text+0x2e679): undefined reference to `acpi_wakeup_address' 
>> 
>> Config attached below.
>> 
> 
> tboot_sleep() references acpi_wakeup_address, which is only defined if
> CONFIG_ACPI_SLEEP is set.  We *could* make TBOOT require
> CONFIG_ACPI_SLEEP, but that looks like the wrong thing to do to me,
> unless TXT somehow depends on having S3 support.
> 
> 	-hpa

oh, S3 support by TXT is one of TXT support. We have code to secure S3 sleep and resume.
Without S3 support, TXT code is incomplete.

Shane--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ