Skip to content
Commit c71a1929 authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels



dst_cache_get() gives us a reference, we need to release it.

Discovered by the ioam6.sh test, kmemleak was recently fixed
to catch per-cpu memory leaks.

Fixes: 985ec6f5 ("net: ipv6: rpl_iptunnel: mitigate 2-realloc issue")
Fixes: 40475b63 ("net: ipv6: seg6_iptunnel: mitigate 2-realloc issue")
Fixes: dce52518 ("net: ipv6: ioam6_iptunnel: mitigate 2-realloc issue")
Reviewed-by: default avatarJustin Iurman <justin.iurman@uliege.be>
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250130031519.2716843-1-kuba@kernel.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 46ded709
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment