Hi Alexei, On Wed Jan 21, 2026 at 6:26 PM CET, Alexei Starovoitov wrote: > 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.
Ok, I'll remove it and just add bpftool_helpers at the end. > Also see that there is a merge conflict. Pls respin. ACK, will do. Thanks, Alexis -- Alexis Lothoré, Bootlin Embedded Linux and Kernel engineering https://bootlin.com

