[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241210165928.6934188e@kernel.org>
Date: Tue, 10 Dec 2024 16:59:28 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Paolo Abeni <pabeni@...hat.com>
Cc: netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>, David
Ahern <dsahern@...nel.org>, Eric Dumazet <edumazet@...gle.com>, Simon
Horman <horms@...nel.org>, Fred Chen <fred.cc@...baba-inc.com>, Cambda Zhu
<cambda@...ux.alibaba.com>, Willem de Bruijn <willemb@...gle.com>, Philo Lu
<lulie@...ux.alibaba.com>, Stefano Brivio <sbrivio@...hat.com>
Subject: Re: [PATCH net] udp: fix l4 hash after reconnect
On Fri, 6 Dec 2024 16:49:14 +0100 Paolo Abeni wrote:
> After the blamed commit below, udp_rehash() is supposed to be called
> with both local and remote addresses set.
>
> Currently that is already the case for IPv6 sockets, but for IPv4 the
> destination address is updated after rehashing.
>
> Address the issue moving the destination address and port initialization
> before rehashing.
>
> Fixes: 1b29a730ef8b ("ipv6/udp: Add 4-tuple hash for connected socket")
> Signed-off-by: Paolo Abeni <pabeni@...hat.com>
I feel obliged to point out a lack of selftest both here and the series
under Fixes :(
Powered by blists - more mailing lists