selftest/bpf: Add a test that reads various addresses.
authorAlexei Starovoitov <ast@kernel.org>
Wed, 15 Dec 2021 20:35:34 +0000 (12:35 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 16 Dec 2021 20:41:13 +0000 (21:41 +0100)
commit7edc3fcbf9a2b2e3df53c9656a9f85bf807affac
treee67f6302d7d49c1c331031619e4f66ab13164907
parent588a25e92458c6efeb7a261d5ca5726f5de89184
selftest/bpf: Add a test that reads various addresses.

Add a function to bpf_testmod that returns invalid kernel and user addresses.
Then attach an fexit program to that function that tries to read
memory through these addresses.

This logic checks that bpf_probe_read_kernel and BPF_PROBE_MEM logic is sane.

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c
tools/testing/selftests/bpf/progs/test_module_attach.c