Skip to content

Commit 6200d5c

Browse files
netoptimizerborkmann
authored andcommitted
MAINTAINERS: Update XDP and AF_XDP entries
Getting too many false positive matches with current use of the content regex K: and file regex N: patterns. This patch drops file match N: and makes K: more restricted. Some more normal F: file wildcards are added. Notice that AF_XDP forgot to some F: files that is also updated in this patch. Suggested-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Björn Töpel <bjorn.topel@intel.com> Link: https://lore.kernel.org/bpf/160586238944.2808432.4401269290440394008.stgit@firesoul
1 parent 3383176 commit 6200d5c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

MAINTAINERS

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19109,12 +19109,17 @@ L: netdev@vger.kernel.org
1910919109
L: bpf@vger.kernel.org
1911019110
S: Supported
1911119111
F: include/net/xdp.h
19112+
F: include/net/xdp_priv.h
1911219113
F: include/trace/events/xdp.h
1911319114
F: kernel/bpf/cpumap.c
1911419115
F: kernel/bpf/devmap.c
1911519116
F: net/core/xdp.c
19116-
N: xdp
19117-
K: xdp
19117+
F: samples/bpf/xdp*
19118+
F: tools/testing/selftests/bpf/*xdp*
19119+
F: tools/testing/selftests/bpf/*/*xdp*
19120+
F: drivers/net/ethernet/*/*/*/*/*xdp*
19121+
F: drivers/net/ethernet/*/*/*xdp*
19122+
K: (?:\b|_)xdp(?:\b|_)
1911819123

1911919124
XDP SOCKETS (AF_XDP)
1912019125
M: Björn Töpel <bjorn.topel@intel.com>
@@ -19123,9 +19128,12 @@ R: Jonathan Lemon <jonathan.lemon@gmail.com>
1912319128
L: netdev@vger.kernel.org
1912419129
L: bpf@vger.kernel.org
1912519130
S: Maintained
19131+
F: Documentation/networking/af_xdp.rst
1912619132
F: include/net/xdp_sock*
1912719133
F: include/net/xsk_buff_pool.h
1912819134
F: include/uapi/linux/if_xdp.h
19135+
F: include/uapi/linux/xdp_diag.h
19136+
F: include/net/netns/xdp.h
1912919137
F: net/xdp/
1913019138
F: samples/bpf/xdpsock*
1913119139
F: tools/lib/bpf/xsk*

0 commit comments

Comments
 (0)