commit | efb2ddc4ce5dba9b6c5ec106528d18a645424f3f | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Mon Apr 15 16:48:08 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Apr 16 09:50:20 2019 +0200 |
tree | b53efc0cf478a4a5a79e3f98e638ec49c2297cef | |
parent | 189cf5a4a7d5e0349f3079f05a8ccf4e4a2f0c3e [diff] |
selftests/btf: add VAR and DATASEC case for dedup tests Add test case verifying that dedup happens (INTs are deduped in this case) and VAR/DATASEC types are not deduped, but have their referenced type IDs adjusted correctly. Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Yonghong Song <yhs@fb.com> Cc: Alexei Starovoitov <ast@fb.com> Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>