Re: [PATCH 0/3] kselftest/vDSO: Output formatting cleanups for vdso_test_abi

From: Shuah Khan
Date: Thu Nov 30 2023 - 16:55:07 EST


On 11/23/23 03:45, Mark Brown wrote:
These patches update the output of the vdso_test_abi test program to
bring it into line with expected KTAP usage, the main one being the
first patch which ensures we log distinct test names for each reported
result making it much easier for automated systems to track the status
of the tests.

Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
---
Mark Brown (3):
kselftest/vDSO: Make test name reporting for vdso_abi_test tooling friendly
kselftest/vDSO: Fix message formatting for clock_id logging
kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abi

tools/testing/selftests/vDSO/vdso_test_abi.c | 72 +++++++++++++++-------------
1 file changed, 39 insertions(+), 33 deletions(-)
---
base-commit: 98b1cc82c4affc16f5598d4fa14b1858671b2263
change-id: 20231122-kselftest-vdso-test-name-44fcc7e16a38

Best regards,

Thank you. Applied to linux-kselftest next for Linux 6.8-rc1

thanks,
-- Shuah