On Tue, Nov 9, 2021 at 9:20 PM Yonghong Song <yhs@xxxxxx> wrote: > > Rename progs/tag.c to progs/btf_decl_tag.c so we can introduce > progs/btf_type_tag.c in the next patch. > > Also create a subtest for btf_decl_tag in prog_tests/btf_tag.c > so we can introduce btf_type_tag subtest in the next patch. > > Signed-off-by: Yonghong Song <yhs@xxxxxx> > --- Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> > .../selftests/bpf/prog_tests/btf_tag.c | 20 ++++++++++++------- > .../bpf/progs/{tag.c => btf_decl_tag.c} | 0 > 2 files changed, 13 insertions(+), 7 deletions(-) > rename tools/testing/selftests/bpf/progs/{tag.c => btf_decl_tag.c} (100%) > [...]