[PATCH 6.6.y 0/3] Backport of "mptcp: fix full TCP keep-alive support"

Matthieu Baerts (NGI0) posted 3 patches 3 months, 1 week ago
Failed in applying to current master (apply log)
There is a newer version of this series
net/mptcp/protocol.h |   3 ++
net/mptcp/sockopt.c  | 123 +++++++++++++++++++++++++++++--------------
2 files changed, 87 insertions(+), 39 deletions(-)
[PATCH 6.6.y 0/3] Backport of "mptcp: fix full TCP keep-alive support"
Posted by Matthieu Baerts (NGI0) 3 months, 1 week ago
It looks like the patch "mptcp: fix full TCP keep-alive support" has
been backported up to v6.8 recently (thanks!), but not before due to
conflicts.

I had to adapt a bit the code not to backport new features, but the 
modifications were simple, and isolated from the rest. MPTCP sockopt 
tests have been executed, and no issues have been reported.

Matthieu Baerts (NGI0) (1):
  mptcp: fix full TCP keep-alive support

Paolo Abeni (2):
  mptcp: avoid some duplicate code in socket option handling
  mptcp: cleanup SOL_TCP handling

 net/mptcp/protocol.h |   3 ++
 net/mptcp/sockopt.c  | 123 +++++++++++++++++++++++++++++--------------
 2 files changed, 87 insertions(+), 39 deletions(-)

-- 
2.43.0
Re: [PATCH 6.6.y 0/3] Backport of "mptcp: fix full TCP keep-alive support"
Posted by Greg KH 2 months, 3 weeks ago
On Wed, May 29, 2024 at 11:58:18AM +0200, Matthieu Baerts (NGI0) wrote:
> It looks like the patch "mptcp: fix full TCP keep-alive support" has
> been backported up to v6.8 recently (thanks!), but not before due to
> conflicts.
> 
> I had to adapt a bit the code not to backport new features, but the 
> modifications were simple, and isolated from the rest. MPTCP sockopt 
> tests have been executed, and no issues have been reported.
> 
> Matthieu Baerts (NGI0) (1):
>   mptcp: fix full TCP keep-alive support
> 
> Paolo Abeni (2):
>   mptcp: avoid some duplicate code in socket option handling
>   mptcp: cleanup SOL_TCP handling
> 
>  net/mptcp/protocol.h |   3 ++
>  net/mptcp/sockopt.c  | 123 +++++++++++++++++++++++++++++--------------
>  2 files changed, 87 insertions(+), 39 deletions(-)
> 
> -- 
> 2.43.0
> 
> 

All backports now queued up, thanks so much for them!

greg k-h