diff options
author | Daniel Xu <[email protected]> | 2024-06-12 09:58:26 -0600 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2024-06-12 11:01:30 -0700 |
commit | 718135f5bd24ec10ff38aa0294a7da0a7b99fa89 (patch) | |
tree | fac931e21209e0e0bc7bd2021300bf6a32d6377f /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | ebb79e96f1ea454fbcc8fe27dfe44e751bd74b4b (diff) |
bpf: selftests: Fix bpf_iter_task_vma_new() prototype
bpf_iter_task_vma_new() is defined as taking a u64 as its 3rd argument.
u64 is a unsigned long long. bpf_experimental.h was defining the
prototype as unsigned long.
Fix by using __u64.
Signed-off-by: Daniel Xu <[email protected]>
Link: https://lore.kernel.org/r/fab4509bfee914f539166a91c3ff41e949f3df30.1718207789.git.dxu@dxuuu.xyz
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions