mbox series

[0/2] qla2xxx: Fixes for the driver

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

Message

Himanshu Madhani Oct. 22, 2019, 7:36 p.m. UTC
Hi Martin, 

This series has couple bug fixes for the driver. 

First patch addresses initialization error with the newer adapter on a 
blade systems. 

Second patch adds protection for accidental flash corruption using SysFS path. 

Please apply them to 5.4/scsi-fixes branch for inclusion in 5.4-rc5.

Thanks,
Himanshu

Himanshu Madhani (1):
  qla2xxx: Initialized mailbox to prevent driver load failure

Quinn Tran (1):
  qla2xxx: Fix partial flash write of MBI

 drivers/scsi/qla2xxx/qla_attr.c | 7 +++----
 drivers/scsi/qla2xxx/qla_mbx.c  | 3 ++-
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Martin K. Petersen Oct. 23, 2019, 2:36 a.m. UTC | #1
Himanshu,

> This series has couple bug fixes for the driver. 
>
> First patch addresses initialization error with the newer adapter on a 
> blade systems. 
>
> Second patch adds protection for accidental flash corruption using SysFS path. 

Applied to 5.4/scsi-fixes, thanks!