commit | 2dc26d5a4f2e97364542030a4a51e4a50c14bae3 | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Wed Aug 07 14:39:52 2019 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Aug 07 14:43:49 2019 -0700 |
tree | f4a2a3127a18b3a0d32a6f96275476b5b48a45d7 | |
parent | ddc7c3042614e273044f698d2beab25cc3842d45 [diff] |
selftests/bpf: add BPF_CORE_READ relocatable read macro Add BPF_CORE_READ macro used in tests to do bpf_core_read(), which automatically captures offset relocation. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>