In the Linux kernel, the following vulnerability has been resolved: net: netpoll: Initialize UDP checksum field before checksumming commit f1fce08e63fe ("netpoll: Eliminate redundant assignment") removed the initialization of the UDP checksum, which was wrong and broke netpoll IPv6 transmission due to bad checksumming. udph->check needs to be set before calling csum_ipv6_magic().
https://git.kernel.org/stable/c/f5990207026987a353d5a95204c4d9cb725637fd
https://git.kernel.org/stable/c/353016ec159f939a380ff6746476a779367ba9a3