]> git.hungrycats.org Git - linux/commit
selftests: cachestat: Fix build warnings on ppc64
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 21 May 2024 03:01:11 +0000 (13:01 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2024 07:53:22 +0000 (09:53 +0200)
commit90c1ffd1347f3b9d634ef9aad75118b40244de13
tree501857ced720e4e35f8beff3493210e04ae0358d
parent08e4496bdb1946ed28a91e35de3e881451c16b75
selftests: cachestat: Fix build warnings on ppc64

[ Upstream commit bc4d5f5d2debf8bb65fba188313481549ead8576 ]

Fix warnings like:
  test_cachestat.c: In function ‘print_cachestat’:
  test_cachestat.c:30:38: warning: format ‘%llu’ expects argument of
  type ‘long long unsigned int’, but argument 2 has type ‘__u64’ {aka
  ‘long unsigned int’} [-Wformat=]

By switching to unsigned long long for u64 for ppc64 builds.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/cachestat/test_cachestat.c