Re: [PATCH net] cxgb4: fix out-of-bounds MSI-X info array access

2019-10-01 Thread David Miller
From: Vishal Kulkarni Date: Tue, 1 Oct 2019 04:07:57 +0530 > 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

Re: [PATCH net] cxgb4: fix out-of-bounds MSI-X info array access

2019-09-30 Thread kbuild test robot
Hi Vishal, I love your patch! Perhaps something to improve: [auto build test WARNING on net/master] url: https://github.com/0day-ci/linux/commits/Vishal-Kulkarni/cxgb4-fix-out-of-bounds-MSI-X-info-array-access/20191001-134119 config: sparc64-allmodconfig (attached as .config) compiler: sparc

[PATCH net] cxgb4: fix out-of-bounds MSI-X info array access

2019-09-30 Thread Vishal Kulkarni
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