From: Vadim Fedorenko <vfedore...@novek.ru> Date: Wed, 20 May 2020 11:41:42 +0300
> The problem with data stream corruption was found in KTLS > transmit path with small socket send buffers and large > amount of data. bpf_exec_tx_verdict() frees open record > on any type of error including EAGAIN, ENOMEM and ENOSPC > while callers are able to recover this transient errors. > Also wrong error code was returned to user space in that > case. This patchset fixes the problems. Series applied, thanks.