On Tue, Sep 14, 2021 at 3:30 PM Yonghong Song <yhs@xxxxxx> wrote: > > Add BTF_KIND_TAG support for parsing and dedup. > Also added sanitization for BTF_KIND_TAG. If BTF_KIND_TAG is not > supported in the kernel, sanitize it to INTs. > > Signed-off-by: Yonghong Song <yhs@xxxxxx> > --- LGTM. Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > tools/lib/bpf/btf.c | 68 +++++++++++++++++++++++++++++++++ > tools/lib/bpf/btf.h | 15 ++++++++ > tools/lib/bpf/btf_dump.c | 3 ++ > tools/lib/bpf/libbpf.c | 31 +++++++++++++-- > tools/lib/bpf/libbpf.map | 2 + > tools/lib/bpf/libbpf_internal.h | 2 + > 6 files changed, 118 insertions(+), 3 deletions(-) > [...]