On Fri, 19 Dec 2025 15:29:42 +0000, Mark Brown wrote:
The top level kselftest Makefile supports an option FORCE_TARGETS which causes any failures during the build to be propagated to the exit status of the top level make, useful during build testing. Currently the recursion done by the arm64 selftests ignores this option, meaning arm64 failures are not reported via this mechanism. Add the logic to implement FORCE_TARGETS so that it works for arm64.
[...]
Applied to arm64 (for-next/selftests), thanks!
[1/1] kselftest/arm64: Support FORCE_TARGETS https://git.kernel.org/arm64/c/fb36d71308a7
Cheers,