In the Linux kernel, the following vulnerability has been resolved:
xsk: Add missing overflow check in xdpumemreg
The number of chunks can overflow u32. Make sure to return -EINVAL on overflow. Also remove a redundant u32 cast assigning umem->npgs.