3 matches found
SUSE CVE-2023-54090
In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix panic during XDPTX with 64 CPUs Commit 4fe815850bdc "ixgbe: let the xdpdrv work with more than 64 cpus" adds support to allow XDP programs to run on systems with more than 64 CPUs by locking the XDP TX rings and indexi...
EUVD-2023-60355
In the Linux kernel, the following vulnerability has been resolved: ixgbe: Fix panic during XDPTX with 64 CPUs Commit 4fe815850bdc "ixgbe: let the xdpdrv work with more than 64 cpus" adds support to allow XDP programs to run on systems with more than 64 CPUs by locking the XDP TX rings and indexi...
CVE-2023-54090
CVE-2023-54090 relates to Linux kernel ixgbe XDP_TX handling on systems with more than 64 CPUs. The patch "ixgbe: let the xdpdrv work with more than 64 cpus" tried to support >64 CPUs by locking XDP TX rings and indexing via cpu % 64 (IXGBE_MAX_XDP_QS). On systems with >64 cores, this patch...