[kernel] r13563 - in dists/etch-security/linux-2.6/debian: . patches/bugfix/all/CVE-2009-0029 patches/series

Dann Frazier dannf at alioth.debian.org
Mon May 4 22:33:52 UTC 2009


Author: dannf
Date: Mon May  4 22:33:49 2009
New Revision: 13563

Log:
Fix mips FTBFS due to a missed rename of the mips-specific
sys_pipe symbol.

Added:
   dists/etch-security/linux-2.6/debian/patches/bugfix/all/CVE-2009-0029/mips-rename-sys_pipe-2.patch
   dists/etch-security/linux-2.6/debian/patches/series/24etch2
Modified:
   dists/etch-security/linux-2.6/debian/changelog

Modified: dists/etch-security/linux-2.6/debian/changelog
==============================================================================
--- dists/etch-security/linux-2.6/debian/changelog	Mon May  4 22:30:51 2009	(r13562)
+++ dists/etch-security/linux-2.6/debian/changelog	Mon May  4 22:33:49 2009	(r13563)
@@ -1,3 +1,10 @@
+linux-2.6 (2.6.18.dfsg.1-24etch2) oldstable-security; urgency=high
+
+  * Fix mips FTBFS due to a missed rename of the mips-specific
+    sys_pipe symbol.
+
+ -- dann frazier <dannf at debian.org>  Mon, 04 May 2009 10:59:06 -0600
+
 linux-2.6 (2.6.18.dfsg.1-24etch1) oldstable-security; urgency=high
 
   * Fix buffer underflow in the ib700wdt watchdog driver:

Added: dists/etch-security/linux-2.6/debian/patches/bugfix/all/CVE-2009-0029/mips-rename-sys_pipe-2.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/etch-security/linux-2.6/debian/patches/bugfix/all/CVE-2009-0029/mips-rename-sys_pipe-2.patch	Mon May  4 22:33:49 2009	(r13563)
@@ -0,0 +1,12 @@
+diff -urpN a/include/asm-mips/unistd.h b/include/asm-mips/unistd.h
+--- a/include/asm-mips/unistd.h	2009-05-04 11:11:27.000000000 -0600
++++ b/include/asm-mips/unistd.h	2009-05-04 11:14:32.000000000 -0600
+@@ -1237,7 +1237,7 @@ asmlinkage long sys_mmap2(
+ 			unsigned long prot, unsigned long flags,
+ 			unsigned long fd, unsigned long pgoff);
+ asmlinkage int sys_execve(nabi_no_regargs struct pt_regs regs);
+-asmlinkage int sys_pipe(nabi_no_regargs struct pt_regs regs);
++asmlinkage int sysm_pipe(nabi_no_regargs struct pt_regs regs);
+ struct sigaction;
+ asmlinkage long sys_rt_sigaction(int sig,
+ 				const struct sigaction __user *act,

Added: dists/etch-security/linux-2.6/debian/patches/series/24etch2
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/etch-security/linux-2.6/debian/patches/series/24etch2	Mon May  4 22:33:49 2009	(r13563)
@@ -0,0 +1 @@
++ bugfix/all/CVE-2009-0029/mips-rename-sys_pipe-2.patch



More information about the Kernel-svn-changes mailing list