Re: [PATCH 1/1] tls: device: push pending open record on splice EOF
From: Nils Juenemann <hidden> Date: 2026-07-13 20:29:38
On Thu, Jul 9, 2026 at 4:44 PM Rishikesh Jethwani [off-list ref] wrote:
On kTLS device-offload sockets, sendfile() with count > EOF can reach
->splice_eof() with a fully assembled but still-open TLS record left
pending.
[...]
Confirmed on ConnectX-6 Dx with TLS 1.3 device offload: with this fix,
the sendfile() count > EOF + abrupt close() case no longer drops the
final record.
Tested-by: Nils Juenemann <redacted>