[PATCH 5.15 0/2] mptcp: use proper req destructor for IPv6

Mat Martineau posted 2 patches 1 year, 3 months ago
Failed in applying to current master (apply log)
net/mptcp/subflow.c | 53 +++++++++++++++++++++++++++++++++++----------
1 file changed, 42 insertions(+), 11 deletions(-)
[PATCH 5.15 0/2] mptcp: use proper req destructor for IPv6
Posted by Mat Martineau 1 year, 3 months ago
Greg -

Here are backports of two MPTCP patches that recently failed to apply to
the 5.15 stable tree. Two prerequisite patches are already queued in
5.15.87-rc1:

  mptcp: mark ops structures as ro_after_init
  mptcp: remove MPTCP 'ifdef' in TCP SYN cookies

These patches prevent IPv6 memory leaks with MPTCP.

Thanks!


Matthieu Baerts (2):
  mptcp: dedicated request sock for subflow in v6
  mptcp: use proper req destructor for IPv6

 net/mptcp/subflow.c | 53 +++++++++++++++++++++++++++++++++++----------
 1 file changed, 42 insertions(+), 11 deletions(-)

-- 
2.39.0
Re: [PATCH 5.15 0/2] mptcp: use proper req destructor for IPv6
Posted by Mat Martineau 1 year, 3 months ago
On Fri, 6 Jan 2023, Mat Martineau wrote:

> Greg -
>
> Here are backports of two MPTCP patches that recently failed to apply to
> the 5.15 stable tree. Two prerequisite patches are already queued in
> 5.15.87-rc1:
>
>  mptcp: mark ops structures as ro_after_init
>  mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
>
> These patches prevent IPv6 memory leaks with MPTCP.
>

Sorry about the cut & paste error on the cover letter subject line, was 
supposed to be "v5.15 stable backports for MPTCP request sock fixes".


--
Mat Martineau
Intel
Re: [PATCH 5.15 0/2] mptcp: use proper req destructor for IPv6
Posted by Greg KH 1 year, 3 months ago
On Fri, Jan 06, 2023 at 05:53:48PM -0800, Mat Martineau wrote:
> On Fri, 6 Jan 2023, Mat Martineau wrote:
> 
> > Greg -
> > 
> > Here are backports of two MPTCP patches that recently failed to apply to
> > the 5.15 stable tree. Two prerequisite patches are already queued in
> > 5.15.87-rc1:
> > 
> >  mptcp: mark ops structures as ro_after_init
> >  mptcp: remove MPTCP 'ifdef' in TCP SYN cookies
> > 
> > These patches prevent IPv6 memory leaks with MPTCP.
> > 
> 
> Sorry about the cut & paste error on the cover letter subject line, was
> supposed to be "v5.15 stable backports for MPTCP request sock fixes".

No worries, all now queued up.

greg k-h