Re: [PATCH net-next v9 0/5] TLS read_sock performance scalability

Jakub Kicinski <[email protected]> Wed, 29 Apr 2026 16:13:38 -0700
Newsgroups dev.linux.lists.kernel-tls-handshake,org.kernel.vger.netdev
Message-ID <[email protected]>
On Wed, 29 Apr 2026 17:48:07 -0400 Chuck Lever wrote:
> Changes since v8:
> - Address review comments from sashiko
>   - Patch 2: Requeue partially consumed skb to prevent leak
>   - Patch 5: Re-check sk_err so RST during flush surfaces as
>     -ECONNRESET instead of EOF
> - Address review comments from gpt-5.5

Is someone running gpt-5.5 on the public submissions?

>   - Patch 4: Restore msg_ready early-return in tls_strp_check_rcv()
>     so the queued strp_work doesn't double-wake the consumer
>   - Patch 4: Add tls_strparser msg_announced bit so the recvmsg
>     exit-point handoff doesn't re-fire saved_data_ready() for a
>     record BH or the worker already announced (rx_list-only drain
>     path)