mbox series

[0/2] qla2xxx: Bug fixes for the driver

Message ID 20190506205219.7842-1-hmadhani@marvell.com (mailing list archive)
Headers show
Series qla2xxx: Bug fixes for the driver | expand

Message

Himanshu Madhani May 6, 2019, 8:52 p.m. UTC
Hi Martin,

This series fixes issue with driver's EEH handling and NULL pointer access
while accessing optrom.

Please apply these patches to 5.2/scsi-queue at your earliest convenience.

Thanks,
Himanshu

Quinn Tran (2):
  qla2xxx: Fix Crash due to NULL pointer access in
    qla2x00_sysfs_read_optrom()
  qla2xxx: Add cleanup for PCI EEH recovery

 drivers/scsi/qla2xxx/qla_attr.c |   3 +-
 drivers/scsi/qla2xxx/qla_os.c   | 221 +++++++++++++++-------------------------
 2 files changed, 84 insertions(+), 140 deletions(-)