kernel/tests/memory/memfd_create
David Ward bee04eadf8 Fix existing CI test for memfd_create()
The test was failing (after hanging for several hours) because of a
hard-coded assumption about which file descriptor would be returned
by memfd_create(). The actual file descriptor gets printed by the
test program though, so read this and use it instead. (Adjust the
test program so that this is not printed until the file is ready.)

Resolve compiler warnings about implicit function declarations, by
using the #include statements listed in the kernel.org man-pages.
2019-11-11 14:06:01 -05:00
..
Makefile Add memory/filesystem tests 2018-10-05 09:51:31 -04:00
PURPOSE Add memory/filesystem tests 2018-10-05 09:51:31 -04:00
_env Add memory/filesystem tests 2018-10-05 09:51:31 -04:00
runtest.sh Fix existing CI test for memfd_create() 2019-11-11 14:06:01 -05:00
t_get_seals.c Fix existing CI test for memfd_create() 2019-11-11 14:06:01 -05:00
t_memfd_create.c Fix existing CI test for memfd_create() 2019-11-11 14:06:01 -05:00