Merge branch 'libbpf-versioning-doc'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 27 Nov 2018 02:57:15 +0000 (18:57 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 27 Nov 2018 02:57:15 +0000 (18:57 -0800)
commit17d95e4225bf24ef3399d9e71c512311259d1ac9
treee1c8d11ecef50d45f8c976013ae01062a014ae37
parentb89c2998d9983af94037d4292cc8cb878441cf62
parent76d1b894c5155dbc44d24f6df2e0da3726d54bbd
Merge branch 'libbpf-versioning-doc'

Andrey Ignatov says:

====================
This patch set adds ABI versioning and documentation to libbpf.

Patch 1 renames btf_get_from_id to btf__get_from_id to follow naming
convention.
Patch 2 adds version script and has more details on ABI versioning.
Patch 3 adds simple check that all global symbols are versioned.
Patch 4 documents a few aspects of libbpf API and ABI in dev process.

v1->v2:
* add patch from Martin KaFai Lau <kafai@fb.com> to rename btf_get_from_id;
* add documentation for libbpf API and ABI.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>