]> xenbits.xensource.com Git - freebsd.git/commitdiff
linuxulator: memfd_create first appeared in Linux 3.17
authoremaste <emaste@FreeBSD.org>
Wed, 11 Sep 2019 17:05:49 +0000 (17:05 +0000)
committeremaste <emaste@FreeBSD.org>
Wed, 11 Sep 2019 17:05:49 +0000 (17:05 +0000)
Reference: http://man7.org/linux/man-pages/man2/memfd_create.2.html

sys/amd64/linux/linux_dummy.c
sys/amd64/linux32/linux32_dummy.c
sys/arm64/linux/linux_dummy.c
sys/i386/linux/linux_dummy.c

index 4ae31f99670ce9686c55cd76c98517e1368c1e35..412918b2f093db804681724704f65b2bb581e5ae 100644 (file)
@@ -131,9 +131,9 @@ DUMMY(finit_module);
 DUMMY(sched_setattr);
 DUMMY(sched_getattr);
 /* Linux 3.15: */
-DUMMY(memfd_create);
 DUMMY(kexec_file_load);
 /* Linux 3.17: */
+DUMMY(memfd_create);
 DUMMY(seccomp);
 /* Linux 3.18: */
 DUMMY(bpf);
index e3903537a2e4db4dd86371b625c86fc85b7d2fd4..46a79d61de182fe597955f119f1eb4084117b934 100644 (file)
@@ -137,9 +137,8 @@ DUMMY(kcmp);
 DUMMY(finit_module);
 DUMMY(sched_setattr);
 DUMMY(sched_getattr);
-/* Linux 3.15: */
-DUMMY(memfd_create);
 /* Linux 3.17: */
+DUMMY(memfd_create);
 DUMMY(seccomp);
 /* Linux 3.18: */
 DUMMY(bpf);
index 7f13277caeb1552fa6a37ed948e6f4bba3b467c0..fb6dcf9cc1986703313e88d43535c042857cb1d3 100644 (file)
@@ -130,9 +130,8 @@ DUMMY(kcmp);
 DUMMY(finit_module);
 DUMMY(sched_setattr);
 DUMMY(sched_getattr);
-/* Linux 3.15: */
-DUMMY(memfd_create);
 /* Linux 3.17: */
+DUMMY(memfd_create);
 DUMMY(seccomp);
 /* Linux 3.18: */
 DUMMY(bpf);
index 88732d6cabd71ce4cfdb1dda41a30b0db6123da1..73ee37c9cb9aaaeda9ab0c565a26e4f4d9e462f7 100644 (file)
@@ -133,9 +133,8 @@ DUMMY(kcmp);
 DUMMY(finit_module);
 DUMMY(sched_setattr);
 DUMMY(sched_getattr);
-/* Linux 3.14: */
-DUMMY(memfd_create);
 /* Linux 3.17: */
+DUMMY(memfd_create);
 DUMMY(seccomp);
 /* Linux 3.18: */
 DUMMY(bpf);