From: Dmitry V. Levin Date: Wed, 19 Aug 2015 13:34:00 +0000 (+0000) Subject: xtensa: fix several syscall entries X-Git-Tag: v4.11~271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daae8f92046212254a6db7db6b3a5ff014538d93;p=strace xtensa: fix several syscall entries * linux/xtensa/syscallent.h: Fix nargs in splice, tee, vmsplice, pselect6, ppoll, epoll_pwait, and set_robust_list syscall entries. --- diff --git a/linux/xtensa/syscallent.h b/linux/xtensa/syscallent.h index 020c3dbf..da6ed454 100644 --- a/linux/xtensa/syscallent.h +++ b/linux/xtensa/syscallent.h @@ -258,13 +258,13 @@ [265] = { 3, TM, SEN(set_mempolicy), "set_mempolicy" }, [266] = { 1, TP, SEN(unshare), "unshare" }, [267] = { 6, TM, SEN(move_pages), "move_pages" }, -[268] = { 0, TD, SEN(splice), "splice" }, -[269] = { 0, TD, SEN(tee), "tee" }, -[270] = { 0, TD, SEN(vmsplice), "vmsplice" }, +[268] = { 6, TD, SEN(splice), "splice" }, +[269] = { 4, TD, SEN(tee), "tee" }, +[270] = { 4, TD, SEN(vmsplice), "vmsplice" }, [271] = { }, -[272] = { 0, TD, SEN(pselect6), "pselect6" }, -[273] = { 0, TD, SEN(ppoll), "ppoll" }, -[274] = { 0, TD, SEN(epoll_pwait), "epoll_pwait" }, +[272] = { 6, TD, SEN(pselect6), "pselect6" }, +[273] = { 5, TD, SEN(ppoll), "ppoll" }, +[274] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" }, [275] = { 1, TD, SEN(epoll_create1), "epoll_create1" }, [276] = { 0, TD, SEN(inotify_init), "inotify_init" }, [277] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" }, @@ -274,7 +274,7 @@ [281] = { 4, 0, SEN(kexec_load), "kexec_load" }, [282] = { 2, 0, SEN(ioprio_set), "ioprio_set" }, [283] = { 3, 0, SEN(ioprio_get), "ioprio_get" }, -[284] = { 3, 0, SEN(set_robust_list), "set_robust_list" }, +[284] = { 2, 0, SEN(set_robust_list), "set_robust_list" }, [285] = { 3, 0, SEN(get_robust_list), "get_robust_list" }, [286 ... 287] = { }, [288] = { 4, TD|TF, SEN(openat), "openat" },