diff options
| author | Alice Mikityanska <alice@isovalent.com> | 2026-09-01 22:57:14 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-09-07 17:13:55 -0700 |
| commit | 199271ebc71c1e0913b2fad988a7bff330a8828a (patch) | |
| tree | 564428a3f825d60a46933e9db9e603dcd0f7c6c8 /scripts/basic | |
| parent | 18a9a4342136c5ae954b37d961c374d369615de2 (diff) | |
| download | linux-199271ebc71c1e0913b2fad988a7bff330a8828a.tar.gz linux-199271ebc71c1e0913b2fad988a7bff330a8828a.zip | |
net: ipv6: Clamp to IP6_MAX_MTU in ip6_dst_mtu_maybe_forward
Commit 427faee167bc ("net: ipv6: introduce ip6_dst_mtu_maybe_forward")
dropped the IP6_MAX_MTU clamp that used to be present in ip6_mtu(). A
similar IPv4 commit ac6627a28dbf ("net: ipv4: Consolidate ipv4_mtu and
ip_dst_mtu_maybe_forward") preserves the IP_MAX_MTU clamp.
Restore the upper bound in the IPv6 flow to avoid potential 16-bit
overflows in forwarding paths.
Fixes: 427faee167bc ("net: ipv6: introduce ip6_dst_mtu_maybe_forward")
Signed-off-by: Alice Mikityanska <alice@isovalent.com>
Suggested-by: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20260901195714.673548-5-alice.kernel@fastmail.im
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
