aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorAndre Przywara <[email protected]>2024-08-16 16:32:51 +0100
committerCatalin Marinas <[email protected]>2024-10-17 18:54:35 +0100
commit96dddb7b9406259baace9a1831e8da155311be6f (patch)
tree09a6f1d87d4b64ffe2455fdd27dac65dba01a9a2 /tools/perf/scripts/python/mem-phys-addr.py
parent4716f719202e900b52f5f2270ac16b6a8ae40a47 (diff)
kselftest/arm64: mte: fix printf type warnings about longs
When checking MTE tags, we print some diagnostic messages when the tests fail. Some variables uses there are "longs", however we only use "%x" for the format specifier. Update the format specifiers to "%lx", to match the variable types they are supposed to print. Fixes: f3b2a26ca78d ("kselftest/arm64: Verify mte tag inclusion via prctl") Signed-off-by: Andre Przywara <[email protected]> Reviewed-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions