Re: [PATCH net 0/4] mptcp: misc. fixes for 6.15-rc0

2025-03-31 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 28 Mar 2025 15:27:15 +0100 you wrote: > Here are 4 unrelated patches: > > - Patch 1: fix a NULL pointer when two SYN-ACK for the same request are > handled in parallel. A fix for up to v5.9. > > - Patch 2: sel

[PATCH net 0/4] mptcp: misc. fixes for 6.15-rc0

2025-03-28 Thread Matthieu Baerts (NGI0)
Here are 4 unrelated patches: - Patch 1: fix a NULL pointer when two SYN-ACK for the same request are handled in parallel. A fix for up to v5.9. - Patch 2: selftests: fix check for the wrong FD. A fix for up to v5.17. - Patch 3: selftests: close all FDs in case of error. A fix for up to v5.1