From: Sabrina Dubroca Date: Thu, 26 Feb 2026 14:26:27 +0000 (+0100) Subject: tls: don't select STREAM_PARSER X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da89f2e3121531804f45abd33db05b432e42606c;p=thirdparty%2Fkernel%2Flinux.git tls: don't select STREAM_PARSER 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 Link: https://patch.msgid.link/cb41e513a30eeaac0b419284cc87433f049b2ee0.1771871995.git.sd@queasysnail.net Signed-off-by: Jakub Kicinski --- diff --git a/net/tls/Kconfig b/net/tls/Kconfig index ce8d56a191873..a25bf57f26738 100644 --- a/net/tls/Kconfig +++ b/net/tls/Kconfig @@ -8,7 +8,6 @@ config TLS select CRYPTO select CRYPTO_AES select CRYPTO_GCM - select STREAM_PARSER select NET_SOCK_MSG default n help