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

Dann Frazier dannf at alioth.debian.org
Tue Apr 28 04:22:55 UTC 2009


Author: dannf
Date: Tue Apr 28 04:22:54 2009
New Revision: 13513

Log:
* agp: zero pages before sending to userspace
   - bugfix/all/agp-zero-pages-before-sending-to-userspace.patch
  See CVE-2009-1192

Added:
   dists/etch-security/linux-2.6/debian/patches/bugfix/all/agp-zero-pages-before-sending-to-userspace.patch
      - copied, changed from r13512, dists/etch-security/linux-2.6.24/debian/patches/bugfix/all/agp-zero-pages-before-sending-to-userspace.patch
Modified:
   dists/etch-security/linux-2.6/debian/changelog
   dists/etch-security/linux-2.6/debian/patches/series/24etch1

Modified: dists/etch-security/linux-2.6/debian/changelog
==============================================================================
--- dists/etch-security/linux-2.6/debian/changelog	Tue Apr 28 04:19:04 2009	(r13512)
+++ dists/etch-security/linux-2.6/debian/changelog	Tue Apr 28 04:22:54 2009	(r13513)
@@ -53,6 +53,9 @@
   * exit_notify: kill the wrong capable(CAP_KILL) check
      - bugfix/all/exit_notify-kill-wrong-CAP_KILL-check.patch
     See CVE-2009-1337
+  * agp: zero pages before sending to userspace
+     - bugfix/all/agp-zero-pages-before-sending-to-userspace.patch
+    See CVE-2009-1192
 
  -- dann frazier <dannf at debian.org>  Tue, 24 Feb 2009 23:49:22 -0700
 

Copied and modified: dists/etch-security/linux-2.6/debian/patches/bugfix/all/agp-zero-pages-before-sending-to-userspace.patch (from r13512, dists/etch-security/linux-2.6.24/debian/patches/bugfix/all/agp-zero-pages-before-sending-to-userspace.patch)
==============================================================================
--- dists/etch-security/linux-2.6.24/debian/patches/bugfix/all/agp-zero-pages-before-sending-to-userspace.patch	Tue Apr 28 04:19:04 2009	(r13512, copy source)
+++ dists/etch-security/linux-2.6/debian/patches/bugfix/all/agp-zero-pages-before-sending-to-userspace.patch	Tue Apr 28 04:22:54 2009	(r13513)
@@ -11,12 +11,12 @@
     Signed-off-by: Shaohua Li <shaohua.li at intel.com>
     Signed-off-by: Dave Airlie <airlied at redhat.com>
 
-Backported to Debian's 2.6.24 by dann frazier <dannf at debian.org>
+Backported to Debian's 2.6.18 by dann frazier <dannf at debian.org>
 
-diff -urpN linux-source-2.6.24.orig/drivers/char/agp/generic.c linux-source-2.6.24/drivers/char/agp/generic.c
---- linux-source-2.6.24.orig/drivers/char/agp/generic.c	2008-01-24 15:58:37.000000000 -0700
-+++ linux-source-2.6.24/drivers/char/agp/generic.c	2009-04-27 22:08:01.000000000 -0600
-@@ -1166,7 +1166,7 @@ void *agp_generic_alloc_page(struct agp_
+diff -urpN linux-source-2.6.18.orig/drivers/char/agp/generic.c linux-source-2.6.18/drivers/char/agp/generic.c
+--- linux-source-2.6.18.orig/drivers/char/agp/generic.c	2008-12-25 14:04:13.000000000 -0700
++++ linux-source-2.6.18/drivers/char/agp/generic.c	2009-04-27 22:17:55.000000000 -0600
+@@ -1042,7 +1042,7 @@ void *agp_generic_alloc_page(struct agp_
  {
  	struct page * page;
  

Modified: dists/etch-security/linux-2.6/debian/patches/series/24etch1
==============================================================================
--- dists/etch-security/linux-2.6/debian/patches/series/24etch1	Tue Apr 28 04:19:04 2009	(r13512)
+++ dists/etch-security/linux-2.6/debian/patches/series/24etch1	Tue Apr 28 04:22:54 2009	(r13513)
@@ -77,3 +77,4 @@
 + bugfix/all/af_rose+x25-sanity-check-the-max-user-frame-size.patch
 + bugfix/all/nfs-fix-oops-in-encode_lookup.patch
 + bugfix/all/exit_notify-kill-wrong-CAP_KILL-check.patch
++ bugfix/all/agp-zero-pages-before-sending-to-userspace.patch



More information about the Kernel-svn-changes mailing list