Merge branch 'mptcp-misc-fixes-for-v6-19-rc1'
authorJakub Kicinski <kuba@kernel.org>
Tue, 9 Dec 2025 07:54:05 +0000 (23:54 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 9 Dec 2025 07:54:06 +0000 (23:54 -0800)
commit186468c67fc687650b7fb713d8c627d5c8566886
tree4a01b4e12fcd9272c1ce3aea445f4c9096bb2afd
parentdb6b35cffe59c619ea3772b21d7c7c8a7b885dc1
parentffb8c27b0539dd90262d1021488e7817fae57c42
Merge branch 'mptcp-misc-fixes-for-v6-19-rc1'

Matthieu Baerts says:

====================
mptcp: misc fixes for v6.19-rc1

Here are various unrelated fixes:

- Patches 1-2: ignore unknown in-kernel PM endpoint flags instead of
  pretending they are supported. A fix for v5.7.

- Patch 3: avoid potential unnecessary rtx timer expiration. A fix for
  v5.15.

- Patch 4: avoid a deadlock on fallback in case of SKB creation failure
  while re-injecting.
====================

Link: https://patch.msgid.link/20251205-net-mptcp-misc-fixes-6-19-rc1-v1-0-9e4781a6c1b8@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>