The patch titled frv: wrong syscall has been removed from the -mm tree. Its filename is frv-wrong-syscall.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: frv: wrong syscall From: Al Viro <viro@xxxxxxxxxxxxxxxxxx> The FRV arch should use fstatat64 not newfstatat. Signed-off-by: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/frv/kernel/entry.S | 2 +- include/asm-frv/unistd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -puN arch/frv/kernel/entry.S~frv-wrong-syscall arch/frv/kernel/entry.S --- a/arch/frv/kernel/entry.S~frv-wrong-syscall +++ a/arch/frv/kernel/entry.S @@ -1474,7 +1474,7 @@ sys_call_table: .long sys_mknodat .long sys_fchownat .long sys_futimesat - .long sys_newfstatat /* 300 */ + .long sys_fstatat64 /* 300 */ .long sys_unlinkat .long sys_renameat .long sys_linkat diff -puN include/asm-frv/unistd.h~frv-wrong-syscall include/asm-frv/unistd.h --- a/include/asm-frv/unistd.h~frv-wrong-syscall +++ a/include/asm-frv/unistd.h @@ -306,7 +306,7 @@ #define __NR_mknodat 297 #define __NR_fchownat 298 #define __NR_futimesat 299 -#define __NR_newfstatat 300 +#define __NR_fstatat64 300 #define __NR_unlinkat 301 #define __NR_renameat 302 #define __NR_linkat 303 _ Patches currently in -mm which might be from viro@xxxxxxxxxxxxxxxxxx are origin.patch kauditd_thread-warning-fix.patch kill-open-coded-offsetof-in-cm4000_csc-zero_dev.patch nbd-endian-annotations.patch ftruncate-does-not-always-update-m-ctime.patch affs_fill_super-%s-abuses-2.patch implement-at_symlink_follow-flag-for-linkat.patch task-watchers-register-audit-task-watcher.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