[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220701042810.26362-1-lukas.bulwahn@gmail.com>
Date: Fri, 1 Jul 2022 06:28:10 +0200
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: Andrii Nakryiko <andrii@...nel.org>,
Alexei Starovoitov <ast@...nel.org>
Cc: Björn Töpel <bjorn@...nel.org>,
Magnus Karlsson <magnus.karlsson@...el.com>,
Maciej Fijalkowski <maciej.fijalkowski@...el.com>,
netdev@...r.kernel.org, bpf@...r.kernel.org,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] MAINTAINERS: adjust XDP SOCKETS after file movement
Commit f36600634282 ("libbpf: move xsk.{c,h} into selftests/bpf") moves
files tools/{lib => testing/selftests}/bpf/xsk.[ch], but misses to adjust
the XDP SOCKETS (AF_XDP) section in MAINTAINERS.
Adjust the file entry after this file movement.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
---
Andrii, please ack.
Alexei, please pick this minor non-urgent clean-up on top of the commit above.
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index fa4bfa3d10bf..27d9e65b9a85 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22042,7 +22042,7 @@ 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*
+F: tools/testing/selftests/bpf/xsk*
XEN BLOCK SUBSYSTEM
M: Roger Pau Monné <roger.pau@...rix.com>
--
2.17.1
Powered by blists - more mailing lists