summaryrefslogtreecommitdiffstats
path: root/Documentation/bpf/other.rst
diff options
context:
space:
mode:
authorDave Marchevsky <davemarchevsky@fb.com>2023-02-14 01:40:17 +0100
committerAlexei Starovoitov <ast@kernel.org>2023-02-14 04:40:53 +0100
commitc31315c3aa09297d99cb39e837185ef225586d2b (patch)
treef1b9066aa67ec9e0dde41fb157452f4df3f04d82 /Documentation/bpf/other.rst
parentselftests/bpf: Add rbtree selftests (diff)
downloadlinux-c31315c3aa09297d99cb39e837185ef225586d2b.tar.xz
linux-c31315c3aa09297d99cb39e837185ef225586d2b.zip
bpf, documentation: Add graph documentation for non-owning refs
It is difficult to intuit the semantics of owning and non-owning references from verifier code. In order to keep the high-level details from being lost in the mailing list, this patch adds documentation explaining semantics and details. The target audience of doc added in this patch is folks working on BPF internals, as there's focus on "what should the verifier do here". Via reorganization or copy-and-paste, much of the content can probably be repurposed for BPF program writer audience as well. Signed-off-by: Dave Marchevsky <davemarchevsky@fb.com> Link: https://lore.kernel.org/r/20230214004017.2534011-9-davemarchevsky@fb.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'Documentation/bpf/other.rst')
-rw-r--r--Documentation/bpf/other.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/bpf/other.rst b/Documentation/bpf/other.rst
index 3d61963403b4..7e6b12018802 100644
--- a/Documentation/bpf/other.rst
+++ b/Documentation/bpf/other.rst
@@ -6,4 +6,5 @@ Other
:maxdepth: 1
ringbuf
- llvm_reloc \ No newline at end of file
+ llvm_reloc
+ graph_ds_impl