[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190222230344.27979-1-daniel@iogearbox.net>
Date: Sat, 23 Feb 2019 00:03:44 +0100
From: Daniel Borkmann <daniel@...earbox.net>
To: alexei.starovoitov@...il.com
Cc: netdev@...r.kernel.org, Daniel Borkmann <daniel@...earbox.net>
Subject: [PATCH bpf] bpf, doc: add bpf list as secondary entry to maintainers file
We recently created a bpf@...r.kernel.org list (https://lore.kernel.org/bpf/)
for BPF related discussions, originally in context of BPF track at LSF/MM
for topic discussions. It's *optional* but *desirable* to keep it in Cc for
BPF related kernel/loader/llvm/tooling threads, meaning also infrastructure
like llvm that sits on top of kernel but is crucial to BPF. In any case,
netdev with it's bpf delegate is *as-is* today primary list for patches, so
nothing changes in the workflow. Main purpose is to have some more awareness
for the bpf@...r.kernel.org list that folks can Cc for BPF specific topics.
Signed-off-by: Daniel Borkmann <daniel@...earbox.net>
Acked-by: Alexei Starovoitov <ast@...nel.org>
---
MAINTAINERS | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 41ce5f4..d78f371 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2852,7 +2852,7 @@ R: Martin KaFai Lau <kafai@...com>
R: Song Liu <songliubraving@...com>
R: Yonghong Song <yhs@...com>
L: netdev@...r.kernel.org
-L: linux-kernel@...r.kernel.org
+L: bpf@...r.kernel.org
T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
Q: https://patchwork.ozlabs.org/project/netdev/list/?delegate=77147
@@ -2882,6 +2882,7 @@ N: bpf
BPF JIT for ARM
M: Shubham Bansal <illusionist.neo@...il.com>
L: netdev@...r.kernel.org
+L: bpf@...r.kernel.org
S: Maintained
F: arch/arm/net/
@@ -2890,18 +2891,21 @@ M: Daniel Borkmann <daniel@...earbox.net>
M: Alexei Starovoitov <ast@...nel.org>
M: Zi Shen Lim <zlim.lnx@...il.com>
L: netdev@...r.kernel.org
+L: bpf@...r.kernel.org
S: Supported
F: arch/arm64/net/
BPF JIT for MIPS (32-BIT AND 64-BIT)
M: Paul Burton <paul.burton@...s.com>
L: netdev@...r.kernel.org
+L: bpf@...r.kernel.org
S: Maintained
F: arch/mips/net/
BPF JIT for NFP NICs
M: Jakub Kicinski <jakub.kicinski@...ronome.com>
L: netdev@...r.kernel.org
+L: bpf@...r.kernel.org
S: Supported
F: drivers/net/ethernet/netronome/nfp/bpf/
@@ -2909,6 +2913,7 @@ BPF JIT for POWERPC (32-BIT AND 64-BIT)
M: Naveen N. Rao <naveen.n.rao@...ux.ibm.com>
M: Sandipan Das <sandipan@...ux.ibm.com>
L: netdev@...r.kernel.org
+L: bpf@...r.kernel.org
S: Maintained
F: arch/powerpc/net/
@@ -2916,6 +2921,7 @@ BPF JIT for S390
M: Martin Schwidefsky <schwidefsky@...ibm.com>
M: Heiko Carstens <heiko.carstens@...ibm.com>
L: netdev@...r.kernel.org
+L: bpf@...r.kernel.org
S: Maintained
F: arch/s390/net/
X: arch/s390/net/pnet.c
@@ -2923,12 +2929,14 @@ X: arch/s390/net/pnet.c
BPF JIT for SPARC (32-BIT AND 64-BIT)
M: David S. Miller <davem@...emloft.net>
L: netdev@...r.kernel.org
+L: bpf@...r.kernel.org
S: Maintained
F: arch/sparc/net/
BPF JIT for X86 32-BIT
M: Wang YanQing <udknight@...il.com>
L: netdev@...r.kernel.org
+L: bpf@...r.kernel.org
S: Maintained
F: arch/x86/net/bpf_jit_comp32.c
@@ -2936,6 +2944,7 @@ BPF JIT for X86 64-BIT
M: Alexei Starovoitov <ast@...nel.org>
M: Daniel Borkmann <daniel@...earbox.net>
L: netdev@...r.kernel.org
+L: bpf@...r.kernel.org
S: Supported
F: arch/x86/net/
X: arch/x86/net/bpf_jit_comp32.c
@@ -8487,6 +8496,7 @@ L7 BPF FRAMEWORK
M: John Fastabend <john.fastabend@...il.com>
M: Daniel Borkmann <daniel@...earbox.net>
L: netdev@...r.kernel.org
+L: bpf@...r.kernel.org
S: Maintained
F: include/linux/skmsg.h
F: net/core/skmsg.c
@@ -16714,6 +16724,7 @@ M: Jesper Dangaard Brouer <hawk@...nel.org>
M: John Fastabend <john.fastabend@...il.com>
L: netdev@...r.kernel.org
L: xdp-newbies@...r.kernel.org
+L: bpf@...r.kernel.org
S: Supported
F: net/core/xdp.c
F: include/net/xdp.h
@@ -16727,6 +16738,7 @@ XDP SOCKETS (AF_XDP)
M: Björn Töpel <bjorn.topel@...el.com>
M: Magnus Karlsson <magnus.karlsson@...el.com>
L: netdev@...r.kernel.org
+L: bpf@...r.kernel.org
S: Maintained
F: kernel/bpf/xskmap.c
F: net/xdp/
--
2.9.5
Powered by blists - more mailing lists