The patch titled allow vmsplice to work in 32-bit mode on ppc64 has been added to the -mm tree. Its filename is allow-vmsplice-to-work-in-32-bit-mode-on-ppc64.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: allow vmsplice to work in 32-bit mode on ppc64 From: Don Zickus <dzickus@xxxxxxxxxx> Trivial change to pass vmsplice arguments through the compat layer on pp64. Signed-off-by: Don Zickus <dzickus@xxxxxxxxxx> Acked-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-powerpc/systbl.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-powerpc/systbl.h~allow-vmsplice-to-work-in-32-bit-mode-on-ppc64 include/asm-powerpc/systbl.h --- a/include/asm-powerpc/systbl.h~allow-vmsplice-to-work-in-32-bit-mode-on-ppc64 +++ a/include/asm-powerpc/systbl.h @@ -288,7 +288,7 @@ COMPAT_SYS(ppoll) SYSCALL_SPU(unshare) SYSCALL_SPU(splice) SYSCALL_SPU(tee) -SYSCALL_SPU(vmsplice) +COMPAT_SYS_SPU(vmsplice) COMPAT_SYS_SPU(openat) SYSCALL_SPU(mkdirat) SYSCALL_SPU(mknodat) _ Patches currently in -mm which might be from dzickus@xxxxxxxxxx are allow-vmsplice-to-work-in-32-bit-mode-on-ppc64.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