summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/verifier/atomic_cmpxchg.c
AgeCommit message (Expand)Author
2023-12-08bpf: Fix accesses to uninit stack slotsAndrei Matei
2023-07-05selftests/bpf: Add F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to some testsBjörn Töpel
2021-12-14bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann
2021-12-14bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann
2021-10-20selftests/bpf: Some more atomic testsBrendan Jackman
2021-03-04bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman
2021-01-14bpf: Add tests for new BPF atomic operationsBrendan Jackman