bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: XDP: restrict N: and K:
@ 2020-07-09 19:42 Alexander A. Klimov
  2020-07-09 20:37 ` Daniel Borkmann
  0 siblings, 1 reply; 13+ messages in thread
From: Alexander A. Klimov @ 2020-07-09 19:42 UTC (permalink / raw)
  To: ast, daniel, davem, kuba, hawk, john.fastabend, mchehab+huawei,
	robh, linux-kernel, netdev, bpf
  Cc: Alexander A. Klimov

Rationale:
Documentation/arm/ixp4xx.rst contains "xdp" as part of "ixdp465"
which has nothing to do with XDP.

Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
---
 See also: https://lore.kernel.org/lkml/20200709132607.7fb42415@carbon/

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 1d4aa7f942de..2bb7feb838af 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18708,8 +18708,8 @@ 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
+N:	(?:\b|_)xdp(?:\b|_)
+K:	(?:\b|_)xdp(?:\b|_)
 
 XDP SOCKETS (AF_XDP)
 M:	Björn Töpel <bjorn.topel@intel.com>
-- 
2.27.0


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

end of thread, other threads:[~2020-07-11 11:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09 19:42 [PATCH] MAINTAINERS: XDP: restrict N: and K: Alexander A. Klimov
2020-07-09 20:37 ` Daniel Borkmann
2020-07-10  6:17   ` Alexander A. Klimov
2020-07-10 15:14     ` Daniel Borkmann
2020-07-10 16:00       ` Joe Perches
2020-07-10 16:12         ` Toke Høiland-Jørgensen
2020-07-10 18:18           ` Alexander A. Klimov
2020-07-10 18:42             ` Joe Perches
2020-07-10 18:57               ` Toke Høiland-Jørgensen
2020-07-10 19:04                 ` [PATCH v2] " Alexander A. Klimov
2020-07-10 19:37                   ` Joe Perches
2020-07-11  8:23                     ` Jesper Dangaard Brouer
2020-07-11 11:10                       ` Joe Perches

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).