diff options
author | Pu Lehui <[email protected]> | 2024-09-05 08:13:59 +0000 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2024-09-05 13:13:40 -0700 |
commit | c402cb85802fa059f1d42954f25acf14c3bf89e7 (patch) | |
tree | 353b180d6ff9d9ecb788c8ba24b81e9afd3bcf07 /lib/crypto/mpi/mpiutil.c | |
parent | 897b3680484b8163c9eb51ed55103504ffd4a7d1 (diff) |
selftests/bpf: Add DENYLIST.riscv64
This patch adds DENYLIST.riscv64 file for riscv64. It will help BPF CI
and local vmtest to mask failing and unsupported test cases.
We can use the following command to use deny list in local vmtest as
previously mentioned by Manu.
PLATFORM=riscv64 CROSS_COMPILE=riscv64-linux-gnu- vmtest.sh \
-l ./libbpf-vmtest-rootfs-2024.08.30-noble-riscv64.tar.zst -- \
./test_progs -d \
\"$(cat tools/testing/selftests/bpf/DENYLIST.riscv64 \
| cut -d'#' -f1 \
| sed -e 's/^[[:space:]]*//' \
-e 's/[[:space:]]*$//' \
| tr -s '\n' ','\
)\"
Tested-by: Eduard Zingerman <[email protected]>
Signed-off-by: Pu Lehui <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions