Hey Matthieu, I've ended up doing something slightly different: On Tue, Feb 14, 2023 at 05:05:06PM +0100, Matthieu Baerts wrote:
Hi Greg, Sasha, Here are two MPTCP patches backports (patches 2-3/4), and one prerequisite (patch 1/4), that recently failed to apply to the 6.1 stable tree. They prevent some locking issues with MPTCP. After having cherry-picked patch 1/4 -- a simple refactoring to make a function more generic -- patch 2/4 applied without any issue.
I did the same for 1+2.
For patch 3/4, I had to resolve two simple function because two if-statements around the modified code have curly braces in v6.1, not later, see commit 976d302fb616 ("mptcp: deduplicate error paths on endpoint creation").
Instead of resolving the conflict, I took 976d302fb616 ("mptcp: deduplicate error paths on endpoint creation".
On top of that, patch 4/4 fixes MPTCP userspace PM selftest that has been recently broken due to a backport done in v6.1.8.
I didn't have this one, I'll go and queue it up. Thanks! -- Thanks, Sasha