From: Dmitry V. Levin Date: Sat, 15 Apr 2017 13:28:23 +0000 (+0000) Subject: xtensa: wire up new syscalls X-Git-Tag: v4.17~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df60f9954d993c4f622d0d5b2aa801343b54ab16;p=strace xtensa: wire up new syscalls * linux/xtensa/syscallent.h [348..350]: New pkey_* entries. Reported-by: Victor Krapivensky --- diff --git a/linux/xtensa/syscallent.h b/linux/xtensa/syscallent.h index 43b8c5fd..4a8ccb60 100644 --- a/linux/xtensa/syscallent.h +++ b/linux/xtensa/syscallent.h @@ -336,5 +336,7 @@ [345] = { 6, TD, SEN(copy_file_range), "copy_file_range" }, [346] = { 6, TD, SEN(preadv2), "preadv2" }, [347] = { 6, TD, SEN(pwritev2), "pwritev2" }, -[348 ... 350] = { }, +[348] = { 4, TM|SI, SEN(pkey_mprotect), "pkey_mprotect" }, +[249] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" }, +[350] = { 1, 0, SEN(pkey_free), "pkey_free" }, [351] = { 5, TD|TF, SEN(statx), "statx" },