* [stable-6.16|lts-6.12] net: ipv4: fix regression in local-broadcast routes @ 2025-08-29 16:56 Sedat Dilek 2025-08-29 18:45 ` Salvatore Bonaccorso 0 siblings, 1 reply; 5+ messages in thread From: Sedat Dilek @ 2025-08-29 16:56 UTC (permalink / raw) To: Sasha Levin, Greg Kroah-Hartman Cc: stable, Oscar Maes, Paolo Abeni, David Ahern, Brett A C Sheffield, Salvatore Bonaccorso Hi Sasha and Greg, Salvatore Bonaccorso <carnil@debian.org> from Debian Kernel Team included this regression-fix already. Upstream commit 5189446ba995556eaa3755a6e875bc06675b88bd "net: ipv4: fix regression in local-broadcast routes" As far as I have seen this should be included in stable-6.16 and LTS-6.12 (for other stable branches I simply have no interest - please double-check). I am sure Sasha's new kernel-patch-AI tool has catched this - just kindly inform you. Thanks. Best regards, -Sedat- https://salsa.debian.org/kernel-team/linux/-/commit/194de383c5cd5e8c22cadfc487b5f8e153a28b11 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5189446ba995556eaa3755a6e875bc06675b88bd ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [stable-6.16|lts-6.12] net: ipv4: fix regression in local-broadcast routes 2025-08-29 16:56 [stable-6.16|lts-6.12] net: ipv4: fix regression in local-broadcast routes Sedat Dilek @ 2025-08-29 18:45 ` Salvatore Bonaccorso 2025-09-03 14:42 ` Sedat Dilek 0 siblings, 1 reply; 5+ messages in thread From: Salvatore Bonaccorso @ 2025-08-29 18:45 UTC (permalink / raw) To: Sedat Dilek Cc: Sasha Levin, Greg Kroah-Hartman, stable, Oscar Maes, Paolo Abeni, David Ahern, Brett A C Sheffield On Fri, Aug 29, 2025 at 06:56:52PM +0200, Sedat Dilek wrote: > Hi Sasha and Greg, > > Salvatore Bonaccorso <carnil@debian.org> from Debian Kernel Team > included this regression-fix already. > > Upstream commit 5189446ba995556eaa3755a6e875bc06675b88bd > "net: ipv4: fix regression in local-broadcast routes" > > As far as I have seen this should be included in stable-6.16 and > LTS-6.12 (for other stable branches I simply have no interest - please > double-check). > > I am sure Sasha's new kernel-patch-AI tool has catched this - just > kindly inform you. As 9e30ecf23b1b ("net: ipv4: fix incorrect MTU in broadcast routes") has been backported to all stable series in v5.4.297, v5.10.241, v5.15.190, v6.1.149, v6.6.103, v6.12.43, v6.15.11 and v6.16.2 the fix fixiing commit 5189446ba995 ("net: ipv4: fix regression in local-broadcast routes") would need to go as well to all of those series IMHO. Regards, Salvatore ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [stable-6.16|lts-6.12] net: ipv4: fix regression in local-broadcast routes 2025-08-29 18:45 ` Salvatore Bonaccorso @ 2025-09-03 14:42 ` Sedat Dilek 2025-09-03 14:47 ` Brett A C Sheffield 0 siblings, 1 reply; 5+ messages in thread From: Sedat Dilek @ 2025-09-03 14:42 UTC (permalink / raw) To: Salvatore Bonaccorso Cc: Sasha Levin, Greg Kroah-Hartman, stable, Oscar Maes, Paolo Abeni, David Ahern, Brett A C Sheffield On Fri, Aug 29, 2025 at 8:45 PM Salvatore Bonaccorso <carnil@debian.org> wrote: > > On Fri, Aug 29, 2025 at 06:56:52PM +0200, Sedat Dilek wrote: > > Hi Sasha and Greg, > > > > Salvatore Bonaccorso <carnil@debian.org> from Debian Kernel Team > > included this regression-fix already. > > > > Upstream commit 5189446ba995556eaa3755a6e875bc06675b88bd > > "net: ipv4: fix regression in local-broadcast routes" > > > > As far as I have seen this should be included in stable-6.16 and > > LTS-6.12 (for other stable branches I simply have no interest - please > > double-check). > > > > I am sure Sasha's new kernel-patch-AI tool has catched this - just > > kindly inform you. > > As 9e30ecf23b1b ("net: ipv4: fix incorrect MTU in broadcast routes") > has been backported to all stable series in v5.4.297, v5.10.241, > v5.15.190, v6.1.149, v6.6.103, v6.12.43, v6.15.11 and v6.16.2 the fix > fixiing commit 5189446ba995 ("net: ipv4: fix regression in > local-broadcast routes") would need to go as well to all of those > series IMHO. > Looks like next stable releases will include this bugfix - checked stable-6.x only. Best regards, -sed@- https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/log/?h=linux-6.16.y&qt=grep&q=Oscar+Maes https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/log/?h=linux-6.12.y&qt=grep&q=Oscar+Maes https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/log/?h=linux-6.6.y&qt=grep&q=Oscar+Maes https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/log/?h=linux-6.1.y&qt=grep&q=Oscar+Maes ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [stable-6.16|lts-6.12] net: ipv4: fix regression in local-broadcast routes 2025-09-03 14:42 ` Sedat Dilek @ 2025-09-03 14:47 ` Brett A C Sheffield 2025-09-03 16:10 ` Sasha Levin 0 siblings, 1 reply; 5+ messages in thread From: Brett A C Sheffield @ 2025-09-03 14:47 UTC (permalink / raw) To: Sedat Dilek Cc: Salvatore Bonaccorso, Sasha Levin, Greg Kroah-Hartman, stable, Oscar Maes, Paolo Abeni, David Ahern On 2025-09-03 16:42, Sedat Dilek wrote: > On Fri, Aug 29, 2025 at 8:45 PM Salvatore Bonaccorso <carnil@debian.org> wrote: > > > > On Fri, Aug 29, 2025 at 06:56:52PM +0200, Sedat Dilek wrote: > > > Hi Sasha and Greg, > > > > > > Salvatore Bonaccorso <carnil@debian.org> from Debian Kernel Team > > > included this regression-fix already. > > > > > > Upstream commit 5189446ba995556eaa3755a6e875bc06675b88bd > > > "net: ipv4: fix regression in local-broadcast routes" > > > > > > As far as I have seen this should be included in stable-6.16 and > > > LTS-6.12 (for other stable branches I simply have no interest - please > > > double-check). > > > > > > I am sure Sasha's new kernel-patch-AI tool has catched this - just > > > kindly inform you. > > > > As 9e30ecf23b1b ("net: ipv4: fix incorrect MTU in broadcast routes") > > has been backported to all stable series in v5.4.297, v5.10.241, > > v5.15.190, v6.1.149, v6.6.103, v6.12.43, v6.15.11 and v6.16.2 the fix > > fixiing commit 5189446ba995 ("net: ipv4: fix regression in > > local-broadcast routes") would need to go as well to all of those > > series IMHO. > > > > Looks like next stable releases will include this bugfix - checked > stable-6.x only. Yes, the patch has been backported to all stable RCs. Brett ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [stable-6.16|lts-6.12] net: ipv4: fix regression in local-broadcast routes 2025-09-03 14:47 ` Brett A C Sheffield @ 2025-09-03 16:10 ` Sasha Levin 0 siblings, 0 replies; 5+ messages in thread From: Sasha Levin @ 2025-09-03 16:10 UTC (permalink / raw) To: Brett A C Sheffield Cc: Sedat Dilek, Salvatore Bonaccorso, Greg Kroah-Hartman, stable, Oscar Maes, Paolo Abeni, David Ahern On Wed, Sep 03, 2025 at 04:47:56PM +0200, Brett A C Sheffield wrote: >On 2025-09-03 16:42, Sedat Dilek wrote: >> On Fri, Aug 29, 2025 at 8:45 PM Salvatore Bonaccorso <carnil@debian.org> wrote: >> > >> > On Fri, Aug 29, 2025 at 06:56:52PM +0200, Sedat Dilek wrote: >> > > Hi Sasha and Greg, >> > > >> > > Salvatore Bonaccorso <carnil@debian.org> from Debian Kernel Team >> > > included this regression-fix already. >> > > >> > > Upstream commit 5189446ba995556eaa3755a6e875bc06675b88bd >> > > "net: ipv4: fix regression in local-broadcast routes" >> > > >> > > As far as I have seen this should be included in stable-6.16 and >> > > LTS-6.12 (for other stable branches I simply have no interest - please >> > > double-check). >> > > >> > > I am sure Sasha's new kernel-patch-AI tool has catched this - just >> > > kindly inform you. >> > >> > As 9e30ecf23b1b ("net: ipv4: fix incorrect MTU in broadcast routes") >> > has been backported to all stable series in v5.4.297, v5.10.241, >> > v5.15.190, v6.1.149, v6.6.103, v6.12.43, v6.15.11 and v6.16.2 the fix >> > fixiing commit 5189446ba995 ("net: ipv4: fix regression in >> > local-broadcast routes") would need to go as well to all of those >> > series IMHO. >> > >> >> Looks like next stable releases will include this bugfix - checked >> stable-6.x only. > >Yes, the patch has been backported to all stable RCs. Sorry, I forgot to reply - it was properly tagged for stable, so Greg would have picked it up at some point, but I just did so manually to address the regression. -- Thanks, Sasha ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-09-03 16:10 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-08-29 16:56 [stable-6.16|lts-6.12] net: ipv4: fix regression in local-broadcast routes Sedat Dilek 2025-08-29 18:45 ` Salvatore Bonaccorso 2025-09-03 14:42 ` Sedat Dilek 2025-09-03 14:47 ` Brett A C Sheffield 2025-09-03 16:10 ` Sasha Levin
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.