On Tue, Sep 14, 2021 at 3:30 PM Yonghong Song <yhs@xxxxxx> wrote: > > Add unit tests for BTF_KIND_TAG deduplication for > - struct and struct member > - variable > - func and func argument > > Signed-off-by: Yonghong Song <yhs@xxxxxx> > --- Great that it worked as expected. Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > tools/testing/selftests/bpf/prog_tests/btf.c | 192 +++++++++++++++++-- > 1 file changed, 175 insertions(+), 17 deletions(-) > [...]