Author: baggins                      Date: Fri Dec  5 23:26:21 2008 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- removed fix that's in 2.6.27.8

---- Files affected:
SOURCES:
   kernel-small_fixes.patch (1.1.2.12 -> 1.1.2.13) 

---- Diffs:

================================================================
Index: SOURCES/kernel-small_fixes.patch
diff -u SOURCES/kernel-small_fixes.patch:1.1.2.12 
SOURCES/kernel-small_fixes.patch:1.1.2.13
--- SOURCES/kernel-small_fixes.patch:1.1.2.12   Thu Dec  4 09:16:37 2008
+++ SOURCES/kernel-small_fixes.patch    Sat Dec  6 00:26:15 2008
@@ -149,41 +149,6 @@
  #include <linux/tcp.h>
  #include <linux/udp.h>
  #include <linux/etherdevice.h>
-commit 0af40a4b1050c050e62eb1dc30b82d5ab22bf221
-Author: Philipp Kohlbecher <[EMAIL PROTECTED]>
-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 <[EMAIL PROTECTED]>
-    Cc: <[EMAIL PROTECTED]>
-    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
-
-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
 --- linux-2.6.27/fs/squashfs/inode.c~  2008-12-03 21:49:11.000000000 +0100
 +++ linux-2.6.27/fs/squashfs/inode.c   2008-12-03 22:15:09.000000000 +0100
 @@ -33,6 +33,7 @@
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to