On Wed, Jan 21, 2026 at 7:18 AM Alexis Lothoré (eBPF Foundation) <[email protected]> wrote: > > Update test_progs sources listing to make those sorted alphabetically ...
> -TRUNNER_EXTRA_SOURCES := test_progs.c \ > - cgroup_helpers.c \ > - trace_helpers.c \ > - network_helpers.c \ > - testing_helpers.c \ > - btf_helpers.c \ > - cap_helpers.c \ > - unpriv_helpers.c \ > - netlink_helpers.c \ > - jit_disasm_helpers.c \ > - io_helpers.c \ > - test_loader.c \ > - xsk.c \ > - disasm.c \ > - disasm_helpers.c \ > - json_writer.c \ > +TRUNNER_EXTRA_SOURCES := btf_helpers.c \ > + cap_helpers.c \ > + cgroup_helpers.c \ no need. Even if we sort it now it will not stick. Files might get renamed, new files added to the end, etc. Just add whatever you need to the end. Also see that there is a merge conflict. Pls respin.

