On Tue, Oct 10, 2023 at 11:59 AM Dave Marchevsky <davemarchevsky@xxxxxx> wrote: > > Further patches in this series will add a struct bpf_iter_task_vma, > which will result in a name collision with the selftest prog renamed in > this patch. Rename the selftest to avoid the collision. > > Signed-off-by: Dave Marchevsky <davemarchevsky@xxxxxx> > --- > .../selftests/bpf/prog_tests/bpf_iter.c | 26 +++++++++---------- > ...f_iter_task_vma.c => bpf_iter_task_vmas.c} | 0 > 2 files changed, 13 insertions(+), 13 deletions(-) > rename tools/testing/selftests/bpf/progs/{bpf_iter_task_vma.c => bpf_iter_task_vmas.c} (100%) > Acked-by: Andrii Nakryiko <andrii@xxxxxxxxxx> [...]