[PATCH 5.10 0/4] mptcp: Stable backports for MPTCP request sock fixes

Mat Martineau posted 4 patches 1 year, 3 months ago
Failed in applying to current master (apply log)
include/net/mptcp.h   | 12 +++++--
net/ipv4/syncookies.c |  7 ++--
net/mptcp/subflow.c   | 76 +++++++++++++++++++++++++++++++++----------
3 files changed, 71 insertions(+), 24 deletions(-)
[PATCH 5.10 0/4] mptcp: Stable backports for MPTCP request sock fixes
Posted by Mat Martineau 1 year, 3 months ago
Greg -

Here are backports of the MPTCP patches, and one prerequisite, that
recently failed to apply to the 5.10 stable tree. They prevent IPv6
memory leaks with MPTCP.

Thanks!


Florian Westphal (1):
  mptcp: mark ops structures as ro_after_init

Matthieu Baerts (3):
  mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
  mptcp: dedicated request sock for subflow in v6
  mptcp: use proper req destructor for IPv6

 include/net/mptcp.h   | 12 +++++--
 net/ipv4/syncookies.c |  7 ++--
 net/mptcp/subflow.c   | 76 +++++++++++++++++++++++++++++++++----------
 3 files changed, 71 insertions(+), 24 deletions(-)

-- 
2.39.0
Re: [PATCH 5.10 0/4] mptcp: Stable backports for MPTCP request sock fixes
Posted by Greg KH 1 year, 3 months ago
On Fri, Jan 06, 2023 at 05:46:27PM -0800, Mat Martineau wrote:
> Greg -
> 
> Here are backports of the MPTCP patches, and one prerequisite, that
> recently failed to apply to the 5.10 stable tree. They prevent IPv6
> memory leaks with MPTCP.

All now queued up, thanks.

greg k-h