[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAADnVQK0kxfjkORv8=a8W8peiBTtpzB91FCh=6X+N0iA+OCzJA@mail.gmail.com>
Date: Wed, 21 Jan 2026 09:26:12 -0800
From: Alexei Starovoitov <alexei.starovoitov@...il.com>
To: Alexis Lothoré (eBPF Foundation) <alexis.lothore@...tlin.com>
Cc: Andrii Nakryiko <andrii@...nel.org>, Eduard Zingerman <eddyz87@...il.com>,
Alexei Starovoitov <ast@...nel.org>, Daniel Borkmann <daniel@...earbox.net>,
Martin KaFai Lau <martin.lau@...ux.dev>, Song Liu <song@...nel.org>,
Yonghong Song <yonghong.song@...ux.dev>, John Fastabend <john.fastabend@...il.com>,
KP Singh <kpsingh@...nel.org>, Stanislav Fomichev <sdf@...ichev.me>, Hao Luo <haoluo@...gle.com>,
Jiri Olsa <jolsa@...nel.org>, Shuah Khan <shuah@...nel.org>, Quentin Monnet <qmo@...nel.org>,
ebpf@...uxfoundation.org, Bastien Curutchet <bastien.curutchet@...tlin.com>,
Thomas Petazzoni <thomas.petazzoni@...tlin.com>, LKML <linux-kernel@...r.kernel.org>,
bpf <bpf@...r.kernel.org>,
"open list:KERNEL SELFTEST FRAMEWORK" <linux-kselftest@...r.kernel.org>
Subject: Re: [PATCH bpf-next v2 1/4] selftests/bpf: reorder test_progs sources alphabetically
On Wed, Jan 21, 2026 at 7:18 AM Alexis Lothoré (eBPF Foundation)
<alexis.lothore@...tlin.com> 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.
Powered by blists - more mailing lists