----- Original Message ----- > + > +#include <sys/mman.h> > + > +#include "tst_test.h" > +#include "tst_fuzzy_sync.h" We should also include lapi/mmap.h, and check MADV_HUGEPAGE support at runtime, since older distros might not have it. Other than that, it looks good to me.