Re: [PATCH] powerpc: Wire up sys_copy_file_range()

2016-01-13 Thread kbuild test robot
Hi Michael, [auto build test ERROR on v4.4-rc8] [cannot apply to powerpc/next next-20160113] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Michael-Ellerman/powerpc-Wire-up-sys_copy_file_range

[PATCH] powerpc: Wire up sys_copy_file_range()

2016-01-13 Thread Michael Ellerman
Lightly tested on 64 bit little endian. Signed-off-by: Michael Ellerman --- arch/powerpc/include/asm/systbl.h | 1 + arch/powerpc/include/asm/unistd.h | 2 +- arch/powerpc/include/uapi/asm/unistd.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/includ