summaryrefslogtreecommitdiffstats
path: root/tools/bpf
diff options
context:
space:
mode:
authorAndrii Nakryiko2019-04-16 20:47:17 +0200
committerAlexei Starovoitov2019-04-17 04:44:19 +0200
commite1d1dc4653ecdea55cb0e96844f88da62c65cd4f (patch)
tree712868efc5cad0a0d7915f03f0bb2a4a78049b20 /tools/bpf
parentbpf: use BPF_CAST_CALL for casting bpf call (diff)
downloadkernel-qcow2-linux-e1d1dc4653ecdea55cb0e96844f88da62c65cd4f.tar.gz
kernel-qcow2-linux-e1d1dc4653ecdea55cb0e96844f88da62c65cd4f.tar.xz
kernel-qcow2-linux-e1d1dc4653ecdea55cb0e96844f88da62c65cd4f.zip
libbpf: fix printf formatter for ptrdiff_t argument
Using %ld for printing out value of ptrdiff_t type is not portable between 32-bit and 64-bit archs. This is causing compilation errors for libbpf on 32-bit platform (discovered as part of an effort to integrate libbpf into systemd ([0])). Proper formatter is %td, which is used in this patch. v2->v1: - add Reported-by - provide more context on how this issue was discovered [0] https://github.com/systemd/systemd/pull/12151 Reported-by: Evgeny Vereshchagin <evvers@ya.ru> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Alexei Starovoitov <ast@fb.com> Cc: Yonghong Song <yhs@fb.com> Signed-off-by: Andrii Nakryiko <andriin@fb.com> Acked-by: Song Liu <songliubraving@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/bpf')
0 files changed, 0 insertions, 0 deletions