projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4949009
)
xtensa: wire bpf and execveat syscalls
author
Max Filippov
<jcmvbkbc@gmail.com>
Fri, 27 Feb 2015 07:48:19 +0000
(10:48 +0300)
committer
Max Filippov
<jcmvbkbc@gmail.com>
Wed, 4 Mar 2015 09:07:04 +0000
(12:07 +0300)
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/include/uapi/asm/unistd.h
patch
|
blob
|
history
diff --git
a/arch/xtensa/include/uapi/asm/unistd.h
b/arch/xtensa/include/uapi/asm/unistd.h
index db5bb72e2f4eda85f6ad5fe127be9796c8862ad9..9d30db15ccb9562a9c1463274fbd2e53472c6334 100644
(file)
--- a/
arch/xtensa/include/uapi/asm/unistd.h
+++ b/
arch/xtensa/include/uapi/asm/unistd.h
@@
-749,8
+749,12
@@
__SYSCALL(337, sys_seccomp, 3)
__SYSCALL(338, sys_getrandom, 3)
#define __NR_memfd_create 339
__SYSCALL(339, sys_memfd_create, 2)
+#define __NR_bpf 340
+__SYSCALL(340, sys_bpf, 3)
+#define __NR_execveat 341
+__SYSCALL(341, sys_execveat, 5)
-#define __NR_syscall_count 34
0
+#define __NR_syscall_count 34
2
/*
* sysxtensa syscall handler