Message ID | 20240113003258.67899-1-john.fastabend@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | tls fixes for SPLICE with more hint | expand |
Hello: This series was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Fri, 12 Jan 2024 16:32:56 -0800 you wrote: > Syzbot found a splat where it tried to splice data over a tls socket > with the more hint and sending greater than the number of frags that > fit in a msg scatterlist. This resulted in an error where we do not > correctly send the data when the msg sg is full. The more flag being > just a hint not a strict contract. This then results in the syzbot > warning on the next send. > > [...] Here is the summary with links: - [net,v2,1/2] net: tls, fix WARNIING in __sk_msg_free https://git.kernel.org/netdev/net/c/dc9dfc8dc629 - [net,v2,2/2] net: tls, add test to capture error on large splice https://git.kernel.org/netdev/net/c/034ea1305e65 You are awesome, thank you!