From: Dmitry V. Levin Date: Tue, 7 Feb 2017 14:58:30 +0000 (+0000) Subject: avr32: wire up new syscalls X-Git-Tag: v4.16~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4499fa5086bd2291e934570987451bf45bb8b37;p=strace avr32: wire up new syscalls * linux/avr32/syscallent.h [328..330]: New entries. --- diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h index c38a9103..d18902f1 100644 --- a/linux/avr32/syscallent.h +++ b/linux/avr32/syscallent.h @@ -353,3 +353,6 @@ [325] = { 6, TD, SEN(copy_file_range), "copy_file_range" }, [326] = { 6, TD, SEN(preadv2), "preadv2" }, [327] = { 6, TD, SEN(pwritev2), "pwritev2" }, +[328] = { 4, TM|SI, SEN(pkey_mprotect), "pkey_mprotect" }, +[329] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" }, +[330] = { 1, 0, SEN(pkey_free), "pkey_free" },