The patch titled Complain about missing system calls (update) has been added to the -mm tree. Its filename is complain-about-missing-system-calls-update.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Complain about missing system calls (update) From: David Miller <davem@xxxxxxxxxxxxx> David, thanks for this __incredibly__ __useful__ patch. I kicked it around on sparc64 and found some more ignores to add, see below. The vast majority of them vector to sys_ni_syscall in the i386 syscall table. sys_ugetrlimit is only necessary if the platform started out using the non-SuS compliant sys_old_getrlimit() The rest, like ioperm, iopl, modify_ldt, et al. are i386 specific. Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Cc: Andi Kleen <ak@xxxxxxx> Cc: Anton Blanchard <anton@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- init/missing_syscalls.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff -puN init/missing_syscalls.c~complain-about-missing-system-calls-update init/missing_syscalls.c --- a/init/missing_syscalls.c~complain-about-missing-system-calls-update +++ a/init/missing_syscalls.c @@ -18,6 +18,22 @@ #endif /* i386-specific or historical system calls */ +#define __IGNORE_break +#define __IGNORE_stty +#define __IGNORE_gtty +#define __IGNORE_ftime +#define __IGNORE_prof +#define __IGNORE_lock +#define __IGNORE_mpx +#define __IGNORE_ulimit +#define __IGNORE_profil +#define __IGNORE_ioperm +#define __IGNORE_iopl +#define __IGNORE_idle +#define __IGNORE_modify_ldt +#define __IGNORE_getpmsg +#define __IGNORE_putpmsg +#define __IGNORE_ugetrlimit #define __IGNORE_mmap2 #define __IGNORE_vm86 #define __IGNORE_vm86old _ Patches currently in -mm which might be from davem@xxxxxxxxxxxxx are add-epoll-compat_-code-to-fs-compatc.patch 8139too-fix-irq-problem-with-napi-netpoll.patch resend-iphase-64bit-cleanup.patch remove-hardcoding-of-hard_smp_processor_id-on-up.patch simplify-the-stacktrace-code.patch complain-about-missing-system-calls.patch complain-about-missing-system-calls-update.patch tg3-use-flush_keventd_work.patch e1000-use-flush_keventd_work.patch ipvs-flush-defense_work-before-module-unload.patch unify-flush_work-flush_work_keventd-and-rename-it-to-cancel_work_sync.patch atomich-add-atomic64-cmpxchg-xchg-and-add_unless-to-sparc64.patch local_t-sparc64-cleanup.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