Commit Graph

3 Commits

Author SHA1 Message Date
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
xiawu 64591e70e6
Add memory/filesystem tests
Add one memory test and one filesystem test
  memory/memfd_create
  filesystem/ext4/freeze-protection-bypass

Signed-off-by: xiawu <xiawu@redhat.com>
2018-10-05 09:51:31 -04:00
rasibley 6d86b592d4 Add recommended layout/readme file for future tests 2018-05-14 10:21:15 -04:00