Cyril Hrubis
Cyril Hrubis
@tbird20d FYI
Most of these test were rewritten meanwhile to properly create temporary directory at the test startup. The only remaining part of this patchset that is still relevant is the fcntl-locktest,...
And does everything work fine if you first run memcontrol01 & memcontrol02 and memcg_regression_test.sh after them?
I can see similar effect but at slightly lower frequency it's centered around 300Mhz. Looks like the 1.0.71 release works fine, but the 1.1 is broken this way.
And it looks like the failure is ignored since the code should be: ``` if (WEXITSTATUS(i) return PTS_FAILE; ``` We can fix the test either by putting the semaphore into...
You have to update the runtest files after test removal as well. In this case the `runtest/syscalls` file.
@Avinesh is right here. Unfortunately man pages are not complete enough and there is a lot of things undocumented, I try to help by sending man page patches when I...
This looks like configure script failed to detect that these definitions are present and the fallback definitions in LTP are enabled unexpectedly. Are you sure that you have run the...
The configure check for the structure looks like: `AC_CHECK_TYPES([struct fs_quota_statv],,,[#include ])` We are not looking under `include/linux` but `include/xfs` which is part of `xfsprogs` and not `linux-headers`. And it looks...
@DaanDeMeyer this really sounds like a system paths are not set up properly, e.g. compiler looks into a different path than `/usr/include` for headers.