On Fri, Aug 16, 2024 at 04:32:50PM +0100, Andre Przywara wrote:
When printing the value of a pointer, we should not use an integer format specifier, but the dedicated "%p" instead.
Fixes: e9b60476bea0 ("kselftest/arm64: Add utilities and a test to validate mte memory")
This is another one where calling it a fix seems like it's pushing it, it's a modernisation rather than a correctness thing. Otherwise
Reviewed-by: Mark Brown broonie@kernel.org