All of lore.kernel.org
 help / color / mirror / Atom feed
* Please apply 736b380e28d0 and eca856950f7c down to 6.1.y
@ 2026-06-24  8:14 Wongi Lee
  2026-06-24  9:00 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Wongi Lee @ 2026-06-24  8:14 UTC (permalink / raw)
  To: stable
  Cc: Greg Kroah-Hartman, Sasha Levin, netdev, David Ahern,
	Ido Schimmel, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Simon Horman, Jungwoo Lee

Hi,

Could the following upstream commits be queued for the active stable
trees?

  commit 736b380e28d0480c7bc3e022f1950f31fe53a7c5
  ("ipv6: account for fraggap on the paged allocation path")

  commit eca856950f7cb1a221e02b99d758409f2c5cec42
  ("ipv4: account for fraggap on the paged allocation path")

These fix incorrect fraggap accounting in the paged allocation path.
This can write past skb->end into skb_shared_info when MSG_MORE is 
used together with MSG_SPLICE_PAGES.

Please apply these to 6.1.y, 6.6.y, 6.12.y, 6.18.y, 7.0.y and 7.1.y.

I checked that the IPv6 upstream commit cherry-picks cleanly onto the
following stable branches:

linux-7.0.y
linux-6.18.y
linux-6.12.y
linux-6.6.y
linux-6.1.y

I checked that the IPv4 upstream commit cherry-picks cleanly onto the
following stable branches:

linux-7.0.y
linux-6.18.y

The IPv4 commit needs a small context-only backport for:

linux-6.12.y
linux-6.6.y
linux-6.1.y

Thanks,
Wongi

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

* Re: Please apply 736b380e28d0 and eca856950f7c down to 6.1.y
  2026-06-24  8:14 Please apply 736b380e28d0 and eca856950f7c down to 6.1.y Wongi Lee
@ 2026-06-24  9:00 ` Greg Kroah-Hartman
  2026-06-24  9:30   ` Wongi Lee
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2026-06-24  9:00 UTC (permalink / raw)
  To: Wongi Lee
  Cc: stable, Sasha Levin, netdev, David Ahern, Ido Schimmel,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Simon Horman, Jungwoo Lee

On Wed, Jun 24, 2026 at 05:14:38PM +0900, Wongi Lee wrote:
> Hi,
> 
> Could the following upstream commits be queued for the active stable
> trees?
> 
>   commit 736b380e28d0480c7bc3e022f1950f31fe53a7c5
>   ("ipv6: account for fraggap on the paged allocation path")

I do not see that commit id in Linus's tree, are you sure it is correct?

>   commit eca856950f7cb1a221e02b99d758409f2c5cec42
>   ("ipv4: account for fraggap on the paged allocation path")

Same here, no id of that one in Linus's tree that I can see.

thanks,

greg k-h

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

* Re: Please apply 736b380e28d0 and eca856950f7c down to 6.1.y
  2026-06-24  9:00 ` Greg Kroah-Hartman
@ 2026-06-24  9:30   ` Wongi Lee
  2026-06-24  9:37     ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Wongi Lee @ 2026-06-24  9:30 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: stable, Sasha Levin, netdev, David Ahern, Ido Schimmel,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Simon Horman, Jungwoo Lee

On Wed, Jun 24, 2026 at 11:00:45AM +0200, Greg Kroah-Hartman wrote:
> On Wed, Jun 24, 2026 at 05:14:38PM +0900, Wongi Lee wrote:
> > Hi,
> > 
> > Could the following upstream commits be queued for the active stable
> > trees?
> > 
> >   commit 736b380e28d0480c7bc3e022f1950f31fe53a7c5
> >   ("ipv6: account for fraggap on the paged allocation path")
> 
> I do not see that commit id in Linus's tree, are you sure it is correct?
> 
> >   commit eca856950f7cb1a221e02b99d758409f2c5cec42
> >   ("ipv4: account for fraggap on the paged allocation path")
> 
> Same here, no id of that one in Linus's tree that I can see.
> 
> thanks,
> 
> greg k-h


Hi Greg,

First, sorry for confusing you.

The commit IDs are from netdev/net.git:

  736b380e28d0480c7bc3e022f1950f31fe53a7c5
  https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=736b380e28d0

  eca856950f7cb1a221e02b99d758409f2c5cec42
  https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=eca856950f7c

They were applied to netdev without Cc: stable@vger.kernel.org, so I
wanted to flag them for stable handling but I send it too fast (before
merge).

I will resend the request with the Linus tree commit ID.

Thanks,
Wongi

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

* Re: Please apply 736b380e28d0 and eca856950f7c down to 6.1.y
  2026-06-24  9:30   ` Wongi Lee
@ 2026-06-24  9:37     ` Greg Kroah-Hartman
  2026-06-24  9:44       ` Wongi Lee
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2026-06-24  9:37 UTC (permalink / raw)
  To: Wongi Lee
  Cc: stable, Sasha Levin, netdev, David Ahern, Ido Schimmel,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Simon Horman, Jungwoo Lee

On Wed, Jun 24, 2026 at 06:30:03PM +0900, Wongi Lee wrote:
> On Wed, Jun 24, 2026 at 11:00:45AM +0200, Greg Kroah-Hartman wrote:
> > On Wed, Jun 24, 2026 at 05:14:38PM +0900, Wongi Lee wrote:
> > > Hi,
> > > 
> > > Could the following upstream commits be queued for the active stable
> > > trees?
> > > 
> > >   commit 736b380e28d0480c7bc3e022f1950f31fe53a7c5
> > >   ("ipv6: account for fraggap on the paged allocation path")
> > 
> > I do not see that commit id in Linus's tree, are you sure it is correct?
> > 
> > >   commit eca856950f7cb1a221e02b99d758409f2c5cec42
> > >   ("ipv4: account for fraggap on the paged allocation path")
> > 
> > Same here, no id of that one in Linus's tree that I can see.
> > 
> > thanks,
> > 
> > greg k-h
> 
> 
> Hi Greg,
> 
> First, sorry for confusing you.
> 
> The commit IDs are from netdev/net.git:
> 
>   736b380e28d0480c7bc3e022f1950f31fe53a7c5
>   https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=736b380e28d0
> 
>   eca856950f7cb1a221e02b99d758409f2c5cec42
>   https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=eca856950f7c
> 
> They were applied to netdev without Cc: stable@vger.kernel.org, so I
> wanted to flag them for stable handling but I send it too fast (before
> merge).
> 
> I will resend the request with the Linus tree commit ID.

They have to be in Linus's tree, before we can take them in a stable
release, right?

And why were they not originally tagged with the cc: stable?  That would
save you time in the future as it would all just happen automatically.

thanks,

greg k-h

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

* Re: Please apply 736b380e28d0 and eca856950f7c down to 6.1.y
  2026-06-24  9:37     ` Greg Kroah-Hartman
@ 2026-06-24  9:44       ` Wongi Lee
  0 siblings, 0 replies; 5+ messages in thread
From: Wongi Lee @ 2026-06-24  9:44 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: stable, Sasha Levin, netdev, David Ahern, Ido Schimmel,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Simon Horman, Jungwoo Lee

On Wed, Jun 24, 2026 at 11:37:29AM +0200, Greg Kroah-Hartman wrote:
> On Wed, Jun 24, 2026 at 06:30:03PM +0900, Wongi Lee wrote:
> > On Wed, Jun 24, 2026 at 11:00:45AM +0200, Greg Kroah-Hartman wrote:
> > > On Wed, Jun 24, 2026 at 05:14:38PM +0900, Wongi Lee wrote:
> > > > Hi,
> > > > 
> > > > Could the following upstream commits be queued for the active stable
> > > > trees?
> > > > 
> > > >   commit 736b380e28d0480c7bc3e022f1950f31fe53a7c5
> > > >   ("ipv6: account for fraggap on the paged allocation path")
> > > 
> > > I do not see that commit id in Linus's tree, are you sure it is correct?
> > > 
> > > >   commit eca856950f7cb1a221e02b99d758409f2c5cec42
> > > >   ("ipv4: account for fraggap on the paged allocation path")
> > > 
> > > Same here, no id of that one in Linus's tree that I can see.
> > > 
> > > thanks,
> > > 
> > > greg k-h
> > 
> > 
> > Hi Greg,
> > 
> > First, sorry for confusing you.
> > 
> > The commit IDs are from netdev/net.git:
> > 
> >   736b380e28d0480c7bc3e022f1950f31fe53a7c5
> >   https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=736b380e28d0
> > 
> >   eca856950f7cb1a221e02b99d758409f2c5cec42
> >   https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=eca856950f7c
> > 
> > They were applied to netdev without Cc: stable@vger.kernel.org, so I
> > wanted to flag them for stable handling but I send it too fast (before
> > merge).
> > 
> > I will resend the request with the Linus tree commit ID.
> 
> They have to be in Linus's tree, before we can take them in a stable
> release, right?
> 
> And why were they not originally tagged with the cc: stable?  That would
> save you time in the future as it would all just happen automatically.
> 
> thanks,
> 
> greg k-h

Right, my fault.

Also I just forgot cc'ing stable when sending it. I'll apply it next time.

thanks,
Wongi

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

end of thread, other threads:[~2026-06-24  9:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-24  8:14 Please apply 736b380e28d0 and eca856950f7c down to 6.1.y Wongi Lee
2026-06-24  9:00 ` Greg Kroah-Hartman
2026-06-24  9:30   ` Wongi Lee
2026-06-24  9:37     ` Greg Kroah-Hartman
2026-06-24  9:44       ` Wongi Lee

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.