commit | e2c6f50e48849298bed694de03cceb537d95cdc4 | [log] [tgz] |
---|---|---|
author | Björn Töpel <bjorn.topel@gmail.com> | Tue Feb 05 13:41:25 2019 +0100 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Feb 05 16:56:10 2019 +0100 |
tree | de65f65ba0b2109f46edd4b0c41572adefa717d7 | |
parent | e8cb0167ae684ed2f73cd880c385b74ef2ae702e [diff] |
selftests/bpf: add "any alignment" annotation for some tests RISC-V does, in-general, not have "efficient unaligned access". When testing the RISC-V BPF JIT, some selftests failed in the verification due to misaligned access. Annotate these tests with the F_NEEDS_EFFICIENT_UNALIGNED_ACCESS flag. Signed-off-by: Björn Töpel <bjorn.topel@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>