linuxulator: memfd_create first appeared in Linux 3.17
Reference: http://man7.org/linux/man-pages/man2/memfd_create.2.html
This commit is contained in:
parent
1515fe49f2
commit
eff9d7b799
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user