diff options
author | Paolo Abeni <pabeni@redhat.com> | 2025-04-17 13:52:36 +0300 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2025-04-17 13:52:37 +0300 |
commit | 4a1f69b94124c3bb45de62391e9e07bdd199b00e (patch) | |
tree | 5ae530496286f1f3668847ca49314af64b8da630 /drivers/net/ethernet/intel/igc/igc_main.c | |
parent | 9a0b084a0ff7f8805c57c338603cf60005ee7c7e (diff) | |
parent | 47ce7c854563fe8450e9cb8dcd62c6470e28076b (diff) | |
download | linux-4a1f69b94124c3bb45de62391e9e07bdd199b00e.tar.xz |
Merge branch 'mitigate-double-allocations-in-ioam6_iptunnel'
Justin Iurman says:
====================
Mitigate double allocations in ioam6_iptunnel
Commit dce525185bc9 ("net: ipv6: ioam6_iptunnel: mitigate 2-realloc
issue") fixed the double allocation issue in ioam6_iptunnel. However,
since commit 92191dd10730 ("net: ipv6: fix dst ref loops in rpl, seg6
and ioam6 lwtunnels"), the fix was left incomplete. Because the cache is
now empty when the dst_entry is the same post transformation in order to
avoid a reference loop, the double reallocation is back for such cases
(e.g., inline mode) which are valid for IOAM. This patch provides a way
to detect such cases without having a reference loop in the cache, and
so to avoid the double reallocation issue for all cases again.
v1: https://lore.kernel.org/netdev/20250410152432.30246-1-justin.iurman@uliege.be/T/#t
====================
Link: https://patch.msgid.link/20250415112554.23823-1-justin.iurman@uliege.be
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_main.c')
0 files changed, 0 insertions, 0 deletions