]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge branch 'mptcp-misc-fixes'
authorJakub Kicinski <kuba@kernel.org>
Wed, 26 Feb 2025 02:34:42 +0000 (18:34 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 26 Feb 2025 02:34:43 +0000 (18:34 -0800)
commit5568e4ca9aedf0aa2a84c6c8c74c240db09aa89d
tree24c695ee33ac3f27ba5b16d172ad8e8d906b1bb7
parent18912c520674ec4d920fe3826e7e4fefeecdf5ae
parentdb75a16813aabae3b78c06b1b99f5e314c1f55d3
Merge branch 'mptcp-misc-fixes'

Matthieu Baerts says:

====================
mptcp: misc. fixes

Here are two unrelated fixes, plus an extra patch:

- Patch 1: prevent a warning by removing an unneeded and incorrect small
  optimisation in the path-manager. A fix for v5.10.

- Patch 2: reset a subflow when MPTCP opts have been dropped after
  having correctly added a new path. A fix for v5.19.

- Patch 3: add a safety check to prevent issues like the one fixed by
  the second patch.
====================

Link: https://patch.msgid.link/20250224-net-mptcp-misc-fixes-v1-0-f550f636b435@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>