aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2023-09-25 09:24:58 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2023-09-25 09:24:58 +0000
commit0a16d3d14db67c89ee08f954c670ec4f447a7ab5 (patch)
treee34099f44a22f8a0c3d91ae2ef1dacf507d4bc83 /sys/compat
parenta2440348eed75bb7682579af0905b652747fd016 (diff)
downloadsrc-0a16d3d14db67c89ee08f954c670ec4f447a7ab5.tar.gz
src-0a16d3d14db67c89ee08f954c670ec4f447a7ab5.zip
linux(4): Update syscalls.master to 6.5
MFC after: 1 week
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linux/linux_dummy.c35
1 files changed, 28 insertions, 7 deletions
diff --git a/sys/compat/linux/linux_dummy.c b/sys/compat/linux/linux_dummy.c
index 4fdab6daab48..35d6debe0da9 100644
--- a/sys/compat/linux/linux_dummy.c
+++ b/sys/compat/linux/linux_dummy.c
@@ -123,21 +123,42 @@ DUMMY(pwritev2);
DUMMY(pkey_mprotect);
DUMMY(pkey_alloc);
DUMMY(pkey_free);
+/* Linux 4.18: */
+DUMMY(io_pgetevents);
+/* Linux 5.1: */
+DUMMY(pidfd_send_signal);
+DUMMY(io_uring_setup);
+DUMMY(io_uring_enter);
+DUMMY(io_uring_register);
+/* Linux 5.2: */
DUMMY(open_tree);
DUMMY(move_mount);
DUMMY(fsopen);
DUMMY(fsconfig);
DUMMY(fsmount);
DUMMY(fspick);
+/* Linux 5.3: */
DUMMY(pidfd_open);
+/* Linux 5.6: */
DUMMY(openat2);
DUMMY(pidfd_getfd);
+/* Linux 5.10: */
DUMMY(process_madvise);
+/* Linux 5.12: */
DUMMY(mount_setattr);
-/* Linux 4.18: */
-DUMMY(io_pgetevents);
-/* Linux 5.0: */
-DUMMY(pidfd_send_signal);
-DUMMY(io_uring_setup);
-DUMMY(io_uring_enter);
-DUMMY(io_uring_register);
+/* Linux 5.13: */
+DUMMY(landlock_create_ruleset);
+DUMMY(landlock_add_rule);
+DUMMY(landlock_restrict_self);
+/* Linux 5.14: */
+DUMMY(memfd_secret);
+DUMMY(quotactl_fd);
+/* Linux 5.15: */
+DUMMY(process_mrelease);
+/* Linux 5.16: */
+DUMMY(futex_waitv);
+DUMMY(set_mempolicy_home_node);
+/* Linux 6.5: */
+DUMMY(cachestat);
+/* Linux 6.6: */
+DUMMY(fchmodat2);