commit | 42765ede5c54ca915de5bfeab83be97207e46f68 | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Fri Nov 01 15:28:06 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Mon Nov 04 16:06:56 2019 +0100 |
tree | 272524643607439d5d48a5b390bba1732368b038 | |
parent | 1574cf83c7a069f5f29295170ed8a568ccebcb7b [diff] |
selftests/bpf: Remove too strict field offset relo test cases As libbpf is going to gain support for more field relocations, including field size, some restrictions about exact size match are going to be lifted. Remove test cases that explicitly test such failures. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20191101222810.1246166-2-andriin@fb.com