Re: [PATCH v3 2/3] x86/tboot: Fail extended mode reduced hardware sleep

2013-06-26 Thread Jan Beulich
>>> On 26.06.13 at 16:55, Ben Guthro wrote: > On Wed, Jun 26, 2013 at 10:44 AM, Jan Beulich wrote: > On 26.06.13 at 16:06, Ben Guthro wrote: >>> --- a/arch/x86/kernel/tboot.c >>> +++ b/arch/x86/kernel/tboot.c >>> @@ -273,7 +273,8 @@ static void tboot_copy_fadt(const struct >>> acpi_table_fa

Re: [PATCH v3 2/3] x86/tboot: Fail extended mode reduced hardware sleep

2013-06-26 Thread Ben Guthro
On Wed, Jun 26, 2013 at 10:44 AM, Jan Beulich wrote: On 26.06.13 at 16:06, Ben Guthro wrote: >> --- a/arch/x86/kernel/tboot.c >> +++ b/arch/x86/kernel/tboot.c >> @@ -273,7 +273,8 @@ static void tboot_copy_fadt(const struct acpi_table_fadt >> *fadt) >> offsetof(struct acpi_tabl

Re: [PATCH v3 2/3] x86/tboot: Fail extended mode reduced hardware sleep

2013-06-26 Thread Jan Beulich
>>> On 26.06.13 at 16:06, Ben Guthro wrote: > --- a/arch/x86/kernel/tboot.c > +++ b/arch/x86/kernel/tboot.c > @@ -273,7 +273,8 @@ static void tboot_copy_fadt(const struct acpi_table_fadt > *fadt) > offsetof(struct acpi_table_facs, firmware_waking_vector); > } > > -static int tboo

[PATCH v3 2/3] x86/tboot: Fail extended mode reduced hardware sleep

2013-06-26 Thread Ben Guthro
As tboot currently does not support the reduced hardware sleep interface, fail this extended call. Signed-off-by: Ben Guthro Signed-off-by: Jan Beulich Cc: tboot-de...@lists.sourceforge.net Cc: Gang Wei --- arch/x86/kernel/tboot.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-)