From: Dmitry V. Levin Date: Tue, 7 Feb 2017 14:58:30 +0000 (+0000) Subject: microblaze: wire up new syscalls X-Git-Tag: v4.16~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55be4cb0edb3cf4d3d5864287f87fe33ba89ae1d;p=strace microblaze: wire up new syscalls * linux/microblaze/syscallent.h [392..397]: New entries. --- diff --git a/linux/microblaze/syscallent.h b/linux/microblaze/syscallent.h index ad96df70..d71e97ac 100644 --- a/linux/microblaze/syscallent.h +++ b/linux/microblaze/syscallent.h @@ -417,3 +417,9 @@ [389] = { 1, TD, SEN(userfaultfd), "userfaultfd" }, [390] = { 2, 0, SEN(membarrier), "membarrier" }, [391] = { 3, TM, SEN(mlock2), "mlock2" }, +[392] = { 6, TD, SEN(copy_file_range), "copy_file_range" }, +[393] = { 6, TD, SEN(preadv2), "preadv2" }, +[394] = { 6, TD, SEN(pwritev2), "pwritev2" }, +[395] = { 4, TM|SI, SEN(pkey_mprotect), "pkey_mprotect" }, +[396] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" }, +[397] = { 1, 0, SEN(pkey_free), "pkey_free" },