From ba6ac886e2040ab8be3078659ca0fa01a7d6f9f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Fri, 5 Dec 2008 23:26:15 +0000 Subject: [PATCH] - removed fix that's in 2.6.27.8 Changed files: kernel-small_fixes.patch -> 1.1.2.13 --- kernel-small_fixes.patch | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/kernel-small_fixes.patch b/kernel-small_fixes.patch index 3fc90ade..c5887865 100644 --- a/kernel-small_fixes.patch +++ b/kernel-small_fixes.patch @@ -149,41 +149,6 @@ diff -Nur linux-2.6.15.6/drivers/input/joystick/iforce/iforce-serio.c linux-2.6. #include #include #include -commit 0af40a4b1050c050e62eb1dc30b82d5ab22bf221 -Author: Philipp Kohlbecher -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 - Cc: - Signed-off-by: Ingo Molnar - -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 @@ -- 2.44.0