commit | 189cf5a4a7d5e0349f3079f05a8ccf4e4a2f0c3e | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Mon Apr 15 16:48:07 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Apr 16 09:50:20 2019 +0200 |
tree | 553248c4dc5ba4a44849f55020f8229272fb2c7f | |
parent | 68e5ab1fc8bd9c17ed94ac172ffe0b9b7e85a59a [diff] |
btf: add support for VAR and DATASEC in btf_dedup() This patch adds support for VAR and DATASEC in btf_dedup(). VAR/DATASEC are never deduplicated, but they need to be processed anyway as types they refer to might need to be remapped due to deduplication and compaction. 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>