On Tue, 29 Oct 2024 12:34:21 +0000, Mark Brown wrote: > The logging in the allocation helpers variously uses ksft_print_msg() with > very intermittent logging of errno and perror() (which won't produce KTAP > conformant output) when logging the result of API calls that set errno. > Standardise on using the ksft_perror() helper in these cases so that more > information is available should the tests fail. > > > [...] Applied to arm64 (for-next/kselftest), thanks! [1/1] kselftest/arm64: Use ksft_perror() to log MTE failures https://git.kernel.org/arm64/c/17a2409783f1 -- Catalin