Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux-2.6-microblaze.git] / Documentation / userspace-api / ebpf / syscall.rst
1 .. SPDX-License-Identifier: GPL-2.0
2
3 eBPF Syscall
4 ------------
5
6 :Authors: - Alexei Starovoitov <ast@kernel.org>
7           - Joe Stringer <joe@wand.net.nz>
8           - Michael Kerrisk <mtk.manpages@gmail.com>
9
10 The primary info for the bpf syscall is available in the `man-pages`_
11 for `bpf(2)`_.
12
13 bpf() subcommand reference
14 ~~~~~~~~~~~~~~~~~~~~~~~~~~
15
16 .. kernel-doc:: include/uapi/linux/bpf.h
17    :doc: eBPF Syscall Preamble
18
19 .. kernel-doc:: include/uapi/linux/bpf.h
20    :doc: eBPF Syscall Commands
21
22 .. Links:
23 .. _man-pages: https://www.kernel.org/doc/man-pages/
24 .. _bpf(2): https://man7.org/linux/man-pages/man2/bpf.2.html