summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorBreno Leitao <leitao@debian.org>2024-08-22 11:56:39 +0200
committerJakub Kicinski <kuba@kernel.org>2024-08-26 18:27:15 +0200
commitb494b1673889c95ead43fb6978687fb61bb042d5 (patch)
tree46e2b212ff1468eebb1903425079fc1f8cdb6a94 /MAINTAINERS
parentMerge branch 'netconsole-populate-dynamic-entry-even-if-netpoll-fails' (diff)
downloadlinux-b494b1673889c95ead43fb6978687fb61bb042d5.tar.xz
linux-b494b1673889c95ead43fb6978687fb61bb042d5.zip
net: netconsole: selftests: Create a new netconsole selftest
Adds a selftest that creates two virtual interfaces, assigns one to a new namespace, and assigns IP addresses to both. It listens on the destination interface using socat and configures a dynamic target on netconsole, pointing to the destination IP address. The test then checks if the message was received properly on the destination interface. Signed-off-by: Breno Leitao <leitao@debian.org> Acked-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> Link: https://patch.msgid.link/20240822095652.3806208-1-leitao@debian.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e4fa9010fcb6..30a9b9450e11 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15775,6 +15775,7 @@ M: Breno Leitao <leitao@debian.org>
S: Maintained
F: Documentation/networking/netconsole.rst
F: drivers/net/netconsole.c
+F: tools/testing/selftests/drivers/net/netcons_basic.sh
NETDEVSIM
M: Jakub Kicinski <kuba@kernel.org>