[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r934 - in linux-kernel-headers/branches/lkh-branch-2.6.12/debian: . patches



Author: gotom
Date: 2005-06-19 03:41:41 +0000 (Sun, 19 Jun 2005)
New Revision: 934

Removed:
   linux-kernel-headers/branches/lkh-branch-2.6.12/debian/patches/asm-ppc-sigcontext.patch
Modified:
   linux-kernel-headers/branches/lkh-branch-2.6.12/debian/changelog
Log:
Remove patches/asm-ppc-sigcontext.patch, 2.6.12 has the same fix.


Modified: linux-kernel-headers/branches/lkh-branch-2.6.12/debian/changelog
===================================================================
--- linux-kernel-headers/branches/lkh-branch-2.6.12/debian/changelog	2005-06-18 07:23:52 UTC (rev 933)
+++ linux-kernel-headers/branches/lkh-branch-2.6.12/debian/changelog	2005-06-19 03:41:41 UTC (rev 934)
@@ -2,14 +2,12 @@
 
   * GOTO Masanori <gotom@debian.org>
 
-    - New upstream release 2.6.12.
+    - New upstream release 2.6.12.  (Closes: #313275)
     - autoconfs/*.h: Update.
     - version.h: Update.
 
-    - debian/patches/asm-ppc-sigcontext.patch: Add to include linux/compiler.h
-      for recognizing __user.  (Closes: #313275)
     - testsuite/wait.c: Add testcase, to check sys/wait.h, asm/sigcontext.h
-      and so on.
+      and so on for #313275.
  
     - debian/patches/x86-64-long-long.patch: Remove to clean up because it's
       not needed, the current testsuite passes without this patch.

Deleted: linux-kernel-headers/branches/lkh-branch-2.6.12/debian/patches/asm-ppc-sigcontext.patch
===================================================================
--- linux-kernel-headers/branches/lkh-branch-2.6.12/debian/patches/asm-ppc-sigcontext.patch	2005-06-18 07:23:52 UTC (rev 933)
+++ linux-kernel-headers/branches/lkh-branch-2.6.12/debian/patches/asm-ppc-sigcontext.patch	2005-06-19 03:41:41 UTC (rev 934)
@@ -1,16 +0,0 @@
-Fixes #313275.
-
-2005-06-16  GOTO Masanori  <gotom@debian.org>
-
-	- Include linux/compiler.h for recognizing __user.
-
---- include/asm-ppc/sigcontext.h	2005-05-25 12:31:20.000000000 +0900
-+++ include/asm-ppc/sigcontext.h	2005-06-16 23:34:53.642423210 +0900
-@@ -2,6 +2,7 @@
- #define _ASM_PPC_SIGCONTEXT_H
- 
- #include <asm/ptrace.h>
-+#include <linux/compiler.h>
- 
- 
- struct sigcontext {



Reply to: