commit | 3357490555eacd39c2bf3e355a0e435f658d806f | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Wed Aug 19 12:45:19 2020 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Aug 19 14:19:39 2020 -0700 |
tree | 894182d69e4e76d2a0fc8d81390440874686ba92 | |
parent | eacaaed784e2c9da69dea3030c81062c1fd66a37 [diff] |
selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations Add tests validating existence and value relocations for enum value-based relocations. If __builtin_preserve_enum_value() built-in is not supported, skip tests. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Yonghong Song <yhs@fb.com> Link: https://lore.kernel.org/bpf/20200819194519.3375898-6-andriin@fb.com