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

Pull ia64 update from Tony Luck:
"Add memfd_create syscall to ia64"

* tag 'please-pull-memfd_create' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux:
[IA64] Wire up memfd_create() system call

+3 -1
+1 -1
arch/ia64/include/asm/unistd.h
··· 11 11 12 12 13 13 14 - #define NR_syscalls 316 /* length of syscall table */ 14 + #define NR_syscalls 317 /* 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
··· 329 329 #define __NR_sched_getattr 1337 330 330 #define __NR_renameat2 1338 331 331 #define __NR_getrandom 1339 332 + #define __NR_memfd_create 1339 332 333 333 334 #endif /* _UAPI_ASM_IA64_UNISTD_H */
+1
arch/ia64/kernel/entry.S
··· 1777 1777 data8 sys_sched_getattr 1778 1778 data8 sys_renameat2 1779 1779 data8 sys_getrandom 1780 + data8 sys_memfd_create // 1340 1780 1781 1781 1782 .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls 1782 1783 #endif /* __IA64_ASM_PARAVIRTUALIZED_NATIVE */