]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MAINTAINERS: add docs and selftest to the TLS file list
authorJakub Kicinski <kuba@kernel.org>
Tue, 6 Jan 2026 20:07:06 +0000 (12:07 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 8 Jan 2026 19:52:46 +0000 (11:52 -0800)
The TLS MAINTAINERS entry does not seem to cover the selftest
or docs. Add those. While at it remove the unnecessary wildcard
from net/tls/, there are no subdirectories anyway so this change
has no impact today.

Reviewed-by: Sabrina Dubroca <sd@queasysnail.net>
Link: https://patch.msgid.link/20260106200706.1596250-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
MAINTAINERS

index 6737aad729d6388cc1e31e6d8032c25486011025..ecac33ff54575898ddb2066766bb4273c7c24ffc 100644 (file)
@@ -18419,9 +18419,11 @@ M:     Jakub Kicinski <kuba@kernel.org>
 M:     Sabrina Dubroca <sd@queasysnail.net>
 L:     netdev@vger.kernel.org
 S:     Maintained
+F:     Documentation/networking/tls*
 F:     include/net/tls.h
 F:     include/uapi/linux/tls.h
-F:     net/tls/*
+F:     net/tls/
+F:     tools/testing/selftests/net/tls.c
 
 NETWORKING [SOCKETS]
 M:     Eric Dumazet <edumazet@google.com>