Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] powerpc: fill hole in Cell SPU syscall table

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@infradead.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Paul Mackerras <paulus@samba.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

David Woodhouse and committed by
Linus Torvalds
5a4fa163 bb6e093d

+1
+1
arch/powerpc/platforms/cell/spu_callbacks.c
··· 258 258 [__NR_futex] sys_futex, 259 259 [__NR_sched_setaffinity] sys_sched_setaffinity, 260 260 [__NR_sched_getaffinity] sys_sched_getaffinity, 261 + [224] sys_ni_syscall, 261 262 [__NR_tuxcall] sys_ni_syscall, 262 263 [226] sys_ni_syscall, 263 264 [__NR_io_setup] sys_io_setup,