Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Mon, 13 Jan 2025 16:44:55 +0100 you wrote:
Last week, Jakub reported [1] that the MPTCP Connect selftest was unstable. It looked like it started after the introduction of some fixes [2]. After analysis from Paolo, these patches revealed existing bugs, that should be fixed by the following patches.
- Patch 1: Make sure ACK are sent when MPTCP-level window re-opens. In some corner cases, the other peer was not notified when more data could be sent. A fix for v5.11, but depending on a feature introduced in v5.19.
[...]
Here is the summary with links: - [net,1/3] mptcp: be sure to send ack when mptcp-level window re-opens https://git.kernel.org/netdev/net/c/2ca06a2f6531 - [net,2/3] mptcp: fix spurious wake-up on under memory pressure https://git.kernel.org/netdev/net/c/e226d9259dc4 - [net,3/3] selftests: mptcp: avoid spurious errors on disconnect https://git.kernel.org/netdev/net/c/218cc166321f
You are awesome, thank you!