mbox series

[net,0/4] tls: recvmsg fixes

Message ID cover.1711120964.git.sd@queasysnail.net (mailing list archive)
Headers show
Series tls: recvmsg fixes | expand

Message

Sabrina Dubroca March 25, 2024, 3:56 p.m. UTC
The first two fixes are again related to async decrypt. The last one
is unrelated but I stumbled upon it while reading the code.

Sabrina Dubroca (4):
  tls: recv: process_rx_list shouldn't use an offset with kvec
  tls: adjust recv return with async crypto and failed copy to userspace
  selftests: tls: add test with a partially invalid iov
  tls: get psock ref after taking rxlock to avoid leak

 net/tls/tls_sw.c                  |  7 +++++--
 tools/testing/selftests/net/tls.c | 34 +++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 27, 2024, 4:09 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 25 Mar 2024 16:56:44 +0100 you wrote:
> The first two fixes are again related to async decrypt. The last one
> is unrelated but I stumbled upon it while reading the code.
> 
> Sabrina Dubroca (4):
>   tls: recv: process_rx_list shouldn't use an offset with kvec
>   tls: adjust recv return with async crypto and failed copy to userspace
>   selftests: tls: add test with a partially invalid iov
>   tls: get psock ref after taking rxlock to avoid leak
> 
> [...]

Here is the summary with links:
  - [net,1/4] tls: recv: process_rx_list shouldn't use an offset with kvec
    https://git.kernel.org/netdev/net/c/7608a971fdeb
  - [net,2/4] tls: adjust recv return with async crypto and failed copy to userspace
    https://git.kernel.org/netdev/net/c/85eef9a41d01
  - [net,3/4] selftests: tls: add test with a partially invalid iov
    https://git.kernel.org/netdev/net/c/dc54b813df63
  - [net,4/4] tls: get psock ref after taking rxlock to avoid leak
    https://git.kernel.org/netdev/net/c/417e91e85609

You are awesome, thank you!