aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/kdb
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2020-05-13 11:02:23 -0700
committerAlexei Starovoitov <ast@kernel.org>2020-05-13 12:30:50 -0700
commit03421a92f5627430d23ed95df55958e04848f184 (patch)
treeeb5cdde87004c269a26a1e25fb0dd2d8264e98ee /samples/kdb
parentbpf: Enable bpf_iter targets registering ctx argument types (diff)
downloadwireguard-linux-03421a92f5627430d23ed95df55958e04848f184.tar.xz
wireguard-linux-03421a92f5627430d23ed95df55958e04848f184.zip
samples/bpf: Remove compiler warnings
Commit 5fbc220862fc ("tools/libpf: Add offsetof/container_of macro in bpf_helpers.h") added macros offsetof/container_of to bpf_helpers.h. Unfortunately, it caused compilation warnings below for a few samples/bpf programs: In file included from /data/users/yhs/work/net-next/samples/bpf/sockex2_kern.c:4: In file included from /data/users/yhs/work/net-next/include/uapi/linux/in.h:24: In file included from /data/users/yhs/work/net-next/include/linux/socket.h:8: In file included from /data/users/yhs/work/net-next/include/linux/uio.h:8: /data/users/yhs/work/net-next/include/linux/kernel.h:992:9: warning: 'container_of' macro redefined [-Wmacro-redefined] ^ /data/users/yhs/work/net-next/tools/lib/bpf/bpf_helpers.h:46:9: note: previous definition is here ^ 1 warning generated. CLANG-bpf samples/bpf/sockex3_kern.o In all these cases, bpf_helpers.h is included first, followed by other standard headers. The macro container_of is defined unconditionally in kernel.h, causing the compiler warning. The fix is to move bpf_helpers.h after standard headers. Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Andrii Nakryiko <andriin@fb.com> Link: https://lore.kernel.org/bpf/20200513180223.2949987-1-yhs@fb.com
Diffstat (limited to 'samples/kdb')
0 files changed, 0 insertions, 0 deletions