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

Dann Frazier dannf at alioth.debian.org
Mon Apr 6 04:03:36 UTC 2009


Author: dannf
Date: Mon Apr  6 04:03:35 2009
New Revision: 13340

Log:
skfp: Fix inverted capabilities check logic (CVE-2009-0675)

Added:
   dists/etch-security/linux-2.6.24/debian/patches/bugfix/all/skfp-fix-inverted-cap-logic.patch
      - copied, changed from r13322, dists/lenny-security/linux-2.6/debian/patches/bugfix/all/skfp-fix-inverted-cap-logic.patch
Modified:
   dists/etch-security/linux-2.6.24/debian/changelog
   dists/etch-security/linux-2.6.24/debian/patches/series/6~etchnhalf.8etch1

Modified: dists/etch-security/linux-2.6.24/debian/changelog
==============================================================================
--- dists/etch-security/linux-2.6.24/debian/changelog	Mon Apr  6 03:52:50 2009	(r13339)
+++ dists/etch-security/linux-2.6.24/debian/changelog	Mon Apr  6 04:03:35 2009	(r13340)
@@ -17,6 +17,7 @@
   * Fix sensitive memory leak in SO_BSDCOMPAT gsopt (CVE-2009-0676)
   * copy_process: fix CLONE_PARENT && parent_exec_id interaction
     (CVE-2009-0028)
+  * skfp: Fix inverted capabilities check logic (CVE-2009-0675)
 
  -- dann frazier <dannf at debian.org>  Tue, 24 Feb 2009 23:25:36 -0700
 

Copied and modified: dists/etch-security/linux-2.6.24/debian/patches/bugfix/all/skfp-fix-inverted-cap-logic.patch (from r13322, dists/lenny-security/linux-2.6/debian/patches/bugfix/all/skfp-fix-inverted-cap-logic.patch)
==============================================================================
--- dists/lenny-security/linux-2.6/debian/patches/bugfix/all/skfp-fix-inverted-cap-logic.patch	Sat Apr  4 00:49:23 2009	(r13322, copy source)
+++ dists/etch-security/linux-2.6.24/debian/patches/bugfix/all/skfp-fix-inverted-cap-logic.patch	Mon Apr  6 04:03:35 2009	(r13340)
@@ -9,11 +9,12 @@
     Signed-off-by: Roel Kluin <roel.kluin at gmail.com>
     Signed-off-by: David S. Miller <davem at davemloft.net>
 
-diff --git a/drivers/net/skfp/skfddi.c b/drivers/net/skfp/skfddi.c
-index 607efea..9a00e55 100644
---- a/drivers/net/skfp/skfddi.c
-+++ b/drivers/net/skfp/skfddi.c
-@@ -1003,9 +1003,9 @@ static int skfp_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
+Adjusted to apply to Debian's 2.6.24 by dann frazier <dannf at debian.org>
+
+diff -urpN a/drivers/net/skfp/skfddi.c b/drivers/net/skfp/skfddi.c
+--- a/drivers/net/skfp/skfddi.c	2008-01-24 15:58:37.000000000 -0700
++++ b/drivers/net/skfp/skfddi.c	2009-04-05 21:58:20.000000000 -0600
+@@ -998,9 +998,9 @@ static int skfp_ioctl(struct net_device 
  		break;
  	case SKFP_CLR_STATS:	/* Zero out the driver statistics */
  		if (!capable(CAP_NET_ADMIN)) {

Modified: dists/etch-security/linux-2.6.24/debian/patches/series/6~etchnhalf.8etch1
==============================================================================
--- dists/etch-security/linux-2.6.24/debian/patches/series/6~etchnhalf.8etch1	Mon Apr  6 03:52:50 2009	(r13339)
+++ dists/etch-security/linux-2.6.24/debian/patches/series/6~etchnhalf.8etch1	Mon Apr  6 04:03:35 2009	(r13340)
@@ -72,3 +72,4 @@
 + bugfix/all/CVE-2009-0029/fix-uml-compile.patch
 + bugfix/all/CVE-2009-0029/compat-zero-upper-32bits-of-offset_high-and-offset_low.patch
 + bugfix/all/copy_process-fix-CLONE_PARENT-and-parent_exec_id-interaction.patch
++ bugfix/all/skfp-fix-inverted-cap-logic.patch



More information about the Kernel-svn-changes mailing list