+ powerpc-fill-hole-in-cell-spu-syscall-table.patch added to -mm tree

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

 



The patch titled

     powerpc: fill hole in Cell SPU syscall table

has been added to the -mm tree.  Its filename is

     powerpc-fill-hole-in-cell-spu-syscall-table.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: powerpc: fill hole in Cell SPU syscall table
From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>


Syscall number 224 was absent from the table, which I believe means that
the SPU can cause an oops by attempting to use it.

Signed-off-by: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
Cc: Paul Mackerras <paulus@xxxxxxxxx>
Cc: Arnd Bergmann <arnd@xxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 arch/powerpc/platforms/cell/spu_callbacks.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN arch/powerpc/platforms/cell/spu_callbacks.c~powerpc-fill-hole-in-cell-spu-syscall-table arch/powerpc/platforms/cell/spu_callbacks.c
--- devel/arch/powerpc/platforms/cell/spu_callbacks.c~powerpc-fill-hole-in-cell-spu-syscall-table	2006-05-22 14:32:25.000000000 -0700
+++ devel-akpm/arch/powerpc/platforms/cell/spu_callbacks.c	2006-05-22 14:32:25.000000000 -0700
@@ -258,6 +258,7 @@ void *spu_syscall_table[] = {
 	[__NR_futex]			sys_futex,
 	[__NR_sched_setaffinity]	sys_sched_setaffinity,
 	[__NR_sched_getaffinity]	sys_sched_getaffinity,
+	[224]				sys_ni_syscall,
 	[__NR_tuxcall]			sys_ni_syscall,
 	[226]				sys_ni_syscall,
 	[__NR_io_setup]			sys_io_setup,
_

Patches currently in -mm which might be from dwmw2@xxxxxxxxxxxxx are

origin.patch
sys_sync_file_range-move-exported-flags-outside-kernel.patch
powerpc-fill-hole-in-cell-spu-syscall-table.patch
powerpc-check-cell-spu-syscall-number-range-_before_-using-it.patch
powerpc-wire-up-sys_et_robust_list.patch
git-hdrcleanup.patch
git-hdrcleanup-vs-git-klibc-on-ia64.patch
git-hdrcleanup-vs-git-klibc-on-ia64-2.patch
git-hdrinstall.patch
git-mtd.patch
git-rbtree.patch
typesh-sector_t-and-blkcnt_t-arent-for-userspace.patch
kconfigurable-resources-mtd-fixes.patch
remove-fs-jffs2-ioctlc.patch
drivers-char-applicomc-proper-module_initexit.patch
use-list_add_tail-instead-of-list_add.patch
use-list_add_tail-instead-of-list_add-fix.patch
debug-shared-irqs.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux