On Tue, Oct 08, 2019 at 10:59:35AM -0700, Andrii Nakryiko wrote: > This patch set makes bpf_helpers.h and bpf_endian.h a part of libbpf itself > for consumption by user BPF programs, not just selftests. It also splits off > tracing helpers into bpf_tracing.h, which also becomes part of libbpf. Some of > the legacy stuff (BPF_ANNOTATE_KV_PAIR, load_{byte,half,word}, bpf_map_def > with unsupported fields, etc, is extracted into selftests-only bpf_legacy.h. > All the selftests and samples are switched to use libbpf's headers and > selftests' ones are removed. [...] Applied, thanks!