[kernel] r6959 - in dists/trunk/linux-2.6/debian: . patches/series

maximilian attems maks-guest at costa.debian.org
Fri Jul 7 13:29:49 UTC 2006


Author: maks-guest
Date: Fri Jul  7 13:29:48 2006
New Revision: 6959

Added:
   dists/trunk/linux-2.6/debian/patches/2.6.17.4
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/3

Log:
add 2.6.17.4


Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Fri Jul  7 13:29:48 2006
@@ -37,11 +37,13 @@
     Set deadline as default iosched and CONFIG_NR_CPUS=32. (closes: 295680)
   * Set CONFIG_SERIAL_8250_RN_UARTS=16 for all archs beside mips/m68k unless
     explicitly set on a specific value. (closes: 377151)
+  * Add stable release 2.6.17.4:
+    - fix prctl privilege escalation and suid_dumpable (CVE-2006-2451)
 
   [ Sven Luther ]
   * Re-enabled fs-asfs patch.
 
- -- maximilian attems <maks at sternwelten.at>  Fri,  7 Jul 2006 12:37:43 +0200
+ -- maximilian attems <maks at sternwelten.at>  Fri,  7 Jul 2006 15:23:43 +0200
 
 linux-2.6 (2.6.17-2) unstable; urgency=low
 

Added: dists/trunk/linux-2.6/debian/patches/2.6.17.4
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/2.6.17.4	Fri Jul  7 13:29:48 2006
@@ -0,0 +1,13 @@
+diff --git a/kernel/sys.c b/kernel/sys.c
+index 0b6ec0e..59273f7 100644
+--- a/kernel/sys.c
++++ b/kernel/sys.c
+@@ -1991,7 +1991,7 @@ asmlinkage long sys_prctl(int option, un
+ 			error = current->mm->dumpable;
+ 			break;
+ 		case PR_SET_DUMPABLE:
+-			if (arg2 < 0 || arg2 > 2) {
++			if (arg2 < 0 || arg2 > 1) {
+ 				error = -EINVAL;
+ 				break;
+ 			}

Modified: dists/trunk/linux-2.6/debian/patches/series/3
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/3	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/3	Fri Jul  7 13:29:48 2006
@@ -2,4 +2,4 @@
 + 2.6.17.2
 + 2.6.17.3
 + fs-asfs.patch
-
++ 2.6.17.4



More information about the Kernel-svn-changes mailing list