diff options
author | 2023-03-21 13:38:51 -0700 | |
---|---|---|
committer | 2023-03-22 09:31:05 -0700 | |
commit | a18f721415b4d4edea23cb8c7d6276330302af14 (patch) | |
tree | 42c000547411dacc11277b739aa86218964550d2 /net/core/sock_map.c | |
parent | selftests/xsk: add xdp populate metadata test (diff) | |
download | wireguard-linux-a18f721415b4d4edea23cb8c7d6276330302af14.tar.xz wireguard-linux-a18f721415b4d4edea23cb8c7d6276330302af14.zip |
libbpf: Rename RELO_EXTERN_VAR/FUNC.
RELO_EXTERN_VAR/FUNC names are not correct anymore. RELO_EXTERN_VAR represent
ksym symbol in ld_imm64 insn. It can point to kernel variable or kfunc.
Rename RELO_EXTERN_VAR->RELO_EXTERN_LD64 and RELO_EXTERN_FUNC->RELO_EXTERN_CALL
to match what they actually represent.
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: David Vernet <void@manifault.com>
Link: https://lore.kernel.org/bpf/20230321203854.3035-2-alexei.starovoitov@gmail.com
Diffstat (limited to 'net/core/sock_map.c')
0 files changed, 0 insertions, 0 deletions