Revision 6b517374f4ea5a3c6e307e1219ec5f35d42e6d00 authored by Vishal Kulkarni on 03 October 2019, 22:36:15 UTC, committed by David S. Miller on 04 October 2019, 21:42:13 UTC
When fetching free MSI-X vectors for ULDs, check for the error code
before accessing MSI-X info array. Otherwise, an out-of-bounds access is
attempted, which results in kernel panic.

Fixes: 94cdb8bb993a ("cxgb4: Add support for dynamic allocation of resources for ULD")
Signed-off-by: Shahjada Abul Husain <shahjada@chelsio.com>
Signed-off-by: Vishal Kulkarni <vishal@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 8ae72cb
History
File Mode Size
Kconfig -rw-r--r-- 604 bytes
Makefile -rw-r--r-- 200 bytes
tls_device.c -rw-r--r-- 30.4 KB
tls_device_fallback.c -rw-r--r-- 12.7 KB
tls_main.c -rw-r--r-- 21.5 KB
tls_sw.c -rw-r--r-- 60.1 KB

back to top