Skip to content

Commit f40bde8

Browse files
committed
Merge tag 'please-pull-syscall' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
Pull ia64 fixlet from Tony Luck: "Add execveat syscall" * tag 'please-pull-syscall' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux: [IA64] Enable execveat syscall for ia64
2 parents 693a30b + b739896 commit f40bde8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

arch/ia64/include/asm/unistd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313

14-
#define NR_syscalls 318 /* length of syscall table */
14+
#define NR_syscalls 319 /* length of syscall table */
1515

1616
/*
1717
* The following defines stop scripts/checksyscalls.sh from complaining about

arch/ia64/include/uapi/asm/unistd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,5 +331,6 @@
331331
#define __NR_getrandom 1339
332332
#define __NR_memfd_create 1340
333333
#define __NR_bpf 1341
334+
#define __NR_execveat 1342
334335

335336
#endif /* _UAPI_ASM_IA64_UNISTD_H */

arch/ia64/kernel/entry.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,6 +1779,7 @@ sys_call_table:
17791779
data8 sys_getrandom
17801780
data8 sys_memfd_create // 1340
17811781
data8 sys_bpf
1782+
data8 sys_execveat
17821783

17831784
.org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls
17841785
#endif /* __IA64_ASM_PARAVIRTUALIZED_NATIVE */

0 commit comments

Comments
 (0)