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-- 3.5 KB
Makefile -rw-r--r-- 677 bytes
dsa.c -rw-r--r-- 8.1 KB
dsa2.c -rw-r--r-- 17.5 KB
dsa_priv.h -rw-r--r-- 6.4 KB
master.c -rw-r--r-- 9.0 KB
port.c -rw-r--r-- 16.5 KB
slave.c -rw-r--r-- 43.4 KB
switch.c -rw-r--r-- 8.9 KB
tag_8021q.c -rw-r--r-- 12.9 KB
tag_brcm.c -rw-r--r-- 5.7 KB
tag_dsa.c -rw-r--r-- 3.7 KB
tag_edsa.c -rw-r--r-- 4.3 KB
tag_gswip.c -rw-r--r-- 2.8 KB
tag_ksz.c -rw-r--r-- 6.7 KB
tag_lan9303.c -rw-r--r-- 4.2 KB
tag_mtk.c -rw-r--r-- 2.8 KB
tag_qca.c -rw-r--r-- 2.9 KB
tag_sja1105.c -rw-r--r-- 8.9 KB
tag_trailer.c -rw-r--r-- 2.1 KB

back to top