]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- removed fix that's in 2.6.27.8
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 5 Dec 2008 23:26:15 +0000 (23:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-small_fixes.patch -> 1.1.2.13

kernel-small_fixes.patch

index 3fc90ade2367d71ca74b4f3d63c922fa8731bf9d..c588786510ba0af3fc209ee76b91e460e9490810 100644 (file)
@@ -149,41 +149,6 @@ diff -Nur linux-2.6.15.6/drivers/input/joystick/iforce/iforce-serio.c linux-2.6.
  #include <linux/tcp.h>
  #include <linux/udp.h>
  #include <linux/etherdevice.h>
-commit 0af40a4b1050c050e62eb1dc30b82d5ab22bf221
-Author: Philipp Kohlbecher <xt28@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@gmx.de>
-    Cc: <stable@kernel.org>
-    Signed-off-by: Ingo Molnar <mingo@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
 --- 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 @@
This page took 0.072101 seconds and 4 git commands to generate.