]> git.baikalelectronics.ru Git - kernel.git/commit
bpf, doc: add entries of who looks over which jits
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 27 Nov 2018 00:21:00 +0000 (01:21 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 27 Nov 2018 02:11:48 +0000 (18:11 -0800)
commit3a80c7e2221dba53991bfce54e403432c77f2f09
tree6d265a283dc0c0b2aa07fedfe62ed89768f3b77a
parent7f1b62322a49ff63627cd85d2cfcab31a4bf33d4
bpf, doc: add entries of who looks over which jits

Make the high-level BPF JIT entry a general 'catch-all' and add
architecture specific entries to make it more clear who actively
maintains which BPF JIT compiler. The list (L) address implies
that this eventually lands in the bpf patchwork bucket. Goal is
that this set of responsible developers listed here is always up
to date and a point of contact for helping out in e.g. feature
development, fixes, review or testing patches in order to help
long-term in ensuring quality of the BPF JITs and therefore BPF
core under a given architecture. Every new JIT in future /must/
have an entry here as well.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Acked-by: Sandipan Das <sandipan@linux.ibm.com>
Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Zi Shen Lim <zlim.lnx@gmail.com>
Acked-by: Paul Burton <paul.burton@mips.com>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Wang YanQing <udknight@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
MAINTAINERS