diff options
author | 2019-06-12 17:18:47 +0800 | |
---|---|---|
committer | 2019-06-15 01:22:00 +0200 | |
commit | 7f94208c8f9a0a6d2ff0e0c0858c00ad8e5c8617 (patch) | |
tree | 96bb91d42ef8d78ff45ff03a458301bb96669ca9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | selftests/bpf: convert socket_cookie test to sk storage (diff) | |
download | linux-dev-7f94208c8f9a0a6d2ff0e0c0858c00ad8e5c8617.tar.xz linux-dev-7f94208c8f9a0a6d2ff0e0c0858c00ad8e5c8617.zip |
bpf: Fix build error without CONFIG_INET
If CONFIG_INET is not set, building fails:
kernel/bpf/verifier.o: In function `check_mem_access':
verifier.c: undefined reference to `bpf_xdp_sock_is_valid_access'
kernel/bpf/verifier.o: In function `convert_ctx_accesses':
verifier.c: undefined reference to `bpf_xdp_sock_convert_ctx_access'
Reported-by: Hulk Robot <hulkci@huawei.com>
Fixes: fada7fdc83c0 ("bpf: Allow bpf_map_lookup_elem() on an xskmap")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions