SOURCES (LINUX_2_6): kernel-small_fixes.patch - better detection for phoeni...

arekm arekm at pld-linux.org
Fri Nov 28 00:01:48 CET 2008


Author: arekm                        Date: Thu Nov 27 23:01:48 2008 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- better detection for phoenix bioses

---- Files affected:
SOURCES:
   kernel-small_fixes.patch (1.1.2.9 -> 1.1.2.10) 

---- Diffs:

================================================================
Index: SOURCES/kernel-small_fixes.patch
diff -u SOURCES/kernel-small_fixes.patch:1.1.2.9 SOURCES/kernel-small_fixes.patch:1.1.2.10
--- SOURCES/kernel-small_fixes.patch:1.1.2.9	Mon Nov  3 03:50:17 2008
+++ SOURCES/kernel-small_fixes.patch	Fri Nov 28 00:01:43 2008
@@ -149,3 +149,38 @@
  #include <linux/tcp.h>
  #include <linux/udp.h>
  #include <linux/etherdevice.h>
+commit 0af40a4b1050c050e62eb1dc30b82d5ab22bf221
+Author: Philipp Kohlbecher <xt28 at gmx.de>
+Date:   Sun Nov 16 12:11:01 2008 +0100
+
+    x86: more general identifier for Phoenix BIOS
+    
+    Impact: widen the reach of the low-memory-protect DMI quirk
+    
+    Phoenix BIOSes variously identify their vendor as "Phoenix Technologies,
+    LTD" or "Phoenix Technologies LTD" (without the comma.)
+    
+    This patch makes the identification string in the bad_bios_dmi_table
+    more general (following a suggestion by Ingo Molnar), so that both
+    versions are handled.
+    
+    Again, the patched file compiles cleanly and the patch has been tested
+    successfully on my machine.
+    
+    Signed-off-by: Philipp Kohlbecher <xt28 at gmx.de>
+    Cc: <stable at kernel.org>
+    Signed-off-by: Ingo Molnar <mingo at elte.hu>
+
+diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
+index 0fa6790..9d5674f 100644
+--- a/arch/x86/kernel/setup.c
++++ b/arch/x86/kernel/setup.c
+@@ -764,7 +764,7 @@ static struct dmi_system_id __initdata bad_bios_dmi_table[] = {
+ 		.callback = dmi_low_memory_corruption,
+ 		.ident = "Phoenix BIOS",
+ 		.matches = {
+-			DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"),
++			DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies"),
+ 		},
+ 	},
+ #endif
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-small_fixes.patch?r1=1.1.2.9&r2=1.1.2.10&f=u



More information about the pld-cvs-commit mailing list