netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next V3] MAINTAINERS: Update XDP and AF_XDP entries
@ 2020-11-20  8:53 Jesper Dangaard Brouer
  2020-11-20 10:20 ` Björn Töpel
  2020-11-20 14:50 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Jesper Dangaard Brouer @ 2020-11-20  8:53 UTC (permalink / raw)
  To: bpf, Jakub Kicinski
  Cc: Jesper Dangaard Brouer, netdev, Daniel Borkmann,
	Alexei Starovoitov, John Fastabend, Magnus Karlsson,
	Björn Töpel, joe

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>
---
 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:	bpf@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.topel@intel.com>
@@ -19119,9 +19124,12 @@ R:	Jonathan Lemon <jonathan.lemon@gmail.com>
 L:	netdev@vger.kernel.org
 L:	bpf@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*



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next V3] MAINTAINERS: Update XDP and AF_XDP entries
  2020-11-20  8:53 [PATCH net-next V3] MAINTAINERS: Update XDP and AF_XDP entries Jesper Dangaard Brouer
@ 2020-11-20 10:20 ` Björn Töpel
  2020-11-20 14:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Björn Töpel @ 2020-11-20 10:20 UTC (permalink / raw)
  To: Jesper Dangaard Brouer, bpf, Jakub Kicinski
  Cc: netdev, Daniel Borkmann, Alexei Starovoitov, John Fastabend,
	Magnus Karlsson, joe

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 <kuba@kernel.org>
> Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>

Thanks Jesper!

Acked-by: Björn Töpel <bjorn.topel@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:	bpf@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.topel@intel.com>
> @@ -19119,9 +19124,12 @@ R:	Jonathan Lemon <jonathan.lemon@gmail.com>
>   L:	netdev@vger.kernel.org
>   L:	bpf@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*
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next V3] MAINTAINERS: Update XDP and AF_XDP entries
  2020-11-20  8:53 [PATCH net-next V3] MAINTAINERS: Update XDP and AF_XDP entries Jesper Dangaard Brouer
  2020-11-20 10:20 ` Björn Töpel
@ 2020-11-20 14:50 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2020-11-20 14:50 UTC (permalink / raw)
  To: Jesper Dangaard Brouer
  Cc: bpf, kuba, netdev, borkmann, alexei.starovoitov, john.fastabend,
	magnus.karlsson, bjorn.topel, joe

Hello:

This patch was applied to bpf/bpf.git (refs/heads/master):

On Fri, 20 Nov 2020 09:53:09 +0100 you 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.
> 
> [...]

Here is the summary with links:
  - [net-next,V3] MAINTAINERS: Update XDP and AF_XDP entries
    https://git.kernel.org/bpf/bpf/c/6200d5c38313

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-20 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-20  8:53 [PATCH net-next V3] MAINTAINERS: Update XDP and AF_XDP entries Jesper Dangaard Brouer
2020-11-20 10:20 ` Björn Töpel
2020-11-20 14:50 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).