Re: [PATCH] qla2xxx: Fix read offset in qla24xx_load_risc_flash()

2019-04-15 Thread Martin K. Petersen
Himanshu, > This patch fixes regression introduced by commit f8f97b0c5b7f ("scsi: > qla2xxx: Cleanups for NVRAM/Flash read/write path") where flash > read/write routine cleanup left out code which resulted into checksum > failure leading to use-after-free stack during driver load. Applied to 5.

[PATCH] qla2xxx: Fix read offset in qla24xx_load_risc_flash()

2019-04-12 Thread Himanshu Madhani
This patch fixes regression introduced by commit f8f97b0c5b7f ("scsi: qla2xxx: Cleanups for NVRAM/Flash read/write path") where flash read/write routine cleanup left out code which resulted into checksum failure leading to use-after-free stack during driver load. Following stack trace is seen in t