Re: [PATCH 01/43] qla2xxx: Fix stale memory access for name pointer

2017-12-20 Thread kbuild test robot
Hi Quinn, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on scsi/for-next] [also build test WARNING on next-20171220] [cannot apply to v4.15-rc4] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://

Re: [PATCH 01/43] qla2xxx: Fix stale memory access for name pointer

2017-12-20 Thread Madhani, Himanshu
Hi Bart, > On Dec 20, 2017, at 10:25 AM, Bart Van Assche wrote: > > On Tue, 2017-12-19 at 22:56 -0800, Himanshu Madhani wrote: >> Name pointer for sp describing each command is assigned with stack >> frame's memory. The stack frame could eventually be re-use, where >> name pointer access can ge

Re: [PATCH 01/43] qla2xxx: Fix stale memory access for name pointer

2017-12-20 Thread Bart Van Assche
On Tue, 2017-12-19 at 22:56 -0800, Himanshu Madhani wrote: > Name pointer for sp describing each command is assigned with stack > frame's memory. The stack frame could eventually be re-use, where > name pointer access can get get garbage. This patch designates > static memory for name pointer to fi