[kernel] r15260 - in dists/etch-security/linux-2.6.24/debian: . patches/bugfix/all patches/series

Dann Frazier dannf at alioth.debian.org
Tue Feb 23 00:22:33 UTC 2010


Author: dannf
Date: Tue Feb 23 00:22:25 2010
New Revision: 15260

Log:
Build fix for CVE-2010-0291 change on powerpc64

Added:
   dists/etch-security/linux-2.6.24/debian/patches/bugfix/all/untangle-the-do_mremap-mess-ppc64-fix.patch
Modified:
   dists/etch-security/linux-2.6.24/debian/changelog
   dists/etch-security/linux-2.6.24/debian/patches/series/6~etchnhalf.9etch3

Modified: dists/etch-security/linux-2.6.24/debian/changelog
==============================================================================
--- dists/etch-security/linux-2.6.24/debian/changelog	Mon Feb 22 23:40:13 2010	(r15259)
+++ dists/etch-security/linux-2.6.24/debian/changelog	Tue Feb 23 00:22:25 2010	(r15260)
@@ -2,6 +2,7 @@
 
   * Fix a patch offset issue that resulted in a build failure when
     CONFIG_SECURITY=n (this is only true for powerpc).
+  * Build fix for CVE-2010-0291 change on powerpc64
 
  -- dann frazier <dannf at debian.org>  Fri, 19 Feb 2010 18:16:36 -0700
 

Added: dists/etch-security/linux-2.6.24/debian/patches/bugfix/all/untangle-the-do_mremap-mess-ppc64-fix.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/etch-security/linux-2.6.24/debian/patches/bugfix/all/untangle-the-do_mremap-mess-ppc64-fix.patch	Tue Feb 23 00:22:25 2010	(r15260)
@@ -0,0 +1,10 @@
+--- a/include/linux/hugetlb.h	2010-02-20 11:05:58.000000000 -0700
++++ b/include/linux/hugetlb.h	2010-02-20 11:18:05.000000000 -0700
+@@ -7,6 +7,7 @@
+ 
+ #include <linux/mempolicy.h>
+ #include <linux/shm.h>
++#include <linux/mm.h>
+ #include <asm/tlbflush.h>
+ 
+ struct ctl_table;

Modified: dists/etch-security/linux-2.6.24/debian/patches/series/6~etchnhalf.9etch3
==============================================================================
--- dists/etch-security/linux-2.6.24/debian/patches/series/6~etchnhalf.9etch3	Mon Feb 22 23:40:13 2010	(r15259)
+++ dists/etch-security/linux-2.6.24/debian/patches/series/6~etchnhalf.9etch3	Tue Feb 23 00:22:25 2010	(r15260)
@@ -1 +1,2 @@
 + bugfix/all/security-mmap-fix-patch-offset.patch
++ bugfix/all/untangle-the-do_mremap-mess-ppc64-fix.patch



More information about the Kernel-svn-changes mailing list