]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
tls: don't select STREAM_PARSER
authorSabrina Dubroca <sd@queasysnail.net>
Thu, 26 Feb 2026 14:26:27 +0000 (15:26 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 28 Feb 2026 02:36:13 +0000 (18:36 -0800)
ktls was converted to its own stream parser in commit
84c61fe1a75b ("tls: rx: do not use the standard strparser"), but the
Kconfig dependency was left. The only part of the original strparser
that's shared with ktls are a few structs (strp_msg, sk_skb_cb) and
the strp_msg helper, those don't require building the net/strparser
code.

Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Link: https://patch.msgid.link/cb41e513a30eeaac0b419284cc87433f049b2ee0.1771871995.git.sd@queasysnail.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/tls/Kconfig

index ce8d56a1918734228d900fb466333d416a976270..a25bf57f26738d83fd9566a50318f69f313fd2d8 100644 (file)
@@ -8,7 +8,6 @@ config TLS
        select CRYPTO
        select CRYPTO_AES
        select CRYPTO_GCM
-       select STREAM_PARSER
        select NET_SOCK_MSG
        default n
        help