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] [day] [month] [year] [list]
Date:	Thu, 3 Nov 2011 01:20:56 +0100
From:	"Rafael J. Wysocki" <rjw@...k.pl>
To:	Dave Jones <davej@...hat.com>
Cc:	Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: ACPI / PM: Add Sony VPCEB17FX to nonvs blacklist

On Tuesday, November 01, 2011, Dave Jones wrote:
> Another entry for the nonvs blacklist, as noted by a user in
> https://bugzilla.redhat.com/show_bug.cgi?id=641789#c12
> 
> Signed-off-by: Dave Jones <davej@...hat.com>

Applied to linux-pm/linux-next.

Thanks,
Rafael


> diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c
> index 0e46fae..6d9a3ab 100644
> --- a/drivers/acpi/sleep.c
> +++ b/drivers/acpi/sleep.c
> @@ -398,6 +398,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
>  	},
>  	{
>  	.callback = init_nvs_nosave,
> +	.ident = "Sony Vaio VPCEB17FX",
> +	.matches = {
> +		DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
> +		DMI_MATCH(DMI_PRODUCT_NAME, "VPCEB17FX"),
> +		},
> +	},
> +	{
> +	.callback = init_nvs_nosave,
>  	.ident = "Sony Vaio VGN-SR11M",
>  	.matches = {
>  		DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
> 
> 

--
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