* Please apply commit 9990ddf47d41 ("net: tunnel: make skb_vlan_inet_prepare() return drop reasons") down to 6.1.y at least
@ 2026-02-17 10:28 Salvatore Bonaccorso
2026-02-17 10:57 ` Greg Kroah-Hartman
0 siblings, 1 reply; 6+ messages in thread
From: Salvatore Bonaccorso @ 2026-02-17 10:28 UTC (permalink / raw)
To: stable; +Cc: Greg Kroah-Hartman, Sasha Levin
Hi stable maintainers,
9990ddf47d41 ("net: tunnel: make skb_vlan_inet_prepare() return drop
reasons") was alrady backported as well to 6.12.71 to address a
regression when backporting 81c734dae203 ("ip6_tunnel: use
skb_vlan_inet_prepare() in __ip6_tnl_rcv()") (this one was backported
without the prequisite commit to 6.12.67, 6.6.122, 6.1.162, 5.15.199
and 5.10.249).
Can you pick please as well 9990ddf47d41 for the other stable series
as needed? I can only give a confirmation that it works as exepcted
for the 6.1.y series as per https://bugs.debian.org/1127823#36 .
Regards,
Salvatore
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Please apply commit 9990ddf47d41 ("net: tunnel: make skb_vlan_inet_prepare() return drop reasons") down to 6.1.y at least 2026-02-17 10:28 Please apply commit 9990ddf47d41 ("net: tunnel: make skb_vlan_inet_prepare() return drop reasons") down to 6.1.y at least Salvatore Bonaccorso @ 2026-02-17 10:57 ` Greg Kroah-Hartman 2026-02-17 18:29 ` Salvatore Bonaccorso 0 siblings, 1 reply; 6+ messages in thread From: Greg Kroah-Hartman @ 2026-02-17 10:57 UTC (permalink / raw) To: Salvatore Bonaccorso; +Cc: stable, Sasha Levin On Tue, Feb 17, 2026 at 11:28:20AM +0100, Salvatore Bonaccorso wrote: > Hi stable maintainers, > > 9990ddf47d41 ("net: tunnel: make skb_vlan_inet_prepare() return drop > reasons") was alrady backported as well to 6.12.71 to address a > regression when backporting 81c734dae203 ("ip6_tunnel: use > skb_vlan_inet_prepare() in __ip6_tnl_rcv()") (this one was backported > without the prequisite commit to 6.12.67, 6.6.122, 6.1.162, 5.15.199 > and 5.10.249). > > Can you pick please as well 9990ddf47d41 for the other stable series > as needed? I can only give a confirmation that it works as exepcted > for the 6.1.y series as per https://bugs.debian.org/1127823#36 . it does not apply to any of those older kernels, which is probably why it didn't get added there. I tried to do the backport myself, but the changes to drivers/net/vxlan/vxlan_core.c doesn't make sense to me, so I can't do it, sorry. Do you have a working backport anywhere? thanks, greg k-h ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Please apply commit 9990ddf47d41 ("net: tunnel: make skb_vlan_inet_prepare() return drop reasons") down to 6.1.y at least 2026-02-17 10:57 ` Greg Kroah-Hartman @ 2026-02-17 18:29 ` Salvatore Bonaccorso 2026-02-17 18:47 ` Sasha Levin 0 siblings, 1 reply; 6+ messages in thread From: Salvatore Bonaccorso @ 2026-02-17 18:29 UTC (permalink / raw) To: Greg Kroah-Hartman, Hostinger NOC Cc: stable, Sasha Levin, Menglong Dong, Simon Horman, David S. Miller Hi Greg, I'm sorry having wasted your time, I relayed the testing result, let me loop in the user which tested the fix: On Tue, Feb 17, 2026 at 11:57:25AM +0100, Greg Kroah-Hartman wrote: > On Tue, Feb 17, 2026 at 11:28:20AM +0100, Salvatore Bonaccorso wrote: > > Hi stable maintainers, > > > > 9990ddf47d41 ("net: tunnel: make skb_vlan_inet_prepare() return drop > > reasons") was alrady backported as well to 6.12.71 to address a > > regression when backporting 81c734dae203 ("ip6_tunnel: use > > skb_vlan_inet_prepare() in __ip6_tnl_rcv()") (this one was backported > > without the prequisite commit to 6.12.67, 6.6.122, 6.1.162, 5.15.199 > > and 5.10.249). > > > > Can you pick please as well 9990ddf47d41 for the other stable series > > as needed? I can only give a confirmation that it works as exepcted > > for the 6.1.y series as per https://bugs.debian.org/1127823#36 . > > it does not apply to any of those older kernels, which is probably why > it didn't get added there. I tried to do the backport myself, but the > changes to drivers/net/vxlan/vxlan_core.c doesn't make sense to me, so I > can't do it, sorry. > > Do you have a working backport anywhere? "Hostinger NOC" team, can you followup to the above? Can you provide a working backport down to the 6.1.y series to Greg? Regards, Salvatore ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Please apply commit 9990ddf47d41 ("net: tunnel: make skb_vlan_inet_prepare() return drop reasons") down to 6.1.y at least 2026-02-17 18:29 ` Salvatore Bonaccorso @ 2026-02-17 18:47 ` Sasha Levin 2026-02-21 21:14 ` Ben Hutchings 0 siblings, 1 reply; 6+ messages in thread From: Sasha Levin @ 2026-02-17 18:47 UTC (permalink / raw) To: Salvatore Bonaccorso Cc: Greg Kroah-Hartman, Hostinger NOC, stable, Menglong Dong, Simon Horman, David S. Miller On Tue, Feb 17, 2026 at 07:29:16PM +0100, Salvatore Bonaccorso wrote: >Hi Greg, > >I'm sorry having wasted your time, I relayed the testing result, let >me loop in the user which tested the fix: > >On Tue, Feb 17, 2026 at 11:57:25AM +0100, Greg Kroah-Hartman wrote: >> On Tue, Feb 17, 2026 at 11:28:20AM +0100, Salvatore Bonaccorso wrote: >> > Hi stable maintainers, >> > >> > 9990ddf47d41 ("net: tunnel: make skb_vlan_inet_prepare() return drop >> > reasons") was alrady backported as well to 6.12.71 to address a >> > regression when backporting 81c734dae203 ("ip6_tunnel: use >> > skb_vlan_inet_prepare() in __ip6_tnl_rcv()") (this one was backported >> > without the prequisite commit to 6.12.67, 6.6.122, 6.1.162, 5.15.199 >> > and 5.10.249). >> > >> > Can you pick please as well 9990ddf47d41 for the other stable series >> > as needed? I can only give a confirmation that it works as exepcted >> > for the 6.1.y series as per https://bugs.debian.org/1127823#36 . >> >> it does not apply to any of those older kernels, which is probably why >> it didn't get added there. I tried to do the backport myself, but the >> changes to drivers/net/vxlan/vxlan_core.c doesn't make sense to me, so I >> can't do it, sorry. >> >> Do you have a working backport anywhere? > >"Hostinger NOC" team, can you followup to the above? Can you provide a >working backport down to the 6.1.y series to Greg? I've queued up backports for 6.6 and 6.1. If you need anything older, please send a backport :) -- Thanks, Sasha ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Please apply commit 9990ddf47d41 ("net: tunnel: make skb_vlan_inet_prepare() return drop reasons") down to 6.1.y at least 2026-02-17 18:47 ` Sasha Levin @ 2026-02-21 21:14 ` Ben Hutchings 2026-02-21 22:42 ` Ben Hutchings 0 siblings, 1 reply; 6+ messages in thread From: Ben Hutchings @ 2026-02-21 21:14 UTC (permalink / raw) To: Sasha Levin, Salvatore Bonaccorso Cc: Greg Kroah-Hartman, Hostinger NOC, stable, Menglong Dong, Simon Horman, David S. Miller [-- Attachment #1: Type: text/plain, Size: 1944 bytes --] On Tue, 2026-02-17 at 13:47 -0500, Sasha Levin wrote: > On Tue, Feb 17, 2026 at 07:29:16PM +0100, Salvatore Bonaccorso wrote: > > Hi Greg, > > > > I'm sorry having wasted your time, I relayed the testing result, let > > me loop in the user which tested the fix: > > > > On Tue, Feb 17, 2026 at 11:57:25AM +0100, Greg Kroah-Hartman wrote: > > > On Tue, Feb 17, 2026 at 11:28:20AM +0100, Salvatore Bonaccorso wrote: > > > > Hi stable maintainers, > > > > > > > > 9990ddf47d41 ("net: tunnel: make skb_vlan_inet_prepare() return drop > > > > reasons") was alrady backported as well to 6.12.71 to address a > > > > regression when backporting 81c734dae203 ("ip6_tunnel: use > > > > skb_vlan_inet_prepare() in __ip6_tnl_rcv()") (this one was backported > > > > without the prequisite commit to 6.12.67, 6.6.122, 6.1.162, 5.15.199 > > > > and 5.10.249). > > > > > > > > Can you pick please as well 9990ddf47d41 for the other stable series > > > > as needed? I can only give a confirmation that it works as exepcted > > > > for the 6.1.y series as per https://bugs.debian.org/1127823#36 . > > > > > > it does not apply to any of those older kernels, which is probably why > > > it didn't get added there. I tried to do the backport myself, but the > > > changes to drivers/net/vxlan/vxlan_core.c doesn't make sense to me, so I > > > can't do it, sorry. > > > > > > Do you have a working backport anywhere? > > > > "Hostinger NOC" team, can you followup to the above? Can you provide a > > working backport down to the 6.1.y series to Greg? > > I've queued up backports for 6.6 and 6.1. If you need anything older, please > send a backport :) Your backport to 6.1 can also be applied to 5.10 and 5.15. I haven't tested the result, but it does fix up all the places skb_vlan_inet_prepare() is used on those branches. Ben. -- Ben Hutchings Who are all these weirdos? - David Bowie, on joining IRC [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Please apply commit 9990ddf47d41 ("net: tunnel: make skb_vlan_inet_prepare() return drop reasons") down to 6.1.y at least 2026-02-21 21:14 ` Ben Hutchings @ 2026-02-21 22:42 ` Ben Hutchings 0 siblings, 0 replies; 6+ messages in thread From: Ben Hutchings @ 2026-02-21 22:42 UTC (permalink / raw) To: Sasha Levin, Salvatore Bonaccorso Cc: Greg Kroah-Hartman, Hostinger NOC, stable, Menglong Dong, Simon Horman, David S. Miller [-- Attachment #1: Type: text/plain, Size: 2211 bytes --] On Sat, 2026-02-21 at 22:14 +0100, Ben Hutchings wrote: > On Tue, 2026-02-17 at 13:47 -0500, Sasha Levin wrote: > > On Tue, Feb 17, 2026 at 07:29:16PM +0100, Salvatore Bonaccorso wrote: > > > Hi Greg, > > > > > > I'm sorry having wasted your time, I relayed the testing result, let > > > me loop in the user which tested the fix: > > > > > > On Tue, Feb 17, 2026 at 11:57:25AM +0100, Greg Kroah-Hartman wrote: > > > > On Tue, Feb 17, 2026 at 11:28:20AM +0100, Salvatore Bonaccorso wrote: > > > > > Hi stable maintainers, > > > > > > > > > > 9990ddf47d41 ("net: tunnel: make skb_vlan_inet_prepare() return drop > > > > > reasons") was alrady backported as well to 6.12.71 to address a > > > > > regression when backporting 81c734dae203 ("ip6_tunnel: use > > > > > skb_vlan_inet_prepare() in __ip6_tnl_rcv()") (this one was backported > > > > > without the prequisite commit to 6.12.67, 6.6.122, 6.1.162, 5.15.199 > > > > > and 5.10.249). > > > > > > > > > > Can you pick please as well 9990ddf47d41 for the other stable series > > > > > as needed? I can only give a confirmation that it works as exepcted > > > > > for the 6.1.y series as per https://bugs.debian.org/1127823#36 . > > > > > > > > it does not apply to any of those older kernels, which is probably why > > > > it didn't get added there. I tried to do the backport myself, but the > > > > changes to drivers/net/vxlan/vxlan_core.c doesn't make sense to me, so I > > > > can't do it, sorry. > > > > > > > > Do you have a working backport anywhere? > > > > > > "Hostinger NOC" team, can you followup to the above? Can you provide a > > > working backport down to the 6.1.y series to Greg? > > > > I've queued up backports for 6.6 and 6.1. If you need anything older, please > > send a backport :) > > Your backport to 6.1 can also be applied to 5.10 and 5.15. I haven't > tested the result, but it does fix up all the places > skb_vlan_inet_prepare() is used on those branches. Oh, but we don't even have enum skb_drop_reason in these branches, so the result doesn't build (as you presumably already found). Ben. -- Ben Hutchings Who are all these weirdos? - David Bowie, on joining IRC [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-02-21 22:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-17 10:28 Please apply commit 9990ddf47d41 ("net: tunnel: make skb_vlan_inet_prepare() return drop reasons") down to 6.1.y at least Salvatore Bonaccorso
2026-02-17 10:57 ` Greg Kroah-Hartman
2026-02-17 18:29 ` Salvatore Bonaccorso
2026-02-17 18:47 ` Sasha Levin
2026-02-21 21:14 ` Ben Hutchings
2026-02-21 22:42 ` Ben Hutchings
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox