On Tue, Feb 9, 2021 at 6:11 PM Ilya Leoshkevich <iii@xxxxxxxxxxxxx> wrote: > > 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. > > Signed-off-by: Ilya Leoshkevich <iii@xxxxxxxxxxxxx> > Fixes: 98d666d05a1d ("bpf: Add tests for new BPF atomic operations") > --- Applied to bpf-next. > tools/testing/selftests/bpf/verifier/atomic_and.c | 2 +- > tools/testing/selftests/bpf/verifier/atomic_or.c | 2 +- > tools/testing/selftests/bpf/verifier/atomic_xor.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) >