]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mptcp-more-fixes-for-6-1'
authorJakub Kicinski <kuba@kernel.org>
Tue, 29 Nov 2022 02:03:11 +0000 (18:03 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 29 Nov 2022 02:03:11 +0000 (18:03 -0800)
commit7833a54d85dc4866a4589f816dfe2c21055ee191
tree3d7e0b6ae10bd0fb098f7b1a00b5ef83c4812e3d
parent39e2778473dc507c1314e319e23fd3cafd59d88e
parentbcd4791f0a8a0f8f3fd7c96ac4fb95d53cbc912e
Merge branch 'mptcp-more-fixes-for-6-1'

Matthieu Baerts says:

====================
mptcp: More fixes for 6.1

Patch 1 makes sure data received after a close will still be processed
and acked as exepected. This is a regression for a commit introduced
in v5.11.

Patch 2 fixes a kernel deadlock found when working on validating TFO
with a listener MPTCP socket. This is not directly linked to TFO but
it is easier to reproduce the issue with it. This fixes a bug introduced
by a commit from v6.0.
====================

Link: https://lore.kernel.org/r/20221128154239.1999234-1-matthieu.baerts@tessares.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>