Re: [PATCH bpf-next v2 11/11] selftests/bpf: Add LoongArch deny list
From: Tiezhu Yang
Date: Mon Jul 06 2026 - 02:58:30 EST
On 2026/7/2 上午10:23, George Guo wrote:
From: George Guo <guodongtai@xxxxxxxxxx>
Add an empty test_progs deny list for LoongArch, mirroring the other
architectures, so BPF CI and local vmtest have a place to record cases
that cannot pass on LoongArch.
Signed-off-by: George Guo <guodongtai@xxxxxxxxxx>
---
tools/testing/selftests/bpf/DENYLIST.loongarch | 1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/testing/selftests/bpf/DENYLIST.loongarch
diff --git a/tools/testing/selftests/bpf/DENYLIST.loongarch b/tools/testing/selftests/bpf/DENYLIST.loongarch
new file mode 100644
index 000000000000..70cc007e396e
--- /dev/null
+++ b/tools/testing/selftests/bpf/DENYLIST.loongarch
@@ -0,0 +1 @@
+# loongarch64 deny list for BPF CI and local vmtest
LoongArch doesn't have an active BPF CI yet,
there is no need to add an empty DENYLIST.
If there are already known test failures on LoongArch,
it would be much more valuable to either:
1. Fix those failures directly, or
2. Report those failures.
We should only consider adding CI after all current
test failures are resolved.
Thanks,
Tiezhu