Author: schizo
Date: 2006-10-20 22:51:26 +0000 (Fri, 20 Oct 2006)
New Revision: 1864

Added:
   linux-kernel-headers/trunk/debian/patches/m68k-asm-unistd.patch
   linux-kernel-headers/trunk/debian/patches/m68k-asm-user.patch
Modified:
   linux-kernel-headers/trunk/debian/changelog
   linux-kernel-headers/trunk/debian/patches/series
Log:
  * Add m68k-asm-unistd.patch and m68k-asm-user.patch from
    Roman Zippel.  closes: #391898.


Modified: linux-kernel-headers/trunk/debian/changelog
===================================================================
--- linux-kernel-headers/trunk/debian/changelog 2006-10-20 06:26:28 UTC (rev 
1863)
+++ linux-kernel-headers/trunk/debian/changelog 2006-10-20 22:51:26 UTC (rev 
1864)
@@ -1,3 +1,10 @@
+linux-kernel-headers (2.6.18-5) unstable; urgency=low
+
+  * Add m68k-asm-unistd.patch and m68k-asm-user.patch from
+    Roman Zippel.  closes: #391898.
+
+ -- Clint Adams <[EMAIL PROTECTED]>  Fri, 20 Oct 2006 15:12:30 -0400
+
 linux-kernel-headers (2.6.18-4) unstable; urgency=low
 
   * Add m32r-removed-unknown-isa.patch from Hirokazu Takata

Added: linux-kernel-headers/trunk/debian/patches/m68k-asm-unistd.patch
===================================================================
--- linux-kernel-headers/trunk/debian/patches/m68k-asm-unistd.patch             
                (rev 0)
+++ linux-kernel-headers/trunk/debian/patches/m68k-asm-unistd.patch     
2006-10-20 22:51:26 UTC (rev 1864)
@@ -0,0 +1,43 @@
+--- include/asm-m68k/unistd.h  2006-09-20 05:42:06.000000000 +0200
++++ include/asm-m68k/unistd.h  2006-10-09 12:22:05.000000000 +0200
+@@ -284,10 +284,39 @@
+ #define __NR_add_key          279
+ #define __NR_request_key      280
+ #define __NR_keyctl           281
++#define __NR_ioprio_set               282
++#define __NR_ioprio_get               283
++#define __NR_inotify_init     284
++#define __NR_inotify_add_watch        285
++#define __NR_inotify_rm_watch 286
++#define __NR_migrate_pages    287
++#define __NR_openat           288
++#define __NR_mkdirat          289
++#define __NR_mknodat          290
++#define __NR_fchownat         291
++#define __NR_futimesat                292
++#define __NR_fstatat64                293
++#define __NR_unlinkat         294
++#define __NR_renameat         295
++#define __NR_linkat           296
++#define __NR_symlinkat                297
++#define __NR_readlinkat               298
++#define __NR_fchmodat         299
++#define __NR_faccessat                300
++#define __NR_pselect6         301
++#define __NR_ppoll            302
++#define __NR_unshare          303
++#define __NR_set_robust_list  304
++#define __NR_get_robust_list  305
++#define __NR_splice           306
++#define __NR_sync_file_range  307
++#define __NR_tee              308
++#define __NR_vmsplice         309
++#define __NR_move_pages               310
+ 
+ #ifdef __KERNEL__
+ 
+-#define NR_syscalls           282
++#define NR_syscalls           311
+ 
+ /* user-visible error numbers are in the range -1 - -124: see
+    <asm-m68k/errno.h> */

Added: linux-kernel-headers/trunk/debian/patches/m68k-asm-user.patch
===================================================================
--- linux-kernel-headers/trunk/debian/patches/m68k-asm-user.patch               
                (rev 0)
+++ linux-kernel-headers/trunk/debian/patches/m68k-asm-user.patch       
2006-10-20 22:51:26 UTC (rev 1864)
@@ -0,0 +1,11 @@
+--- include/asm-m68k/user.h    2006-09-20 05:42:06.000000000 +0200
++++ include/asm-m68k/user.h    2006-10-09 12:25:02.000000000 +0200
+@@ -81,7 +81,7 @@
+   unsigned long magic;                /* To uniquely identify a core file */
+   char u_comm[32];            /* User command that was responsible */
+ };
+-#define NBPG PAGE_SIZE
++#define NBPG 4096
+ #define UPAGES 1
+ #define HOST_TEXT_START_ADDR (u.start_code)
+ #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)

Modified: linux-kernel-headers/trunk/debian/patches/series
===================================================================
--- linux-kernel-headers/trunk/debian/patches/series    2006-10-20 06:26:28 UTC 
(rev 1863)
+++ linux-kernel-headers/trunk/debian/patches/series    2006-10-20 22:51:26 UTC 
(rev 1864)
@@ -37,3 +37,5 @@
 linux-ext2_fs.patch
 linux-ixjuser.patch
 m32r-removed-unknown-isa.patch -p0
+m68k-asm-unistd.patch -p0
+m68k-asm-user.patch -p0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to