On 12/19/25 08:29, 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.
Signed-off-by: Mark Brown <[email protected]>
---
Looks good to me.
Acked-by: Shuah Khan <[email protected]>
thanks,
-- Shuah