Re: [PATCH AUTOSEL 5.9 035/111] ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)

2020-10-19 Thread Sasha Levin
On Mon, Oct 19, 2020 at 09:19:33AM -0400, Mathieu Desnoyers wrote: - On Oct 18, 2020, at 9:40 PM, David Ahern dsah...@gmail.com wrote: On 10/18/20 1:40 PM, Jakub Kicinski wrote: This one got applied a few days ago, and the urgency is low so it may be worth letting it see at least one -rc

Re: [PATCH AUTOSEL 5.9 035/111] ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)

2020-10-19 Thread Sasha Levin
On Mon, Oct 19, 2020 at 08:33:27AM -0700, Jakub Kicinski wrote: On Mon, 19 Oct 2020 07:52:36 -0400 Sasha Levin wrote: On Sun, Oct 18, 2020 at 07:40:12PM -0600, David Ahern wrote: >On 10/18/20 1:40 PM, Jakub Kicinski wrote: >> This one got applied a few days ago, and the urgency is low so it may

Re: [PATCH AUTOSEL 5.9 035/111] ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)

2020-10-19 Thread Jakub Kicinski
On Mon, 19 Oct 2020 07:52:36 -0400 Sasha Levin wrote: > On Sun, Oct 18, 2020 at 07:40:12PM -0600, David Ahern wrote: > >On 10/18/20 1:40 PM, Jakub Kicinski wrote: > >> This one got applied a few days ago, and the urgency is low so it may be > >> worth letting it see at least one -rc release ;)

Re: [PATCH AUTOSEL 5.9 035/111] ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)

2020-10-19 Thread Mathieu Desnoyers
- On Oct 18, 2020, at 9:40 PM, David Ahern dsah...@gmail.com wrote: > On 10/18/20 1:40 PM, Jakub Kicinski wrote: >> This one got applied a few days ago, and the urgency is low so it may be >> worth letting it see at least one -rc release ;) > > agreed Likewise, I agree there is no need to

Re: [PATCH AUTOSEL 5.9 035/111] ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)

2020-10-19 Thread Sasha Levin
On Sun, Oct 18, 2020 at 07:40:12PM -0600, David Ahern wrote: On 10/18/20 1:40 PM, Jakub Kicinski wrote: This one got applied a few days ago, and the urgency is low so it may be worth letting it see at least one -rc release ;) agreed Definitely - AUTOSEL patches get extra soaking time before

Re: [PATCH AUTOSEL 5.9 035/111] ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)

2020-10-18 Thread David Ahern
On 10/18/20 1:40 PM, Jakub Kicinski wrote: > This one got applied a few days ago, and the urgency is low so it may be > worth letting it see at least one -rc release ;) agreed

[PATCH AUTOSEL 5.9 035/111] ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)

2020-10-18 Thread Sasha Levin
From: Mathieu Desnoyers [ Upstream commit 272928d1cdacfc3b55f605cb0e9115832ecfb20c ] As per RFC4443, the destination address field for ICMPv6 error messages is copied from the source address field of the invoking packet. In configurations with Virtual Routing and Forwarding tables, looking up

Re: [PATCH AUTOSEL 5.9 035/111] ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)

2020-10-18 Thread Jakub Kicinski
On Sun, 18 Oct 2020 15:16:51 -0400 Sasha Levin wrote: > From: Mathieu Desnoyers > > [ Upstream commit 272928d1cdacfc3b55f605cb0e9115832ecfb20c ] > > As per RFC4443, the destination address field for ICMPv6 error messages > is copied from the source address field of the invoking packet. > > In