All of lore.kernel.org
 help / color / mirror / Atom feed
* Request to cherry-pick c89dffc70b34 to 4.14, 4.19, and 5.4.
@ 2022-04-23  1:07 Kuniyuki Iwashima
  2022-04-23  8:58 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Kuniyuki Iwashima @ 2022-04-23  1:07 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Sasha Levin
  Cc: stable, Kuniyuki Iwashima, Kuniyuki Iwashima

Hi maintainers,

Upstream commit 01770a166165 ("tcp: fix race condition when creating child
sockets from syncookies") is planned to be backported to 4.14, 4.19 and
5.4:

  https://marc.info/?l=linux-stable-commits&m=165063781908608&w=3
  https://marc.info/?l=linux-stable-commits&m=165063781708604&w=3
  https://marc.info/?l=linux-stable-commits&m=165063781708603&w=3

Another commit c89dffc70b34 ("tcp: Fix potential use-after-free due to
double kfree()") has a Fixes tag for it, so please backport this also.

Best regards,
Kuniyuki

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Request to cherry-pick c89dffc70b34 to 4.14, 4.19, and 5.4.
  2022-04-23  1:07 Request to cherry-pick c89dffc70b34 to 4.14, 4.19, and 5.4 Kuniyuki Iwashima
@ 2022-04-23  8:58 ` Greg Kroah-Hartman
  2022-04-23 11:00   ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2022-04-23  8:58 UTC (permalink / raw)
  To: Kuniyuki Iwashima; +Cc: Sasha Levin, stable, Kuniyuki Iwashima

On Sat, Apr 23, 2022 at 10:07:06AM +0900, Kuniyuki Iwashima wrote:
> Hi maintainers,
> 
> Upstream commit 01770a166165 ("tcp: fix race condition when creating child
> sockets from syncookies") is planned to be backported to 4.14, 4.19 and
> 5.4:
> 
>   https://marc.info/?l=linux-stable-commits&m=165063781908608&w=3
>   https://marc.info/?l=linux-stable-commits&m=165063781708604&w=3
>   https://marc.info/?l=linux-stable-commits&m=165063781708603&w=3
> 
> Another commit c89dffc70b34 ("tcp: Fix potential use-after-free due to
> double kfree()") has a Fixes tag for it, so please backport this also.

Ick, that commit does not apply cleanly.  The people who wanted
01770a166165 should also provide a working version of this fix as well.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Request to cherry-pick c89dffc70b34 to 4.14, 4.19, and 5.4.
  2022-04-23  8:58 ` Greg Kroah-Hartman
@ 2022-04-23 11:00   ` Greg Kroah-Hartman
  2022-04-23 12:23     ` Kuniyuki Iwashima
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2022-04-23 11:00 UTC (permalink / raw)
  To: Kuniyuki Iwashima; +Cc: Sasha Levin, stable, Kuniyuki Iwashima

On Sat, Apr 23, 2022 at 10:58:19AM +0200, Greg Kroah-Hartman wrote:
> On Sat, Apr 23, 2022 at 10:07:06AM +0900, Kuniyuki Iwashima wrote:
> > Hi maintainers,
> > 
> > Upstream commit 01770a166165 ("tcp: fix race condition when creating child
> > sockets from syncookies") is planned to be backported to 4.14, 4.19 and
> > 5.4:
> > 
> >   https://marc.info/?l=linux-stable-commits&m=165063781908608&w=3
> >   https://marc.info/?l=linux-stable-commits&m=165063781708604&w=3
> >   https://marc.info/?l=linux-stable-commits&m=165063781708603&w=3
> > 
> > Another commit c89dffc70b34 ("tcp: Fix potential use-after-free due to
> > double kfree()") has a Fixes tag for it, so please backport this also.
> 
> Ick, that commit does not apply cleanly.  The people who wanted
> 01770a166165 should also provide a working version of this fix as well.

Oh nevermind, I didn't have my queue up to date.  It worked just fine,
sorry for the noise.

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Request to cherry-pick c89dffc70b34 to 4.14, 4.19, and 5.4.
  2022-04-23 11:00   ` Greg Kroah-Hartman
@ 2022-04-23 12:23     ` Kuniyuki Iwashima
  2022-04-23 12:52       ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Kuniyuki Iwashima @ 2022-04-23 12:23 UTC (permalink / raw)
  To: gregkh; +Cc: kuni1840, kuniyu, sashal, stable

From:   Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date:   Sat, 23 Apr 2022 13:00:48 +0200
> On Sat, Apr 23, 2022 at 10:58:19AM +0200, Greg Kroah-Hartman wrote:
> > On Sat, Apr 23, 2022 at 10:07:06AM +0900, Kuniyuki Iwashima wrote:
> > > Hi maintainers,
> > > 
> > > Upstream commit 01770a166165 ("tcp: fix race condition when creating child
> > > sockets from syncookies") is planned to be backported to 4.14, 4.19 and
> > > 5.4:
> > > 
> > >   https://marc.info/?l=linux-stable-commits&m=165063781908608&w=3
> > >   https://marc.info/?l=linux-stable-commits&m=165063781708604&w=3
> > >   https://marc.info/?l=linux-stable-commits&m=165063781708603&w=3
> > > 
> > > Another commit c89dffc70b34 ("tcp: Fix potential use-after-free due to
> > > double kfree()") has a Fixes tag for it, so please backport this also.
> > 
> > Ick, that commit does not apply cleanly.  The people who wanted
> > 01770a166165 should also provide a working version of this fix as well.
> 
> Oh nevermind, I didn't have my queue up to date.  It worked just fine,
> sorry for the noise.

Thanks for queuing up!

Next time I'll send a mail with a backportable-patch, not just commit id :)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Request to cherry-pick c89dffc70b34 to 4.14, 4.19, and 5.4.
  2022-04-23 12:23     ` Kuniyuki Iwashima
@ 2022-04-23 12:52       ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2022-04-23 12:52 UTC (permalink / raw)
  To: Kuniyuki Iwashima; +Cc: kuni1840, sashal, stable

On Sat, Apr 23, 2022 at 09:23:54PM +0900, Kuniyuki Iwashima wrote:
> From:   Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Date:   Sat, 23 Apr 2022 13:00:48 +0200
> > On Sat, Apr 23, 2022 at 10:58:19AM +0200, Greg Kroah-Hartman wrote:
> > > On Sat, Apr 23, 2022 at 10:07:06AM +0900, Kuniyuki Iwashima wrote:
> > > > Hi maintainers,
> > > > 
> > > > Upstream commit 01770a166165 ("tcp: fix race condition when creating child
> > > > sockets from syncookies") is planned to be backported to 4.14, 4.19 and
> > > > 5.4:
> > > > 
> > > >   https://marc.info/?l=linux-stable-commits&m=165063781908608&w=3
> > > >   https://marc.info/?l=linux-stable-commits&m=165063781708604&w=3
> > > >   https://marc.info/?l=linux-stable-commits&m=165063781708603&w=3
> > > > 
> > > > Another commit c89dffc70b34 ("tcp: Fix potential use-after-free due to
> > > > double kfree()") has a Fixes tag for it, so please backport this also.
> > > 
> > > Ick, that commit does not apply cleanly.  The people who wanted
> > > 01770a166165 should also provide a working version of this fix as well.
> > 
> > Oh nevermind, I didn't have my queue up to date.  It worked just fine,
> > sorry for the noise.
> 
> Thanks for queuing up!
> 
> Next time I'll send a mail with a backportable-patch, not just commit id :)

commit id is fine for when I don't do stupid things :)

This is easier than having a backported patch as that way I don't have
to confirm semi-manually that it matches what is in Linus's tree.  So
all is good, keep doing it this way for stuff that applies cleanly.

thanks again,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-23 12:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-23  1:07 Request to cherry-pick c89dffc70b34 to 4.14, 4.19, and 5.4 Kuniyuki Iwashima
2022-04-23  8:58 ` Greg Kroah-Hartman
2022-04-23 11:00   ` Greg Kroah-Hartman
2022-04-23 12:23     ` Kuniyuki Iwashima
2022-04-23 12:52       ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.