On 2026/7/22 22:00, Varun R Mallya wrote:
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 <[email protected]> --- 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
let's keep this file with the above comment.
-exceptions # JIT does not support exceptions

