Re: [PATCH net] net/tls: Fix connection stall on partial tls record

2018-05-07 Thread David Miller
From: Andre Tomt Date: Mon, 7 May 2018 04:24:39 +0200 > In the case of writing a partial tls record we forgot to clear the > ctx->in_tcp_sendpages flag, causing some connections to stall. > > Fixes: c212d2c7fc47 ("net/tls: Don't recursively call push_record during > tls_write_space callbacks")

[PATCH net] net/tls: Fix connection stall on partial tls record

2018-05-06 Thread Andre Tomt
In the case of writing a partial tls record we forgot to clear the ctx->in_tcp_sendpages flag, causing some connections to stall. Fixes: c212d2c7fc47 ("net/tls: Don't recursively call push_record during tls_write_space callbacks") Signed-off-by: Andre Tomt --- net/tls/tls_main.c | 1 + 1 file c