Merge branch 'mptcp-more-fixes-for-6-3'
authorJakub Kicinski <kuba@kernel.org>
Thu, 13 Apr 2023 16:59:00 +0000 (09:59 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 13 Apr 2023 16:59:01 +0000 (09:59 -0700)
commitecfcc6fbeb57c6b076cddba99f04c6e800b61dff
tree03c80239fbb5bde319ee672781d86361eae84adb
parent5b7be2d4fd6eb8bec14c2de96c664e07c7d0bd82
parent711ae788cbbb82818531b55e32b09518ee09a11a
Merge branch 'mptcp-more-fixes-for-6-3'

Matthieu Baerts says:

====================
mptcp: more fixes for 6.3

Patch 1 avoids scheduling the MPTCP worker on a closed socket on some
edge cases. It fixes issues that can be visible from v5.11.

Patch 2 makes sure the MPTCP worker doesn't try to manipulate
disconnected sockets. This is also a fix for an issue that can be
visible from v5.11.

Patch 3 fixes a NULL pointer dereference when MPTCP FastOpen is used
and an early fallback is done. A fix for v6.2.

Patch 4 improves the stability of the userspace PM selftest for a
subtest added in v6.2.
====================

Link: https://lore.kernel.org/r/20230411-upstream-net-20230411-mptcp-fixes-v1-0-ca540f3ef986@tessares.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>