]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: ipv6: fix dst ref loop on input in seg6 lwt
authorJustin Iurman <justin.iurman@uliege.be>
Tue, 25 Feb 2025 17:51:38 +0000 (18:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Mar 2025 11:50:58 +0000 (12:50 +0100)
commitdbd4f89a4a58f4a1ef568605d53ab6c045c8cb4c
tree1ffdd8827e0b8e97567f1f199ad5ab8e2cf74fc0
parent634710a372ba65bee667c2f6e58a97658c639eab
net: ipv6: fix dst ref loop on input in seg6 lwt

[ Upstream commit c64a0727f9b1cbc63a5538c8c0014e9a175ad864 ]

Prevent a dst ref loop on input in seg6_iptunnel.

Fixes: af4a2209b134 ("ipv6: sr: use dst_cache in seg6_input")
Cc: David Lebrun <dlebrun@google.com>
Cc: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: Justin Iurman <justin.iurman@uliege.be>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/ipv6/seg6_iptunnel.c