Re: [PATCH 2/2] qla2xxx: Fix NULL pointer crash due to stale CPUID

2019-03-18 Thread Himanshu Madhani
Hi Ewan, On 3/18/19, 6:36 AM, "linux-scsi-ow...@vger.kernel.org on behalf of Ewan D. Milne" wrote: On Fri, 2019-03-15 at 15:04 -0700, Himanshu Madhani wrote: > This patch fixes crash due to NULL pointer derefrence because > CPU pointer is not set and used by driver. Instead, dri

Re: [PATCH 2/2] qla2xxx: Fix NULL pointer crash due to stale CPUID

2019-03-18 Thread Ewan D. Milne
On Fri, 2019-03-15 at 15:04 -0700, Himanshu Madhani wrote: > This patch fixes crash due to NULL pointer derefrence because > CPU pointer is not set and used by driver. Instead, driver is > passes CPU as tag via ha->isp_ops->{lun_reset|target_reset} > ... > > Fixes: 9cf2bab630765 ("block: kill re