Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [6.1.y regresssion] 9a95ec9144ee ("xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path") causes log spam on ping to unreachable host
@ 2026-05-02  9:22 Salvatore Bonaccorso
  2026-05-06  1:04 ` Jiayuan Chen
  0 siblings, 1 reply; 5+ messages in thread
From: Salvatore Bonaccorso @ 2026-05-02  9:22 UTC (permalink / raw)
  To: Jiayuan Chen, Paolo Abeni, Sasha Levin
  Cc: regressions, stable, 1135514, podorski, Brad Barnett,
	David S. Miller, David Ahern, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Simon Horman

Control: forwarded -1 https://lore.kernel.org/regressions/177771348699.1898023.16904466444228860838@eldamar.lan

Hi

[sending correctly including the needed mailinglists]

This is a 6.1.y specific regression, so I'm not CC'ing netdev, but
maintainers, hope this is fine. After a backport of 81b84de32bb2
("xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path") was
applied in the 6.1.y stable series as
9a95ec9144eeff1fc6fbcc21b677e322c6f1430b, user are reporting that on
pings to unreachable host the log is spammed with the "detected local
route for %pI4 during ICMP sending, src %pI4\n" messages.

One report is at: https://bugs.debian.org/1135514

This does not happens with other stable series versions (6.12.y
tested explicitly, 6.6.y I have not avaiable to test).

Is there a missing requisite in 6.1.y?

#regzbot introduced: 9a95ec9144eeff1fc6fbcc21b677e322c6f1430b
#regzbot link: https://bugs.debian.org/1135514

Regards,
Salvatore

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

* Re: [6.1.y regresssion] 9a95ec9144ee ("xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path") causes log spam on ping to unreachable host
  2026-05-02  9:22 [6.1.y regresssion] 9a95ec9144ee ("xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path") causes log spam on ping to unreachable host Salvatore Bonaccorso
@ 2026-05-06  1:04 ` Jiayuan Chen
  2026-05-06  9:39   ` Bug#1135514: " Salvatore Bonaccorso
  0 siblings, 1 reply; 5+ messages in thread
From: Jiayuan Chen @ 2026-05-06  1:04 UTC (permalink / raw)
  To: Jiayuan Chen, Paolo Abeni, Sasha Levin, regressions, stable,
	1135514, podorski, Brad Barnett, David S. Miller, David Ahern,
	Eric Dumazet, Jakub Kicinski, Simon Horman

I think it because we failed to backport  this patch before:
https://lore.kernel.org/stable/20250207161555-b1a8749027831a1a@stable.kernel.org/T/#m0c880c1f04f7211aea9b7f6b4de0b64aa1726417

On Sat, May 2, 2026 at 5:22 PM Salvatore Bonaccorso <carnil@debian.org> wrote:
>
> Control: forwarded -1 https://lore.kernel.org/regressions/177771348699.1898023.16904466444228860838@eldamar.lan
>
> Hi
>
> [sending correctly including the needed mailinglists]
>
> This is a 6.1.y specific regression, so I'm not CC'ing netdev, but
> maintainers, hope this is fine. After a backport of 81b84de32bb2
> ("xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path") was
> applied in the 6.1.y stable series as
> 9a95ec9144eeff1fc6fbcc21b677e322c6f1430b, user are reporting that on
> pings to unreachable host the log is spammed with the "detected local
> route for %pI4 during ICMP sending, src %pI4\n" messages.
>
> One report is at: https://bugs.debian.org/1135514
>
> This does not happens with other stable series versions (6.12.y
> tested explicitly, 6.6.y I have not avaiable to test).
>
> Is there a missing requisite in 6.1.y?
>
> #regzbot introduced: 9a95ec9144eeff1fc6fbcc21b677e322c6f1430b
> #regzbot link: https://bugs.debian.org/1135514
>
> Regards,
> Salvatore

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

* Re: Bug#1135514: [6.1.y regresssion] 9a95ec9144ee ("xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path") causes log spam on ping to unreachable host
  2026-05-06  1:04 ` Jiayuan Chen
@ 2026-05-06  9:39   ` Salvatore Bonaccorso
  2026-05-06  9:47     ` Jiayuan Chen
  0 siblings, 1 reply; 5+ messages in thread
From: Salvatore Bonaccorso @ 2026-05-06  9:39 UTC (permalink / raw)
  To: Jiayuan Chen, 1135514
  Cc: Paolo Abeni, Sasha Levin, regressions, stable, podorski,
	Brad Barnett, David S. Miller, David Ahern, Eric Dumazet,
	Jakub Kicinski, Simon Horman

Hi Jiayuan,

On Wed, May 06, 2026 at 09:04:24AM +0800, Jiayuan Chen wrote:
> I think it because we failed to backport  this patch before:
> https://lore.kernel.org/stable/20250207161555-b1a8749027831a1a@stable.kernel.org/T/#m0c880c1f04f7211aea9b7f6b4de0b64aa1726417

Which won't apply cleanly, I assume this was the reason it got not
backported to 6.1.y. Do you have a backport of that, or should the
original commit introducing the issue be reverted from 6.1.y?

Regards,
Salvtore

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

* Re: Bug#1135514: [6.1.y regresssion] 9a95ec9144ee ("xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path") causes log spam on ping to unreachable host
  2026-05-06  9:39   ` Bug#1135514: " Salvatore Bonaccorso
@ 2026-05-06  9:47     ` Jiayuan Chen
  2026-05-06 12:00       ` Salvatore Bonaccorso
  0 siblings, 1 reply; 5+ messages in thread
From: Jiayuan Chen @ 2026-05-06  9:47 UTC (permalink / raw)
  To: Jiayuan Chen, 1135514, Paolo Abeni, Sasha Levin, regressions,
	stable, podorski, Brad Barnett, David S. Miller, David Ahern,
	Eric Dumazet, Jakub Kicinski, Simon Horman

On Wed, May 6, 2026 at 5:39 PM Salvatore Bonaccorso <carnil@debian.org> wrote:
>
> Hi Jiayuan,
>
> On Wed, May 06, 2026 at 09:04:24AM +0800, Jiayuan Chen wrote:
> > I think it because we failed to backport  this patch before:
> > https://lore.kernel.org/stable/20250207161555-b1a8749027831a1a@stable.kernel.org/T/#m0c880c1f04f7211aea9b7f6b4de0b64aa1726417
>
> Which won't apply cleanly, I assume this was the reason it got not
> backported to 6.1.y. Do you have a backport of that, or should the
> original commit introducing the issue be reverted from 6.1.y?
>
> Regards,
> Salvtore

I tried to backport this patch to stable. Hope these patches apply successfully.

https://lore.kernel.org/stable/20260506012057.285743-1-jiayuan.chen@linux.dev/T/#u
https://lore.kernel.org/stable/20260506012115.286204-1-jiayuan.chen@linux.dev/T/#u

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

* Re: Bug#1135514: [6.1.y regresssion] 9a95ec9144ee ("xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path") causes log spam on ping to unreachable host
  2026-05-06  9:47     ` Jiayuan Chen
@ 2026-05-06 12:00       ` Salvatore Bonaccorso
  0 siblings, 0 replies; 5+ messages in thread
From: Salvatore Bonaccorso @ 2026-05-06 12:00 UTC (permalink / raw)
  To: Jiayuan Chen, 1135514
  Cc: Paolo Abeni, Sasha Levin, regressions, stable, podorski,
	Brad Barnett, David S. Miller, David Ahern, Eric Dumazet,
	Jakub Kicinski, Simon Horman

Hi Jiayuan,

On Wed, May 06, 2026 at 05:47:52PM +0800, Jiayuan Chen wrote:
> On Wed, May 6, 2026 at 5:39 PM Salvatore Bonaccorso <carnil@debian.org> wrote:
> >
> > Hi Jiayuan,
> >
> > On Wed, May 06, 2026 at 09:04:24AM +0800, Jiayuan Chen wrote:
> > > I think it because we failed to backport  this patch before:
> > > https://lore.kernel.org/stable/20250207161555-b1a8749027831a1a@stable.kernel.org/T/#m0c880c1f04f7211aea9b7f6b4de0b64aa1726417
> >
> > Which won't apply cleanly, I assume this was the reason it got not
> > backported to 6.1.y. Do you have a backport of that, or should the
> > original commit introducing the issue be reverted from 6.1.y?
> >
> > Regards,
> > Salvtore
> 
> I tried to backport this patch to stable. Hope these patches apply successfully.
> 
> https://lore.kernel.org/stable/20260506012057.285743-1-jiayuan.chen@linux.dev/T/#u
> https://lore.kernel.org/stable/20260506012115.286204-1-jiayuan.chen@linux.dev/T/#u

I tried the patch on top of 6.1.170 and this resolves the issue. I
added the Tested-by to your patch submission.

Thank you.

Regards,
Salvatore

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

end of thread, other threads:[~2026-05-06 12:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-02  9:22 [6.1.y regresssion] 9a95ec9144ee ("xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path") causes log spam on ping to unreachable host Salvatore Bonaccorso
2026-05-06  1:04 ` Jiayuan Chen
2026-05-06  9:39   ` Bug#1135514: " Salvatore Bonaccorso
2026-05-06  9:47     ` Jiayuan Chen
2026-05-06 12:00       ` Salvatore Bonaccorso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox