From: Dmitry V. Levin Date: Tue, 30 Jun 2015 16:31:33 +0000 (+0000) Subject: xtensa: wire up new syscalls X-Git-Tag: v4.11~493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6455f0a11e933ca4af655afd2b9e1ec8c2f24a06;p=strace xtensa: wire up new syscalls * linux/xtensa/syscallent.h (bpf, execveat): New entries. --- diff --git a/linux/xtensa/syscallent.h b/linux/xtensa/syscallent.h index 76c04396..6c84c67c 100644 --- a/linux/xtensa/syscallent.h +++ b/linux/xtensa/syscallent.h @@ -328,3 +328,5 @@ [337] = { 3, 0, sys_seccomp, "seccomp", }, [338] = { 3, 0, sys_getrandom, "getrandom", }, [339] = { 2, TD, sys_memfd_create, "memfd_create", }, +[340] = { 3, TD, sys_bpf, "bpf", }, +[341] = { 5, TD|TF|TP|SE|SI, sys_execveat, "execveat", },