[kernel] r11241 - in dists/etch/linux-2.6/debian: . patches/bugfix patches/series

Dann Frazier dannf at alioth.debian.org
Thu May 1 20:00:53 UTC 2008


Author: dannf
Date: Thu May  1 20:00:51 2008
New Revision: 11241

Log:
* Merge in changes from 2.6.18.dfsg.1-18etch[2,3]
* Wrap added code in bugfix/dnotify-race-avoid-abi-change.patch in
  #ifndef __GENKSYMS__ to avoid ABI change
* Revert ABI change introduced in 2.6.18.dfsg.1-18etch2
* bugfix/powerpc-chrp-null-deref.patch
  [SECURITY][powerpc] Fix NULL pointer dereference if get_property
  fails on the subarchitecture
  See CVE-2007-6694
* bugfix/mmap-VM_DONTEXPAND.patch
  [SECURITY] Add VM_DONTEXPAND to vm_flags in drivers that register
  a fault handler but do not bounds check the offset argument
  See CVE-2008-0007
* bugfix/RLIMIT_CPU-earlier-checking.patch
  [SECURITY] Move check for an RLIMIT_CPU with a value of 0 earlier
  to prevent a user escape (closes: #419706)
  See CVE-2008-1294
* bugfix/dnotify-race.patch
  [SECURITY] Fix a race in the directory notify
  See CVE-2008-1375
  This patch changes the ABI
* Bump ABI to 7.

Added:
   dists/etch/linux-2.6/debian/patches/bugfix/RLIMIT_CPU-earlier-checking.patch
      - copied unchanged from r11239, /releases/linux-2.6/2.6.18.dfsg.1-18etch3/debian/patches/bugfix/RLIMIT_CPU-earlier-checking.patch
   dists/etch/linux-2.6/debian/patches/bugfix/dnotify-race-avoid-abi-change.patch
      - copied unchanged from r11239, /releases/linux-2.6/2.6.18.dfsg.1-18etch3/debian/patches/bugfix/dnotify-race-avoid-abi-change.patch
   dists/etch/linux-2.6/debian/patches/bugfix/dnotify-race.patch
      - copied unchanged from r11239, /releases/linux-2.6/2.6.18.dfsg.1-18etch3/debian/patches/bugfix/dnotify-race.patch
   dists/etch/linux-2.6/debian/patches/bugfix/mmap-VM_DONTEXPAND.patch
      - copied unchanged from r11239, /releases/linux-2.6/2.6.18.dfsg.1-18etch3/debian/patches/bugfix/mmap-VM_DONTEXPAND.patch
   dists/etch/linux-2.6/debian/patches/bugfix/powerpc-chrp-null-deref.patch
      - copied unchanged from r11239, /releases/linux-2.6/2.6.18.dfsg.1-18etch3/debian/patches/bugfix/powerpc-chrp-null-deref.patch
   dists/etch/linux-2.6/debian/patches/series/18etch2
      - copied unchanged from r11239, /releases/linux-2.6/2.6.18.dfsg.1-18etch3/debian/patches/series/18etch2
   dists/etch/linux-2.6/debian/patches/series/18etch3
      - copied unchanged from r11239, /releases/linux-2.6/2.6.18.dfsg.1-18etch3/debian/patches/series/18etch3
Modified:
   dists/etch/linux-2.6/debian/changelog

Modified: dists/etch/linux-2.6/debian/changelog
==============================================================================
--- dists/etch/linux-2.6/debian/changelog	(original)
+++ dists/etch/linux-2.6/debian/changelog	Thu May  1 20:00:51 2008
@@ -2,8 +2,9 @@
 
   * 3w-xxxx: Fix data corruption on em64t systems w/ > 2GB of memory
     (closes: #464923).
+  * Merge in changes from 2.6.18.dfsg.1-18etch[2,3]
 
- -- dann frazier <dannf at debian.org>  Mon, 21 Apr 2008 22:08:56 -0600
+ -- dann frazier <dannf at debian.org>  Thu, 01 May 2008 13:59:17 -0600
 
 linux-2.6 (2.6.18.dfsg.1-20) stable; urgency=high
 
@@ -27,6 +28,36 @@
 
  -- dann frazier <dannf at debian.org>  Thu, 03 Apr 2008 16:22:55 -0600
 
+linux-2.6 (2.6.18.dfsg.1-18etch3) stable-security; urgency=high
+
+  * Wrap added code in bugfix/dnotify-race-avoid-abi-change.patch in
+    #ifndef __GENKSYMS__ to avoid ABI change
+  * Revert ABI change introduced in 2.6.18.dfsg.1-18etch2
+
+ -- dann frazier <dannf at debian.org>  Wed, 23 Apr 2008 21:34:26 -0600
+
+linux-2.6 (2.6.18.dfsg.1-18etch2) stable-security; urgency=high
+
+  * bugfix/powerpc-chrp-null-deref.patch
+    [SECURITY][powerpc] Fix NULL pointer dereference if get_property
+    fails on the subarchitecture
+    See CVE-2007-6694
+  * bugfix/mmap-VM_DONTEXPAND.patch
+    [SECURITY] Add VM_DONTEXPAND to vm_flags in drivers that register
+    a fault handler but do not bounds check the offset argument
+    See CVE-2008-0007
+  * bugfix/RLIMIT_CPU-earlier-checking.patch
+    [SECURITY] Move check for an RLIMIT_CPU with a value of 0 earlier
+    to prevent a user escape (closes: #419706)
+    See CVE-2008-1294
+  * bugfix/dnotify-race.patch
+    [SECURITY] Fix a race in the directory notify
+    See CVE-2008-1375
+    This patch changes the ABI
+  * Bump ABI to 7.
+
+ -- dann frazier <dannf at debian.org>  Fri, 11 Apr 2008 23:51:42 -0600
+
 linux-2.6 (2.6.18.dfsg.1-18etch1) stable-security; urgency=high
 
   * bugfix/vmsplice-security.patch



More information about the Kernel-svn-changes mailing list