On Mon, Oct 25, 2021 at 4:02 PM Yonghong Song <yhs@xxxxxx> wrote: > > Kernel commit ([1]) renamed btf_tag to btf_decl_tag > for uapi btf.h and libbpf api's. The reason is a new > clang attribute, btf_type_tag, is introduced ([2]). > Renaming btf_tag to btf_decl_tag makes it easier to > distinghish from btf_type_tag. > > I also pulled in latest libbpf repo since it > contains renamed libbpf api function btf__add_decl_tag(). > > [1] https://lore.kernel.org/bpf/20211012164838.3345699-1-yhs@xxxxxx/ > [2] https://reviews.llvm.org/D111199 > > Signed-off-by: Yonghong Song <yhs@xxxxxx> > --- LGTM. Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > btf_encoder.c | 16 ++++++++-------- > dwarf_loader.c | 6 +++--- > dwarves.h | 2 +- > lib/bpf | 2 +- > pahole.c | 12 ++++++------ > 5 files changed, 19 insertions(+), 19 deletions(-) > [...]