Re: [PATCH 2/2] x86: wire up fchmodat2() syscall

2017-03-01 Thread kbuild test robot
Hi Greg, [auto build test WARNING on linus/master] [also build test WARNING on v4.10] [cannot apply to next-20170228] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Greg-Kurz/vfs-implement-fchmo

[PATCH 2/2] x86: wire up fchmodat2() syscall

2017-02-28 Thread Greg Kurz
Signed-off-by: Greg Kurz --- arch/x86/entry/syscalls/syscall_32.tbl |1 + arch/x86/entry/syscalls/syscall_64.tbl |1 + 2 files changed, 2 insertions(+) diff --git a/arch/x86/entry/syscalls/syscall_32.tbl b/arch/x86/entry/syscalls/syscall_32.tbl index 2b3618542544..413529600b8a 100644 --