Hi Linus, I've collected architecture patches for the renameat2 syscall that maintainers acked and/or asked me to queue. Please pull: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git renameat2 This adds architecture support for the renameat2 syscall to m68k, parisc, ia64 and through asm-generic to arc, arm64, c6x, hexagon, metag, openrisc, score, tile, unicore32. Thanks, Miklos ---- James Hogan (2): asm-generic: Add renameat2 syscall scripts/checksyscalls.sh: Make renameat optional Miklos Szeredi (3): m68k: add renameat2 syscall parisc: add renameat2 syscall ia64: add renameat2 syscall --- arch/ia64/include/asm/unistd.h | 2 +- arch/ia64/include/uapi/asm/unistd.h | 1 + arch/ia64/kernel/entry.S | 1 + arch/m68k/include/asm/unistd.h | 2 +- arch/m68k/include/uapi/asm/unistd.h | 1 + arch/m68k/kernel/syscalltable.S | 1 + arch/parisc/include/uapi/asm/unistd.h | 3 ++- arch/parisc/kernel/syscall_table.S | 1 + include/uapi/asm-generic/unistd.h | 4 +++- scripts/checksyscalls.sh | 5 ++++- 10 files changed, 16 insertions(+), 5 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html