On 2020-11-20 09:53, Jesper Dangaard Brouer wrote:
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 <k...@kernel.org>
Signed-off-by: Jesper Dangaard Brouer <bro...@redhat.com>

Thanks Jesper!

Acked-by: Björn Töpel <bjorn.to...@intel.com>

---
  MAINTAINERS |   12 ++++++++++--
  1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index af9f6a3ab100..f827f504251b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19105,12 +19105,17 @@ L:    netdev@vger.kernel.org
  L:    b...@vger.kernel.org
  S:    Supported
  F:    include/net/xdp.h
+F:     include/net/xdp_priv.h
  F:    include/trace/events/xdp.h
  F:    kernel/bpf/cpumap.c
  F:    kernel/bpf/devmap.c
  F:    net/core/xdp.c
-N:     xdp
-K:     xdp
+F:     samples/bpf/xdp*
+F:     tools/testing/selftests/bpf/*xdp*
+F:     tools/testing/selftests/bpf/*/*xdp*
+F:     drivers/net/ethernet/*/*/*/*/*xdp*
+F:     drivers/net/ethernet/*/*/*xdp*
+K:     (?:\b|_)xdp(?:\b|_)
XDP SOCKETS (AF_XDP)
  M:    Björn Töpel <bjorn.to...@intel.com>
@@ -19119,9 +19124,12 @@ R:     Jonathan Lemon <jonathan.le...@gmail.com>
  L:    netdev@vger.kernel.org
  L:    b...@vger.kernel.org
  S:    Maintained
+F:     Documentation/networking/af_xdp.rst
  F:    include/net/xdp_sock*
  F:    include/net/xsk_buff_pool.h
  F:    include/uapi/linux/if_xdp.h
+F:     include/uapi/linux/xdp_diag.h
+F:     include/net/netns/xdp.h
  F:    net/xdp/
  F:    samples/bpf/xdpsock*
  F:    tools/lib/bpf/xsk*


Reply via email to