* [PATCH net-next] tls: don't select STREAM_PARSER
@ 2026-02-26 14:26 Sabrina Dubroca
2026-02-28 2:50 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Sabrina Dubroca @ 2026-02-26 14:26 UTC (permalink / raw)
To: netdev; +Cc: Sabrina Dubroca, John Fastabend, Jakub Kicinski
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>
---
net/tls/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/tls/Kconfig b/net/tls/Kconfig
index ce8d56a19187..a25bf57f2673 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
--
2.51.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-28 2:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-26 14:26 [PATCH net-next] tls: don't select STREAM_PARSER Sabrina Dubroca
2026-02-28 2:50 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox