[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZVcwoX4clOp3NimG@gauss3.secunet.de>
Date: Fri, 17 Nov 2023 10:21:37 +0100
From: Steffen Klassert <steffen.klassert@...unet.com>
To: Antony Antony <antony.antony@...unet.com>
CC: Herbert Xu <herbert@...dor.apana.org.au>, "David S. Miller"
<davem@...emloft.net>, <devel@...ux-ipsec.org>, Jakub Kicinski
<kuba@...nel.org>, <netdev@...r.kernel.org>
Subject: Re: [PATCH v2 ipsec-next 2/2] xfrm: fix source address in icmp error
generation from IPsec gateway
On Fri, Oct 27, 2023 at 10:16:52AM +0200, Antony Antony wrote:
>
> diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c
> index e63a3bf99617..bec234637122 100644
> --- a/net/ipv4/icmp.c
> +++ b/net/ipv4/icmp.c
> @@ -555,7 +555,6 @@ static struct rtable *icmp_route_lookup(struct net *net,
> XFRM_LOOKUP_ICMP);
> if (!IS_ERR(rt2)) {
> dst_release(&rt->dst);
> - memcpy(fl4, &fl4_dec, sizeof(*fl4));
This is not really IPsec code. The change needs either an
Ack of one of the netdev Maintainers, or it has to go
through the nedev tree. Also, please consider this as
a fix.
Powered by blists - more mailing lists