[kernel] r15090 - in dists/lenny-security/linux-2.6/debian: . patches/bugfix/all patches/series

Dann Frazier dannf at alioth.debian.org
Mon Feb 1 16:37:42 UTC 2010


Author: dannf
Date: Mon Feb  1 16:37:33 2010
New Revision: 15090

Log:
Port CVE-2010-0291 fix to xen featureset

Added:
   dists/lenny-security/linux-2.6/debian/patches/bugfix/all/untangle-the-do_mremap-mess-xen.patch
   dists/lenny-security/linux-2.6/debian/patches/series/21lenny2-extra
Modified:
   dists/lenny-security/linux-2.6/debian/changelog

Modified: dists/lenny-security/linux-2.6/debian/changelog
==============================================================================
--- dists/lenny-security/linux-2.6/debian/changelog	Mon Feb  1 16:20:46 2010	(r15089)
+++ dists/lenny-security/linux-2.6/debian/changelog	Mon Feb  1 16:37:33 2010	(r15090)
@@ -1,6 +1,7 @@
 linux-2.6 (2.6.26-21lenny2) UNRELEASED; urgency=high
 
   * Fix build failure on hppa & mipsen due to missing #include
+  * Port CVE-2010-0291 fix to xen featureset
 
  -- dann frazier <dannf at debian.org>  Sun, 31 Jan 2010 14:27:08 -0700
 

Added: dists/lenny-security/linux-2.6/debian/patches/bugfix/all/untangle-the-do_mremap-mess-xen.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/lenny-security/linux-2.6/debian/patches/bugfix/all/untangle-the-do_mremap-mess-xen.patch	Mon Feb  1 16:37:33 2010	(r15090)
@@ -0,0 +1,12 @@
+diff -urpN a/arch/x86/ia32/ia32entry-xen.S b/arch/x86/ia32/ia32entry-xen.S
+--- a/arch/x86/ia32/ia32entry-xen.S	2010-01-31 22:52:27.000000000 -0700
++++ b/arch/x86/ia32/ia32entry-xen.S	2010-01-31 22:55:26.000000000 -0700
+@@ -537,7 +537,7 @@ ia32_sys_call_table:
+ 	.quad quiet_ni_syscall		/* streams2 */
+ 	.quad stub32_vfork            /* 190 */
+ 	.quad compat_sys_getrlimit
+-	.quad sys32_mmap2
++	.quad sys_mmap_pgoff
+ 	.quad sys32_truncate64
+ 	.quad sys32_ftruncate64
+ 	.quad sys32_stat64		/* 195 */

Added: dists/lenny-security/linux-2.6/debian/patches/series/21lenny2-extra
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/lenny-security/linux-2.6/debian/patches/series/21lenny2-extra	Mon Feb  1 16:37:33 2010	(r15090)
@@ -0,0 +1 @@
++ bugfix/all/untangle-the-do_mremap-mess-xen.patch featureset=xen



More information about the Kernel-svn-changes mailing list