ARC: mm: vmalloc sync from kernel to user table to update PMD ...
[linux-2.6-microblaze.git] / Documentation / bpf / libbpf / libbpf.rst
1 .. SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
2
3 libbpf
4 ======
5
6 This is documentation for libbpf, a userspace library for loading and
7 interacting with bpf programs.
8
9 All general BPF questions, including kernel functionality, libbpf APIs and
10 their application, should be sent to bpf@vger.kernel.org mailing list.
11 You can `subscribe <http://vger.kernel.org/vger-lists.html#bpf>`_ to the
12 mailing list search its `archive <https://lore.kernel.org/bpf/>`_.
13 Please search the archive before asking new questions. It very well might
14 be that this was already addressed or answered before.