Given BPF is increasingly being used beyond just the Linux kernel, with implementations in NICs and other hardware, Windows, etc, there is an ongoing effort to document and standardize parts of the existing BPF infrastructure such as its ISA. As "source of truth" we decided some time ago to rely on the in-tree documentation, in particular, starting out with the Documentation/bpf/instruction-set.rst as a base for later RFC drafts on the ISA. Therefore, we want to ensure that changes to that document have bpf@xxxxxxxx in Cc, so add a MAINTAINERS file entry with a section on documents related to standardization efforts. For now, this only relates to instruction-set.rst, and later additional files will be added. Signed-off-by: Daniel Borkmann <daniel@xxxxxxxxxxxxx> Cc: Dave Thaler <dthaler@xxxxxxxxxxxxx> Cc: bpf@xxxxxxxx Link: https://datatracker.ietf.org/doc/bofreq-thaler-bpf-ebpf/ --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index cb30e6b85b57..4741063eaf52 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4019,6 +4019,12 @@ L: bpf@xxxxxxxxxxxxxxx S: Maintained F: tools/testing/selftests/bpf/ +BPF [DOCUMENTATION] (Related to Standardization) +L: bpf@xxxxxxxxxxxxxxx +L: bpf@xxxxxxxx +S: Maintained +F: Documentation/bpf/instruction-set.rst + BPF [MISC] L: bpf@xxxxxxxxxxxxxxx S: Odd Fixes -- 2.21.0