mbox series

[net,0/3] mptcp: Fixes for 5.17

Message ID 20220225005259.318898-1-mathew.j.martineau@linux.intel.com (mailing list archive)
Headers show
Series mptcp: Fixes for 5.17 | expand

Message

Mat Martineau Feb. 25, 2022, 12:52 a.m. UTC
Patch 1 fixes an issue with the SIOCOUTQ ioctl in MPTCP sockets that
have performed a fallback to TCP.

Patch 2 is a selftest fix to correctly remove temp files.

Patch 3 fixes a shift-out-of-bounds issue found by syzkaller.

Mat Martineau (1):
  mptcp: Correctly set DATA_FIN timeout when number of retransmits is
    large

Paolo Abeni (2):
  mptcp: accurate SIOCOUTQ for fallback socket
  selftests: mptcp: do complete cleanup at exit

 net/mptcp/protocol.c                           | 18 ++++++++++++++++--
 .../selftests/net/mptcp/mptcp_connect.sh       |  4 ++--
 2 files changed, 18 insertions(+), 4 deletions(-)


base-commit: d8152cfe2f21d6930c680311b03b169899c8d2a0

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 25, 2022, 6:40 a.m. UTC | #1
Hello:

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

On Thu, 24 Feb 2022 16:52:56 -0800 you wrote:
> Patch 1 fixes an issue with the SIOCOUTQ ioctl in MPTCP sockets that
> have performed a fallback to TCP.
> 
> Patch 2 is a selftest fix to correctly remove temp files.
> 
> Patch 3 fixes a shift-out-of-bounds issue found by syzkaller.
> 
> [...]

Here is the summary with links:
  - [net,1/3] mptcp: accurate SIOCOUTQ for fallback socket
    https://git.kernel.org/netdev/net/c/07c2c7a3b622
  - [net,2/3] selftests: mptcp: do complete cleanup at exit
    https://git.kernel.org/netdev/net/c/63bb8239d805
  - [net,3/3] mptcp: Correctly set DATA_FIN timeout when number of retransmits is large
    https://git.kernel.org/netdev/net/c/877d11f0332c

You are awesome, thank you!