Commit add4b1b0 authored by Michal Simek's avatar Michal Simek

microblaze: Wire-up execveat syscall

Add new execveat syscall.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent e236fe93
...@@ -38,6 +38,6 @@ ...@@ -38,6 +38,6 @@
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#define __NR_syscalls 388 #define __NR_syscalls 389
#endif /* _ASM_MICROBLAZE_UNISTD_H */ #endif /* _ASM_MICROBLAZE_UNISTD_H */
...@@ -403,5 +403,6 @@ ...@@ -403,5 +403,6 @@
#define __NR_getrandom 385 #define __NR_getrandom 385
#define __NR_memfd_create 386 #define __NR_memfd_create 386
#define __NR_bpf 387 #define __NR_bpf 387
#define __NR_execveat 388
#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */ #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
...@@ -388,3 +388,4 @@ ENTRY(sys_call_table) ...@@ -388,3 +388,4 @@ ENTRY(sys_call_table)
.long sys_getrandom /* 385 */ .long sys_getrandom /* 385 */
.long sys_memfd_create .long sys_memfd_create
.long sys_bpf .long sys_bpf
.long sys_execveat
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment