libbpf: Move few APIs from 0.4 to 0.5 version
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 3 Jun 2021 00:40:23 +0000 (17:40 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 3 Jun 2021 13:50:05 +0000 (15:50 +0200)
commit16cac0060680c11bb82c325c4fe95cb66fc8dfaf
tree76b99c8cef661831e6d5f10ae74c0cb1b9f8eabd
parent05924717ac704a868053652b20036aa3a2273e26
libbpf: Move few APIs from 0.4 to 0.5 version

Official libbpf 0.4 release doesn't include three APIs that were tentatively
put into 0.4 section. Fix libbpf.map and move these three APIs:

  - bpf_map__initial_value;
  - bpf_map_lookup_and_delete_elem_flags;
  - bpf_object__gen_loader.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20210603004026.2698513-2-andrii@kernel.org
tools/lib/bpf/libbpf.map