Message ID | 20250209193840.20509-1-justin.iurman@uliege.be (mailing list archive) |
---|---|
Headers | show |
Series | several fixes for ioam6, rpl and seg6 lwtunnels | expand |
On 2/9/25 20:38, Justin Iurman wrote: > This patchset provides fixes to prevent loops in ioam6_iptunnel, > rpl_iptunnel and seg6_iptunnel. > > Justin Iurman (3): > net: ipv6: fix dst ref loops on input in lwtunnels > net: ipv6: fix lwtunnel loops in ioam6, rpl and seg6 > net: ipv6: fix consecutive input and output transformation in > lwtunnels > > net/ipv6/ioam6_iptunnel.c | 6 ++--- > net/ipv6/rpl_iptunnel.c | 34 +++++++++++++++++++++-- > net/ipv6/seg6_iptunnel.c | 57 +++++++++++++++++++++++++++++++++------ > 3 files changed, 83 insertions(+), 14 deletions(-) > @Jakub I'll send a net-next patch ASAP to provide rpl and seg6 "dummy" selftests to detect dst refleaks with kmemleak. Also for net-next, I'll re-apply the double allocation fix on top of this series.