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-syscalls' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux

Pull ia64 kcmp syscall from Tony Luck:
"Missed adding the kcmp() syscall a long time ago. Now it seems that
it is essential to build systemd"

* tag 'please-pull-syscalls' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux:
[IA64] Wire up kcmp syscall

+3 -1
+1 -1
arch/ia64/include/asm/unistd.h
··· 11 11 12 12 13 13 14 - #define NR_syscalls 321 /* length of syscall table */ 14 + #define NR_syscalls 322 /* 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
··· 334 334 #define __NR_execveat 1342 335 335 #define __NR_userfaultfd 1343 336 336 #define __NR_membarrier 1344 337 + #define __NR_kcmp 1345 337 338 338 339 #endif /* _UAPI_ASM_IA64_UNISTD_H */
+1
arch/ia64/kernel/entry.S
··· 1770 1770 data8 sys_execveat 1771 1771 data8 sys_userfaultfd 1772 1772 data8 sys_membarrier 1773 + data8 sys_kcmp // 1345 1773 1774 1774 1775 .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls