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

Dann Frazier dannf at alioth.debian.org
Mon Apr 13 01:05:09 UTC 2009


Author: dannf
Date: Mon Apr 13 01:05:07 2009
New Revision: 13411

Log:
* [amd64] syscall-audit: fix 32/64 syscall hole
   - bugfix/syscall-audit-fix-32+64-syscall-hole.patch
  See CVE-2009-0834

Added:
   dists/etch-security/linux-2.6/debian/patches/bugfix/syscall-audit-fix-32+64-syscall-hole.patch
      - copied, changed from r13406, dists/etch-security/linux-2.6.24/debian/patches/bugfix/syscall-audit-fix-32+64-syscall-hole.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	Mon Apr 13 00:57:23 2009	(r13410)
+++ dists/etch-security/linux-2.6/debian/changelog	Mon Apr 13 01:05:07 2009	(r13411)
@@ -34,6 +34,9 @@
   * skfp: Fix inverted capabilities check logic
      - bugfix/all/skfp-fix-inverted-cap-logic.patch
     See CVE-2009-0675
+  * [amd64] syscall-audit: fix 32/64 syscall hole
+     - bugfix/syscall-audit-fix-32+64-syscall-hole.patch
+    See CVE-2009-0834
 
  -- 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/syscall-audit-fix-32+64-syscall-hole.patch (from r13406, dists/etch-security/linux-2.6.24/debian/patches/bugfix/syscall-audit-fix-32+64-syscall-hole.patch)
==============================================================================
--- dists/etch-security/linux-2.6.24/debian/patches/bugfix/syscall-audit-fix-32+64-syscall-hole.patch	Sun Apr 12 22:42:16 2009	(r13406, copy source)
+++ dists/etch-security/linux-2.6/debian/patches/bugfix/syscall-audit-fix-32+64-syscall-hole.patch	Mon Apr 13 01:05:07 2009	(r13411)
@@ -16,13 +16,13 @@
     Signed-off-by: Roland McGrath <roland at redhat.com>
     Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>
 
-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>
 Based on Eugene Teo's backport for RHEL5
 
-diff -urpN a/arch/x86/kernel/ptrace_64.c b/arch/x86/kernel/ptrace_64.c
---- a/arch/x86/kernel/ptrace_64.c	2008-01-24 15:58:37.000000000 -0700
-+++ b/arch/x86/kernel/ptrace_64.c	2009-04-05 23:54:55.000000000 -0600
-@@ -595,7 +595,7 @@ asmlinkage void syscall_trace_enter(stru
+diff -urpN a/arch/x86_64/kernel/ptrace.c b/arch/x86_64/kernel/ptrace.c
+--- a/arch/x86_64/kernel/ptrace.c	2009-04-12 18:38:52.000000000 -0600
++++ b/arch/x86_64/kernel/ptrace.c	2009-04-12 19:01:15.000000000 -0600
+@@ -604,7 +604,7 @@ asmlinkage void syscall_trace_enter(stru
  		syscall_trace(regs);
  
  	if (unlikely(current->audit_context)) {

Modified: dists/etch-security/linux-2.6/debian/patches/series/24etch1
==============================================================================
--- dists/etch-security/linux-2.6/debian/patches/series/24etch1	Mon Apr 13 00:57:23 2009	(r13410)
+++ dists/etch-security/linux-2.6/debian/patches/series/24etch1	Mon Apr 13 01:05:07 2009	(r13411)
@@ -71,3 +71,4 @@
 + bugfix/all/CVE-2009-0029/sparc64-use-syscall-wrappers.patch
 + bugfix/all/CVE-2009-0029/sparc64-wrap-arch-specific-syscalls.patch
 + bugfix/all/skfp-fix-inverted-cap-logic.patch
++ bugfix/syscall-audit-fix-32+64-syscall-hole.patch



More information about the Kernel-svn-changes mailing list