[kernel/f15] Add another Sony laptop to the nonvs blacklist. (rhbz 641789)

Dave Jones davej at fedoraproject.org
Tue Nov 1 16:56:03 UTC 2011


commit 158235aeb97dc1a7814a6e47523ea6dfe8128f35
Author: Dave Jones <davej at redhat.com>
Date:   Tue Nov 1 12:55:56 2011 -0400

    Add another Sony laptop to the nonvs blacklist. (rhbz 641789)

 acpi-sony-nonvs-blacklist.patch |   19 +++++++++++++++++++
 kernel.spec                     |    5 ++++-
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/acpi-sony-nonvs-blacklist.patch b/acpi-sony-nonvs-blacklist.patch
index f332c64..db500e8 100644
--- a/acpi-sony-nonvs-blacklist.patch
+++ b/acpi-sony-nonvs-blacklist.patch
@@ -17,3 +17,22 @@ index 3ed80b2..17fc718 100644
  	.ident = "Sony Vaio VGN-SR11M",
  	.matches = {
  		DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+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"),
diff --git a/kernel.spec b/kernel.spec
index 2208c58..0f45da3 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1926,8 +1926,11 @@ fi
 # and build.
 
 %changelog
+* Tue Nov 01 2011 Dave Jones <davej at redhat.com> 2.6.40.8-4
+- Add another Sony laptop to the nonvs blacklist. (rhbz 641789)
+
 * Mon Oct 31 2011 Josh Boyer <jwboyer at redhat.com>
--CVE-2011-4097: oom_badness() integer overflow (rhbz 750402)
+- CVE-2011-4097: oom_badness() integer overflow (rhbz 750402)
 
 * Fri Oct 28 2011 Josh Boyer <jwboyer at redhat.com>
 - Add patch to prevent tracebacks on a warning in floppy.c (rhbz 749887)


More information about the scm-commits mailing list