On Thu, 21 Sep 2023 17:26:10 +1000, Michael Ellerman wrote:
In order to use run_kselftest.sh the list of tests must be emitted to populate kselftest-list.txt.
The powerpc Makefile is written to use EMIT_TESTS. But support for EMIT_TESTS was dropped in commit d4e59a536f50 ("selftests: Use runner.sh for emit targets"). Although prior to that commit a548de0fe8e1 ("selftests: lib.mk: add test execute bit check to EMIT_TESTS") had already broken run_kselftest.sh for powerpc due to the executable check using the wrong path.
[...]
Applied to powerpc/fixes.
[1/1] selftests/powerpc: Fix emit_tests to work with run_kselftest.sh https://git.kernel.org/powerpc/c/58b33e78a31782ffe25d404d5eba9a45fe636e27
cheers