lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250815-net-mptcp-misc-fixes-6-17-rc2-v1-0-521fe9957892@kernel.org>
Date: Fri, 15 Aug 2025 19:28:18 +0200
From: "Matthieu Baerts (NGI0)" <matttbe@...nel.org>
To: mptcp@...ts.linux.dev, Mat Martineau <martineau@...nel.org>, 
 Geliang Tang <geliang@...nel.org>, "David S. Miller" <davem@...emloft.net>, 
 Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, 
 Paolo Abeni <pabeni@...hat.com>, Simon Horman <horms@...nel.org>, 
 Jianguo Wu <wujianguo@...natelecom.cn>, Shuah Khan <shuah@...nel.org>, 
 Jonathan Corbet <corbet@....net>, zhenwei pi <pizhenwei@...edance.com>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org, 
 linux-kselftest@...r.kernel.org, linux-doc@...r.kernel.org, 
 "Matthieu Baerts (NGI0)" <matttbe@...nel.org>, 
 Christoph Paasch <cpaasch@...nai.com>, stable@...r.kernel.org, 
 Thomas Dreibholz <dreibh@...ula.no>, Geliang Tang <geliang@...nel.org>
Subject: [PATCH net 0/8] mptcp: misc fixes for v6.17-rc

Here are various fixes:

- Patch 1: Better handling SKB extension allocation failures. A fix for
  v5.7.

- Patches 2, 3: Avoid resetting MPTCP limits when flushing MPTCP
  endpoints. With a validation in the selftests. Fixes for v5.7.

- Patches 4, 5, 6: Disallow '0' as ADD_ADDR retransmission timeout.
  With a preparation patch, and a validation in the selftests. Fixes for
  v5.11.

- Patches 8, 9: Fix C23 extension warnings in the selftests, spotted by
  GCC. Fixes for v6.16.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@...nel.org>
---
Christoph Paasch (1):
      mptcp: drop skb if MPTCP skb extension allocation fails

Geliang Tang (3):
      mptcp: remove duplicate sk_reset_timer call
      mptcp: disable add_addr retransmission when timeout is 0
      selftests: mptcp: disable add_addr retrans in endpoint_tests

Matthieu Baerts (NGI0) (4):
      mptcp: pm: kernel: flush: do not reset ADD_ADDR limit
      selftests: mptcp: pm: check flush doesn't reset limits
      selftests: mptcp: connect: fix C23 extension warning
      selftests: mptcp: sockopt: fix C23 extension warning

 Documentation/networking/mptcp-sysctl.rst         |  2 ++
 net/mptcp/options.c                               |  6 ++++--
 net/mptcp/pm.c                                    | 18 ++++++++++++------
 net/mptcp/pm_kernel.c                             |  1 -
 tools/testing/selftests/net/mptcp/mptcp_connect.c |  5 +++--
 tools/testing/selftests/net/mptcp/mptcp_inq.c     |  5 +++--
 tools/testing/selftests/net/mptcp/mptcp_join.sh   |  1 +
 tools/testing/selftests/net/mptcp/mptcp_sockopt.c |  5 +++--
 tools/testing/selftests/net/mptcp/pm_netlink.sh   |  1 +
 9 files changed, 29 insertions(+), 15 deletions(-)
---
base-commit: 065c31f2c6915b38f45b1c817b31f41f62eaa774
change-id: 20250815-net-mptcp-misc-fixes-6-17-rc2-d18b2437e8d4

Best regards,
-- 
Matthieu Baerts (NGI0) <matttbe@...nel.org>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ