commit | f594d454194da48bd9b717ce5be3a2b988370a17 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Mon Oct 28 20:38:19 2024 +0000 |
committer | Mark Brown <broonie@kernel.org> | Mon Oct 28 20:38:19 2024 +0000 |
tree | af5d10ee27cdf845b320de51a3fb94eb35fb3ad2 | |
parent | 6bc1a61817d91cf7d9beea668bed1a3b79d5a38b [diff] |
kselftest/arm64: Use ksft_perror() to log MTE failures 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. Signed-off-by: Mark Brown <broonie@kernel.org>