Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Jesper Dangaard Brouer and committed by
Daniel Borkmann
6200d5c3 3383176e

+10 -2
+10 -2
MAINTAINERS
··· 19109 19109 L: bpf@vger.kernel.org 19110 19110 S: Supported 19111 19111 F: include/net/xdp.h 19112 + F: include/net/xdp_priv.h 19112 19113 F: include/trace/events/xdp.h 19113 19114 F: kernel/bpf/cpumap.c 19114 19115 F: kernel/bpf/devmap.c 19115 19116 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|_) 19118 19123 19119 19124 XDP SOCKETS (AF_XDP) 19120 19125 M: Björn Töpel <bjorn.topel@intel.com> ··· 19128 19123 L: netdev@vger.kernel.org 19129 19124 L: bpf@vger.kernel.org 19130 19125 S: Maintained 19126 + F: Documentation/networking/af_xdp.rst 19131 19127 F: include/net/xdp_sock* 19132 19128 F: include/net/xsk_buff_pool.h 19133 19129 F: include/uapi/linux/if_xdp.h 19130 + F: include/uapi/linux/xdp_diag.h 19131 + F: include/net/netns/xdp.h 19134 19132 F: net/xdp/ 19135 19133 F: samples/bpf/xdpsock* 19136 19134 F: tools/lib/bpf/xsk*