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

r930 - in linux-kernel-headers/branches/lkh-branch-2.6.12: debian debian/patches testsuite



Author: gotom
Date: 2005-06-16 14:59:46 +0000 (Thu, 16 Jun 2005)
New Revision: 930

Added:
   linux-kernel-headers/branches/lkh-branch-2.6.12/debian/patches/asm-ppc-sigcontext.patch
   linux-kernel-headers/branches/lkh-branch-2.6.12/testsuite/wait.c
Modified:
   linux-kernel-headers/branches/lkh-branch-2.6.12/debian/changelog
Log:
    - 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.



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-16 14:33:26 UTC (rev 929)
+++ linux-kernel-headers/branches/lkh-branch-2.6.12/debian/changelog	2005-06-16 14:59:46 UTC (rev 930)
@@ -1,3 +1,14 @@
+linux-kernel-headers (2.6.12+0rc6-2) unstable; urgency=low
+
+  * GOTO Masanori <gotom@debian.org>
+
+    - 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.
+
+ -- GOTO Masanori <gotom@debian.org>  Thu, 16 Jun 2005 23:40:06 +0900
+
 linux-kernel-headers (2.6.12+0rc6-1) experimental; urgency=low
 
   * GOTO Masanori <gotom@debian.org>

Added: 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-16 14:33:26 UTC (rev 929)
+++ linux-kernel-headers/branches/lkh-branch-2.6.12/debian/patches/asm-ppc-sigcontext.patch	2005-06-16 14:59:46 UTC (rev 930)
@@ -0,0 +1,16 @@
+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 {

Added: linux-kernel-headers/branches/lkh-branch-2.6.12/testsuite/wait.c
===================================================================
--- linux-kernel-headers/branches/lkh-branch-2.6.12/testsuite/wait.c	2005-06-16 14:33:26 UTC (rev 929)
+++ linux-kernel-headers/branches/lkh-branch-2.6.12/testsuite/wait.c	2005-06-16 14:59:46 UTC (rev 930)
@@ -0,0 +1,5 @@
+#include <sys/wait.h>
+
+int main(void) {
+	return 0;
+}



Reply to: