Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+3 -1
+1 -1
arch/ia64/include/asm/unistd.h
··· 11 11 12 12 13 13 14 - #define NR_syscalls 318 /* length of syscall table */ 14 + #define NR_syscalls 319 /* length of syscall table */ 15 15 16 16 /* 17 17 * The following defines stop scripts/checksyscalls.sh from complaining about
+1
arch/ia64/include/uapi/asm/unistd.h
··· 331 331 #define __NR_getrandom 1339 332 332 #define __NR_memfd_create 1340 333 333 #define __NR_bpf 1341 334 + #define __NR_execveat 1342 334 335 335 336 #endif /* _UAPI_ASM_IA64_UNISTD_H */
+1
arch/ia64/kernel/entry.S
··· 1779 1779 data8 sys_getrandom 1780 1780 data8 sys_memfd_create // 1340 1781 1781 data8 sys_bpf 1782 + data8 sys_execveat 1782 1783 1783 1784 .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls 1784 1785 #endif /* __IA64_ASM_PARAVIRTUALIZED_NATIVE */