r2576 - in trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian: . patches/series

Frederik Schüler fschueler-guest@costa.debian.org
Sun, 27 Feb 2005 14:16:12 +0100


Author: fschueler-guest
Date: 2005-02-27 14:16:11 +0100 (Sun, 27 Feb 2005)
New Revision: 2576

Modified:
   trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/changelog
   trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/patches/series/2.6.10-6
Log:
un-apply 083-x86_64_switch_mm_context_race.dpatch in 2.6.10-6 to fix AMD64 SMP problems.


Modified: trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/changelog
===================================================================
--- trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/changelog	2005-02-27 05:07:37 UTC (rev 2575)
+++ trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/changelog	2005-02-27 13:16:11 UTC (rev 2576)
@@ -37,8 +37,12 @@
   * outs.dpatch: [CAN-2005-0204]: AMD64, allows local users to write to
     privileged IO ports via OUTS instruction. (Simon Horman)
 
- -- Simon Horman <horms@debian.org>  Thu, 24 Feb 2005 18:57:22 +0900
+  * un-apply 083-x86_64_switch_mm_context_race.dpatch, it breaks amd64 SMP
+    systems. Thanks to Stephen Frost who helped fixing this.
+    (Frederik Schüler)
 
+ -- Frederik Schüler <fs@gmx.net>  Fri, 25 Feb 2005 22:49:22 +0100
+
 kernel-source-2.6.10 (2.6.10-5) unstable; urgency=low
 
   * Change $((exp) | exp) to $( (exp) | exp), so things work with dash

Modified: trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/patches/series/2.6.10-6
===================================================================
--- trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/patches/series/2.6.10-6	2005-02-27 05:07:37 UTC (rev 2575)
+++ trunk/kernel/source/kernel-source-2.6.10-2.6.10/debian/patches/series/2.6.10-6	2005-02-27 13:16:11 UTC (rev 2576)
@@ -9,3 +9,4 @@
 + nls-table-overflow.dpatch
 + amd64-noexec32-backport.dpatch 
 + outs.dpatch
+- 083-x86_64_switch_mm_context_race.dpatch