On Fri, May 13, 2022 at 8:13 PM Yonghong Song <yhs@xxxxxx> wrote: > > Add a few unit tests for BTF_KIND_ENUM64 deduplication. > > Signed-off-by: Yonghong Song <yhs@xxxxxx> > --- Great test cases, thanks! Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > tools/testing/selftests/bpf/prog_tests/btf.c | 97 +++++++++++++++++++- > 1 file changed, 95 insertions(+), 2 deletions(-) > [...]