Message ID | cover.1711120964.git.sd@queasysnail.net (mailing list archive) |
---|---|
Headers | show |
Series | tls: recvmsg fixes | expand |
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!