[PATCH bpf-next v3 6/6] riscv, bpf: Remove BPF exceptions from denylist

From: Varun R Mallya

Date: Wed Jul 22 2026 - 10:14:50 EST


This patch removes BPF exceptions from riscv64 denylist on
BPF selftests since support for exceptions has been added now.
Also, since the file is empty, delete the file.

Signed-off-by: Varun R Mallya <varunrmallya@xxxxxxxxx>
---
tools/testing/selftests/bpf/DENYLIST.riscv64 | 2 --
1 file changed, 2 deletions(-)
delete mode 100644 tools/testing/selftests/bpf/DENYLIST.riscv64

diff --git a/tools/testing/selftests/bpf/DENYLIST.riscv64 b/tools/testing/selftests/bpf/DENYLIST.riscv64
deleted file mode 100644
index ca1beae7fe8f..000000000000
--- a/tools/testing/selftests/bpf/DENYLIST.riscv64
+++ /dev/null
@@ -1,2 +0,0 @@
-# riscv64 deny list for BPF CI and local vmtest
-exceptions # JIT does not support exceptions
--
2.55.0