diff options
author | Andrii Nakryiko <andrii@kernel.org> | 2024-03-15 14:09:05 -0700 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2024-03-15 14:24:10 -0700 |
commit | 0740b6427e90ef03177888c50dc1c78ca6e0f7f0 (patch) | |
tree | b97a172c0443649cceb63e430623d10f69b1a105 /tools/lib/bpf/libbpf.c | |
parent | aae08491b9438347e9656c44021824ad236052b4 (diff) | |
parent | a90c5845db958701ddc7659bc4f6db6fa647e449 (diff) |
Merge branch 'bpf-arena-followups'
Alexei Starovoitov says:
====================
bpf: arena followups.
From: Alexei Starovoitov <ast@kernel.org>
A set of follow ups to clean up bpf_arena and adjust to the latest LLVM.
====================
Link: https://lore.kernel.org/r/20240315021834.62988-1-alexei.starovoitov@gmail.com
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Diffstat (limited to 'tools/lib/bpf/libbpf.c')
-rw-r--r-- | tools/lib/bpf/libbpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/bpf/libbpf.c b/tools/lib/bpf/libbpf.c index efab29b8935b..36e26f4f5997 100644 --- a/tools/lib/bpf/libbpf.c +++ b/tools/lib/bpf/libbpf.c @@ -498,7 +498,7 @@ struct bpf_struct_ops { #define KSYMS_SEC ".ksyms" #define STRUCT_OPS_SEC ".struct_ops" #define STRUCT_OPS_LINK_SEC ".struct_ops.link" -#define ARENA_SEC ".arena.1" +#define ARENA_SEC ".addr_space.1" enum libbpf_map_type { LIBBPF_MAP_UNSPEC, |