r3631 - in trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian: . patches/series

Simon Horman horms at costa.debian.org
Fri Jul 29 10:43:01 UTC 2005


Author: horms
Date: 2005-07-29 10:43:00 +0000 (Fri, 29 Jul 2005)
New Revision: 3631

Modified:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/control
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-17
Log:
Build with gcc-3.3

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog	2005-07-29 10:40:03 UTC (rev 3630)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog	2005-07-29 10:43:00 UTC (rev 3631)
@@ -34,8 +34,8 @@
     (Simon Horman)
 
   * arch-x86_64-mm-ioremap-page-lookup.dpatch
-    [Security, x86_64] Don't look up struct page pointer of physical address 
-    in iounmap as it may be in a memory hole not mapped in mem_map and that 
+    [Security, x86_64] Don't look up struct page pointer of physical address
+    in iounmap as it may be in a memory hole not mapped in mem_map and that
     causes the hash lookup to go off to nirvana.
     (Simon Horman)
 
@@ -79,7 +79,7 @@
     (Simon Horman)
 
   * net-bridge-netfilter-etables-smp-race.dpatch
-    [Security] The patch below fixes an smp race that happens on such 
+    [Security] The patch below fixes an smp race that happens on such
     systems under heavy load.
     (Simon Horman)
 
@@ -142,10 +142,10 @@
   * arch-ia64-ptrace-getregs-putregs.dpatch
     [Security, ia64] Fix unchecked user-memory accesses in ptrage_getregs()
     and ptrace_setregs. (Simon Horman)
- 
+
   * arch-ia64-ptrace-restore_sigcontext.dpatch
     [Security, ia64] Fix to prevent users from using ptrace to set the pl field
-    of the ar.rsc reginster to any value, leading to the 
+    of the ar.rsc reginster to any value, leading to the
     ability to overwrite kernel memory.
     Note, this patch requires the arch-ia64-ptrace-getregs-putregs.dpatch
     patch to apply cleanly.
@@ -162,8 +162,16 @@
     See CAN-2005-1913
     (Simon Horman)
 
- -- Simon Horman <horms at debian.org>  Fri, 29 Jul 2005 17:24:54 +0900
+  * Makefile-gcc-3.3.dpatch, control
+    Build with gcc-3.3, as gcc-4.0, now the dedault in unstable,
+    fails to build this source. As this tree is primarily
+    intended for use with sarge, there seems little point
+    in putting in gcc-4.0 fixes, but at the same time,
+    there is some value in being able to use it with unstable.
+    (Simon Horman)
 
+ -- Simon Horman <horms at debian.org>  Fri, 29 Jul 2005 19:26:10 +0900
+
 kernel-source-2.6.8 (2.6.8-16) unstable; urgency=low
 
   * smbfs-overrun.dpatch:

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/control
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/control	2005-07-29 10:40:03 UTC (rev 3630)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/control	2005-07-29 10:43:00 UTC (rev 3631)
@@ -14,7 +14,7 @@
 Conflicts: kernel-patch-powerpc-2.6.8
 Replaces: kernel-patch-powerpc-2.6.8
 Depends: binutils, bzip2, coreutils | fileutils (>= 4.0)
-Recommends: libc6-dev | libc-dev, gcc, make
+Recommends: libc6-dev | libc-dev, gcc-3.3, make
 Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-mt-dev
 Description: Linux kernel source for version 2.6.8 with Debian patches
  This package provides the source code for the Linux kernel version 2.6.8.

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-17
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-17	2005-07-29 10:40:03 UTC (rev 3630)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-17	2005-07-29 10:43:00 UTC (rev 3631)
@@ -32,3 +32,4 @@
 + arch-ia64-ptrace-restore_sigcontext.dpatch
 + fs-exec-real_timer-reset.dpatch
 + fs-exec-reparent-timers.dpatch
++ Makefile-gcc-3.3.dpatch




More information about the Kernel-svn-changes mailing list