]> www.infradead.org Git - users/willy/xarray.git/commit
selftests/bpf: Add tests for user- and non-CO-RE BPF_CORE_READ() variants
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 18 Dec 2020 23:56:14 +0000 (15:56 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 8 Jan 2021 21:39:24 +0000 (13:39 -0800)
commit9e80114b1a271803767d4c5baa11ea9e8678aac3
tree01d5e06446a122a33f0965259c8e23ca688f6af5
parenta4b09a9ef9451b09d87550720f8db3ae280b3eea
selftests/bpf: Add tests for user- and non-CO-RE BPF_CORE_READ() variants

Add selftests validating that newly added variations of BPF_CORE_READ(), for
use with user-space addresses and for non-CO-RE reads, work as expected.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20201218235614.2284956-4-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/core_read_macros.c [new file with mode: 0644]
tools/testing/selftests/bpf/progs/test_core_read_macros.c [new file with mode: 0644]