diff options
author | Ilya Leoshkevich <[email protected]> | 2021-02-10 03:07:13 +0100 |
---|---|---|
committer | Andrii Nakryiko <[email protected]> | 2021-02-10 11:55:22 -0800 |
commit | 45df3052682564327acc0a0fdb0f9adc3a27a50b (patch) | |
tree | a711dac80af18c39591f94dd15eef9fe7139472a /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | cf2d0a5e788bbe072cc4415572f4a3d9689cf8b8 (diff) |
selftests/bpf: Fix endianness issues in atomic tests
Atomic tests store a DW, but then load it back as a W from the same
address. This doesn't work on big-endian systems, and since the point
of those tests is not testing narrow loads, fix simply by loading a
DW.
Fixes: 98d666d05a1d ("bpf: Add tests for new BPF atomic operations")
Signed-off-by: Ilya Leoshkevich <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions