Merge branch 'tunnels-fix-ipv4-pmtu-icmp-checksum'
authorJakub Kicinski <kuba@kernel.org>
Sat, 5 Aug 2023 01:24:53 +0000 (18:24 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 5 Aug 2023 01:24:54 +0000 (18:24 -0700)
commitec935188399d8f7f8618c7ec1c83eb6da8d3118f
tree7e194acb426e2dc8d98cf123286cfffca28087f0
parent8a9896177784063d01068293caea3f74f6830ff6
parent136a1b434bbb90c5e50831646ad0680c744c79bb
Merge branch 'tunnels-fix-ipv4-pmtu-icmp-checksum'

Florian Westphal says:

====================
tunnels: fix ipv4 pmtu icmp checksum

The checksum of the generated ipv4 icmp pmtud message is
only correct if the skb that causes the icmp error generation
is linear.

Fix this and add a selftest for this.
====================

Link: https://lore.kernel.org/r/20230803152653.29535-1-fw@strlen.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>