On Tue, Mar 21, 2023 at 01:38:51PM -0700, Alexei Starovoitov wrote: > From: Alexei Starovoitov <ast@xxxxxxxxxx> > > 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@xxxxxxxxxx> Acked-by: David Vernet <void@xxxxxxxxxxxxx>