The patch titled Declare another couple of compat syscalls has been removed from the -mm tree. Its filename was declare-another-couple-of-compat-syscalls.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Declare another couple of compat syscalls From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> compat_sys_signalfd and compat_sys_timerfd need declarations before PowerPC can wire them up. Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/compat.h | 6 ++++++ 1 file changed, 6 insertions(+) diff -puN include/linux/compat.h~declare-another-couple-of-compat-syscalls include/linux/compat.h --- a/include/linux/compat.h~declare-another-couple-of-compat-syscalls +++ a/include/linux/compat.h @@ -261,5 +261,11 @@ asmlinkage long compat_sys_epoll_pwait(i asmlinkage long compat_sys_utimensat(unsigned int dfd, char __user *filename, struct compat_timespec __user *t, int flags); +asmlinkage long compat_sys_signalfd(int ufd, + const compat_sigset_t __user *sigmask, + compat_size_t sigsetsize); +asmlinkage long compat_sys_timerfd(int ufd, int clockid, int flags, + const struct compat_itimerspec __user *utmr); + #endif /* CONFIG_COMPAT */ #endif /* _LINUX_COMPAT_H */ _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are origin.patch revert-maintainers-remove-invalid-list-address-for-tpm.patch declare-another-couple-of-compat-syscalls.patch powerpc64-symbols-start-with.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