MAINTAINERS: Add entry for RV32G BPF JIT
authorLuke Nelson <lukenels@cs.washington.edu>
Thu, 5 Mar 2020 05:02:07 +0000 (21:02 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 5 Mar 2020 15:15:27 +0000 (16:15 +0100)
Add a new entry for the 32-bit RISC-V JIT to MAINTAINERS and change
mailing list to netdev and bpf following the guidelines from
commit e42da4c62abb ("docs/bpf: Update bpf development Q/A file").

Signed-off-by: Xi Wang <xi.wang@gmail.com>
Signed-off-by: Luke Nelson <luke.r.nels@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Reviewed-by: Björn Töpel <bjorn.topel@gmail.com>
Acked-by: Björn Töpel <bjorn.topel@gmail.com>
Link: https://lore.kernel.org/bpf/20200305050207.4159-5-luke.r.nels@gmail.com
MAINTAINERS

index 8f27f40d22bbf9417ea1ac5341ddfd7ebaa41944..c23884e084bee47aab2e4cc5363dd9a646913275 100644 (file)
@@ -3213,11 +3213,22 @@ L:      bpf@vger.kernel.org
 S:     Maintained
 F:     arch/powerpc/net/
 
-BPF JIT for RISC-V (RV64G)
+BPF JIT for RISC-V (32-bit)
+M:     Luke Nelson <luke.r.nels@gmail.com>
+M:     Xi Wang <xi.wang@gmail.com>
+L:     netdev@vger.kernel.org
+L:     bpf@vger.kernel.org
+S:     Maintained
+F:     arch/riscv/net/
+X:     arch/riscv/net/bpf_jit_comp64.c
+
+BPF JIT for RISC-V (64-bit)
 M:     Björn Töpel <bjorn.topel@gmail.com>
 L:     netdev@vger.kernel.org
+L:     bpf@vger.kernel.org
 S:     Maintained
 F:     arch/riscv/net/
+X:     arch/riscv/net/bpf_jit_comp32.c
 
 BPF JIT for S390
 M:     Ilya Leoshkevich <iii@linux.ibm.com>