Message ID | 20220126102723.23300-1-cristian.marussi@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | Miscellaneous trivial fixes | expand |
On 1/26/22 3:27 AM, Cristian Marussi wrote: > Hi Shuah, > > a small series collecting a few trivial fixes that I have already sent > previously (~Dec2021) as distinct patches. > > They are mostly trivial patches addressing failures that seemed more > sensible to be marked as skips instead. (at least to me ...). > Original developers are in Cc. (but not heard back from anyone :D) > > Thanks, > Cristian > > Cristian Marussi (5): > selftests: skip mincore.check_file_mmap when fs lacks needed support > kselftest: Fix vdso_test_time to pass on skips > selftests: openat2: Print also errno in failure messages > selftests: openat2: Add missing dependency in Makefile > selftests: openat2: Skip testcases that fail with EOPNOTSUPP > > .../selftests/mincore/mincore_selftest.c | 20 +++++++++++++------ > tools/testing/selftests/openat2/Makefile | 2 +- > tools/testing/selftests/openat2/helpers.h | 12 ++++++----- > .../testing/selftests/openat2/openat2_test.c | 12 ++++++++++- > tools/testing/selftests/vDSO/vdso_test_abi.c | 3 ++- > 5 files changed, 35 insertions(+), 14 deletions(-) > Thank you Cristian. Please see responses for individual patches. thanks, -- Shuah