[kernel/f16] Add Dell Studio 1557 to pci=nocrs blacklist. (rhbz 769657)

Dave Jones davej at fedoraproject.org
Wed Jan 4 16:27:47 UTC 2012


commit c7ebc6df232af088d4774ce2ecc6d021bfb4ce91
Author: Dave Jones <davej at redhat.com>
Date:   Wed Jan 4 11:27:38 2012 -0500

    Add Dell Studio 1557 to pci=nocrs blacklist. (rhbz 769657)

 kernel.spec             |    3 +++
 pci-crs-blacklist.patch |   19 +++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index a932a29..9444c21 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2376,6 +2376,9 @@ fi
 # and build.
 
 %changelog
+* Wed Jan 04 2012 Dave Jones <davej at redhat.com>
+- Add Dell Studio 1557 to pci=nocrs blacklist. (rhbz 769657)
+
 * Wed Jan 04 2012 Josh Boyer <jwboyer at redhat.com>
 - CVE-2011-4347 kvm: device assignment DoS (rhbz 771678)
 
diff --git a/pci-crs-blacklist.patch b/pci-crs-blacklist.patch
index b41e7c9..6b821eb 100644
--- a/pci-crs-blacklist.patch
+++ b/pci-crs-blacklist.patch
@@ -53,3 +53,22 @@ index 404f21a..2704a9c 100644
  	{}
  };
  
+--- linux-3.1.noarch/arch/x86/pci/acpi.c~	2012-01-04 11:19:36.783664477 -0500
++++ linux-3.1.noarch/arch/x86/pci/acpi.c	2012-01-04 11:23:42.403666272 -0500
+@@ -75,6 +75,16 @@ static const struct dmi_system_id pci_us
+ 	/* https://bugzilla.redhat.com/show_bug.cgi?id=769657 */
+ 	{
+ 		.callback = set_nouse_crs,
++		.ident = "Dell Studio 1557",
++		.matches = {
++			DMI_MATCH(DMI_BOARD_VENDOR, "Dell Inc."),
++			DMI_MATCH(DMI_PRODUCT_NAME, "Studio 1557");
++			DMI_MATCH(DMI_BIOS_VERSION, "A09"),
++		},
++	},
++	/* https://bugzilla.redhat.com/show_bug.cgi?id=769657 */
++	{
++		.callback = set_nouse_crs,
+ 		.ident = "Thinkpad SL510",
+ 		.matches = {
+ 			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),


More information about the scm-commits mailing list