Merge branch 'generalize-bpf-ksym'
[platform/kernel/linux-starfive.git] / MAINTAINERS
index 8f27f40..adc7fa8 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>
@@ -9352,6 +9363,8 @@ F:        include/net/l3mdev.h
 L7 BPF FRAMEWORK
 M:     John Fastabend <john.fastabend@gmail.com>
 M:     Daniel Borkmann <daniel@iogearbox.net>
+M:     Jakub Sitnicki <jakub@cloudflare.com>
+M:     Lorenz Bauer <lmb@cloudflare.com>
 L:     netdev@vger.kernel.org
 L:     bpf@vger.kernel.org
 S:     Maintained
@@ -9359,6 +9372,7 @@ F:        include/linux/skmsg.h
 F:     net/core/skmsg.c
 F:     net/core/sock_map.c
 F:     net/ipv4/tcp_bpf.c
+F:     net/ipv4/udp_bpf.c
 
 LANTIQ / INTEL Ethernet drivers
 M:     Hauke Mehrtens <hauke@hauke-m.de>