linux/tools/bpf/bpftool
Alexei Starovoitov 10ebe835c9 libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVM
The selftests use
to tell LLVM about special pointers. For LLVM there is nothing "arena"
about them. They are simply pointers in a different address space.
Hence LLVM diff https://github.com/llvm/llvm-project/pull/85161 renamed:
. macro __BPF_FEATURE_ARENA_CAST -> __BPF_FEATURE_ADDR_SPACE_CAST
. global variables in __attribute__((address_space(N))) are now
  placed in section named ".addr_space.N" instead of ".arena.N".

Adjust libbpf, bpftool, and selftests to match LLVM.

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/bpf/20240315021834.62988-3-alexei.starovoitov@gmail.com
2024-03-15 14:24:00 -07:00
..
bash-completion bpftool: Add support for cgroup unix socket address hooks 2023-10-11 17:27:55 -07:00
Documentation bpftool: Recognize arena map type 2024-03-11 15:37:24 -07:00
skeleton
.gitignore
btf.c
btf_dumper.c bpftool: Fix printing of pointer value 2023-10-19 16:29:36 +02:00
cfg.c
cfg.h
cgroup.c bpftool: Add support for cgroup unix socket address hooks 2023-10-11 17:27:55 -07:00
common.c
feature.c bpfilter: remove bpfilter 2024-01-04 10:23:10 -08:00
gen.c libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVM 2024-03-15 14:24:00 -07:00
iter.c
jit_disasm.c
json_writer.c
json_writer.h
link.c bpftool: Display cookie for kprobe multi link 2024-01-23 16:05:28 -08:00
main.c
main.h
Makefile
map.c bpftool: Recognize arena map type 2024-03-11 15:37:24 -07:00
map_perf_ring.c
net.c bpftool: Extend net dump with netkit progs 2023-10-24 16:07:32 -07:00
netlink_dumper.c
netlink_dumper.h
perf.c
pids.c
prog.c bpftool: Silence build warning about calloc() 2024-01-23 14:40:23 -08:00
struct_ops.c bpftool: Wrap struct_ops dump in an array 2023-10-19 16:30:15 +02:00
tracelog.c
xlated_dumper.c
xlated_dumper.h