Re: [PATCH net v2] tls: don't abort the connection on signal-interrupted sends
| Newsgroups | gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <178603502065.1375455.781310626292605942.git-patchwork-notify@kernel.org> |
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski <[email protected]>: On Wed, 5 Aug 2026 08:22:48 +0200 you wrote: > When a signal interrupts a blocking send, tls_tx_records() treats the > resulting -ERESTARTSYS as a transmission failure and marks the socket > errored via tls_err_abort() with the raw error code. Later syscalls > return the kernel-internal errno 512 (ERESTARTSYS) to userspace, as the > signal it stems from is no longer pending during syscall exit and thus > never translated. > > [...] Here is the summary with links: - [net,v2] tls: don't abort the connection on signal-interrupted sends https://git.kernel.org/netdev/net/c/af0e5cdd031f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html