Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: add docs and selftest to the TLS file list

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>

+3 -1
+3 -1
MAINTAINERS
··· 18419 18419 M: Sabrina Dubroca <sd@queasysnail.net> 18420 18420 L: netdev@vger.kernel.org 18421 18421 S: Maintained 18422 + F: Documentation/networking/tls* 18422 18423 F: include/net/tls.h 18423 18424 F: include/uapi/linux/tls.h 18424 - F: net/tls/* 18425 + F: net/tls/ 18426 + F: tools/testing/selftests/net/tls.c 18425 18427 18426 18428 NETWORKING [SOCKETS] 18427 18429 M: Eric Dumazet <edumazet@google.com>