lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 19 Nov 2020 10:02:10 -0800
From:   Jakub Kicinski <kuba@...nel.org>
To:     Jesper Dangaard Brouer <brouer@...hat.com>
Cc:     bpf@...r.kernel.org, netdev@...r.kernel.org,
        Daniel Borkmann <borkmann@...earbox.net>,
        Alexei Starovoitov <alexei.starovoitov@...il.com>,
        John Fastabend <john.fastabend@...il.com>,
        Magnus Karlsson <magnus.karlsson@...el.com>,
        Björn Töpel 
        <bjorn.topel@...el.com>, Joe Perches <joe@...ches.com>
Subject: Re: [PATCH net-next] MAINTAINERS: Update XDP and AF_XDP entries

On Thu, 19 Nov 2020 18:26:40 +0100 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@...nel.org>
> Signed-off-by: Jesper Dangaard Brouer <brouer@...hat.com>

Ah! Sorry, I missed that you sent this before replying to Joe.

Would you mind respining with his regex?

> diff --git a/MAINTAINERS b/MAINTAINERS
> index af9f6a3ab100..230917ee687f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19105,12 +19105,17 @@ L:	netdev@...r.kernel.org
>  L:	bpf@...r.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:	[^a-z0-9]xdp[^a-z0-9]
> 
>  XDP SOCKETS (AF_XDP)
>  M:	Björn Töpel <bjorn.topel@...el.com>
> @@ -19119,9 +19124,12 @@ R:	Jonathan Lemon <jonathan.lemon@...il.com>
>  L:	netdev@...r.kernel.org
>  L:	bpf@...r.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*
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ