public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [PATCH net-next] tls: don't select STREAM_PARSER
  2026-02-26 14:26 [PATCH net-next] tls: don't select STREAM_PARSER Sabrina Dubroca
@ 2026-02-28  2:50 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-02-28  2:50 UTC (permalink / raw)
  To: Sabrina Dubroca; +Cc: netdev, john.fastabend, kuba

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 26 Feb 2026 15:26:27 +0100 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next] tls: don't select STREAM_PARSER
    https://git.kernel.org/netdev/net-next/c/da89f2e31215

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[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