summaryrefslogtreecommitdiff
path: root/include/linux/stacktrace.h
diff options
context:
space:
mode:
authorDavid Matlack <dmatlack@google.com>2026-04-21 00:19:49 +0300
committerSean Christopherson <seanjc@google.com>2026-04-21 00:54:16 +0300
commit26f8453288d4c1fb8c96802eae15ddc988f5e068 (patch)
treee7fd145eb4de2c987b243a0ab6235a66cb575cc1 /include/linux/stacktrace.h
parent6d3494255ac0180d3047ea632367718e0625bd2c (diff)
downloadlinux-26f8453288d4c1fb8c96802eae15ddc988f5e068.tar.xz
KVM: selftests: Use u64 instead of uint64_t
Use u64 instead of uint64_t to make the KVM selftests code more concise and more similar to the kernel (since selftests are primarily developed by kernel developers). This commit was generated with the following command: git ls-files tools/testing/selftests/kvm | xargs sed -i 's/uint64_t/u64/g' Then by manually adjusting whitespace to make checkpatch.pl happy. Include <linux/types.h> in include/kvm_util_types.h, iinclude/test_util.h, and include/x86/pmu.h to pick up the tools-defined u64. Arguably, all headers (especially kvm_util_types.h) should have already been including stdint.h to get uint64_t from the libc headers, but the missing dependency only rears its head once KVM uses u64 instead of uint64_t. No functional change intended. Signed-off-by: David Matlack <dmatlack@google.com> [sean: rename pread_uint64() => pread_u64, expand on types.h include] Link: https://patch.msgid.link/20260420212004.3938325-5-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'include/linux/stacktrace.h')
0 files changed, 0 insertions, 0 deletions