diff options
author | Alexei Starovoitov <ast@kernel.org> | 2019-01-07 15:52:00 -0800 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-01-07 15:52:00 -0800 |
commit | 2dc0f02da14e19f510694f8d8bbcb0f2f63e0646 (patch) | |
tree | c285c4764bb1c33787412c575c1f5dacf693ffea /tools | |
parent | a8911d6d5878587767a78c6bde371298ca2a3be3 (diff) | |
parent | 80f21ff987eb377140d27102285f8dd1167b335c (diff) |
Merge branch 'bpf-doc-updates'
Daniel Borkmann says:
====================
Two trivial doc follow-ups to i) remove deprecated kern_version
mentioning in the design qa and ii) to mention stand-alone build
and license of libbpf. Thanks!
====================
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lib/bpf/README.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/lib/bpf/README.rst b/tools/lib/bpf/README.rst index 056f383107226..607aae40f4eda 100644 --- a/tools/lib/bpf/README.rst +++ b/tools/lib/bpf/README.rst @@ -132,6 +132,20 @@ For example, if current state of ``libbpf.map`` is: Format of version script and ways to handle ABI changes, including incompatible ones, described in details in [1]. +Stand-alone build +================= + +Under https://github.com/libbpf/libbpf there is a (semi-)automated +mirror of the mainline's version of libbpf for a stand-alone build. + +However, all changes to libbpf's code base must be upstreamed through +the mainline kernel tree. + +License +======= + +libbpf is dual-licensed under LGPL 2.1 and BSD 2-Clause. + Links ===== |