Thread (7 messages) 7 messages, 3 authors, 2d ago

Re: [PATCH] tls: don't abort the connection on signal-interrupted sends

From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-07-23 18:45:12
Also in: lkml

On Thu, 23 Jul 2026 20:38:27 +0200 Maximilian Immanuel Brandtner wrote:
quoted
quoted
+static bool tls_is_non_restartable_err(int err)
+{
+	if (err >= 0)
+		return false;  
This doesn't belong in a helper for classifying errors.  
So you would prefer if (rc < 0 && !tls_is_restartable_err(rc))
Yup.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help