]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
kselftest/arm64: Ensure stable names for GCS stress test results
authorMark Brown <broonie@kernel.org>
Fri, 11 Oct 2024 14:36:25 +0000 (15:36 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 16 Oct 2024 14:54:19 +0000 (15:54 +0100)
commit9b9be78258511e67767e4aa51f587cf22feb5065
tree6ab9386d00819efb0901612c88ad3317bb310a5f
parent48f8d9cef766f8ed4bbccc0d759710262d34f40b
kselftest/arm64: Ensure stable names for GCS stress test results

The GCS stress test program currently uses the PID of the threads it
creates in the test names it reports, resulting in unstable test names
between runs. Fix this by using a thread number instead.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20241011-arm64-gcs-stress-stable-name-v1-1-4950f226218e@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
tools/testing/selftests/arm64/gcs/gcs-stress.c