First published: Wed Apr 13 2011(Updated: )
Backport of upstream commit: fd0e435b0fe85622f167b84432552885a4856ac8 bonding: Incorrect TX queue offset By default bonding only allocates 16 queues. This patch will prevent devices that have more than 16 receive queues (82599 has 128) from blowing out the tx queue index for the bonding device. For proper queue allocation, in the bonding driver and down to the devices, they should probably add the following line to one of the files in /etc/modprobe.d/ options bonding tx_queues=N where N>= number of processors that show up in /proc/cpuinfo.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux-2.6 | ||
Linux kernel | <2.6.39 | |
Linux Kernel | <2.6.39 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2011-1581 is classified as a moderate severity vulnerability affecting the Linux kernel.
To fix CVE-2011-1581, you should update the Linux kernel to version 2.6.39 or later that includes the patch.
CVE-2011-1581 affects Linux kernel versions up to 2.6.39 that utilize bonding with a limited number of transmit queues.
The impact of CVE-2011-1581 can lead to incorrect transmission queue handling, causing potential network performance issues.
A temporary workaround for CVE-2011-1581 may involve limiting the number of receive queues on affected devices until a kernel update is applied.