On Fri, May 13, 2022 at 8:12 PM Yonghong Song <yhs@xxxxxx> wrote: > > Currently, the libbpf limits the relocation value to be 32bit > since all current relocations have such a limit. But with > BTF_KIND_ENUM64 support, the enum value could be 64bit. > So let us permit 64bit relocation value in libbpf. > > Signed-off-by: Yonghong Song <yhs@xxxxxx> > --- LGTM Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > tools/lib/bpf/relo_core.c | 49 +++++++++++++++++++++------------------ > tools/lib/bpf/relo_core.h | 4 ++-- > 2 files changed, 29 insertions(+), 24 deletions(-) > [...]