-
- Downloads
selftests/bpf: Mark tests that require unaligned memory access
A lot of tests require unaligned memory access to work. Mark the tests as such, so that they can be avoided on unsupported architectures such as RISC-V. Signed-off-by:Björn Töpel <bjorn.topel@gmail.com> Signed-off-by:
Andrii Nakryiko <andrii@kernel.org> Acked-by:
Luke Nelson <luke.r.nels@gmail.com> Link: https://lore.kernel.org/bpf/20201118071640.83773-4-bjorn.topel@gmail.com
Showing
- tools/testing/selftests/bpf/verifier/ctx_sk_lookup.c 7 additions, 0 deletionstools/testing/selftests/bpf/verifier/ctx_sk_lookup.c
- tools/testing/selftests/bpf/verifier/direct_value_access.c 3 additions, 0 deletionstools/testing/selftests/bpf/verifier/direct_value_access.c
- tools/testing/selftests/bpf/verifier/map_ptr.c 1 addition, 0 deletionstools/testing/selftests/bpf/verifier/map_ptr.c
- tools/testing/selftests/bpf/verifier/raw_tp_writable.c 1 addition, 0 deletionstools/testing/selftests/bpf/verifier/raw_tp_writable.c
- tools/testing/selftests/bpf/verifier/ref_tracking.c 4 additions, 0 deletionstools/testing/selftests/bpf/verifier/ref_tracking.c
- tools/testing/selftests/bpf/verifier/regalloc.c 8 additions, 0 deletionstools/testing/selftests/bpf/verifier/regalloc.c
- tools/testing/selftests/bpf/verifier/wide_access.c 28 additions, 18 deletionstools/testing/selftests/bpf/verifier/wide_access.c
Loading
Please register or sign in to comment