bpf, docs: Add introduction for use in the ISA Internet Draft
authorDave Thaler <dthaler1968@googlemail.com>
Mon, 22 Apr 2024 19:09:42 +0000 (12:09 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 26 Apr 2024 02:15:21 +0000 (19:15 -0700)
The proposed intro paragraph text is derived from the first paragraph
of the IETF BPF WG charter at https://datatracker.ietf.org/wg/bpf/about/

Signed-off-by: Dave Thaler <dthaler1968@gmail.com>
Acked-by: David Vernet <void@manifault.com>
Link: https://lore.kernel.org/r/20240422190942.24658-1-dthaler1968@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Documentation/bpf/standardization/instruction-set.rst

index d03d90afbd7d995e3f5a30f5cd46125b21dc6270..b44bdacd0195782d8e9170243404e629907a7ada 100644 (file)
@@ -5,7 +5,11 @@
 BPF Instruction Set Architecture (ISA)
 ======================================
 
-This document specifies the BPF instruction set architecture (ISA).
+eBPF (which is no longer an acronym for anything), also commonly
+referred to as BPF, is a technology with origins in the Linux kernel
+that can run untrusted programs in a privileged context such as an
+operating system kernel. This document specifies the BPF instruction
+set architecture (ISA).
 
 Documentation conventions
 =========================