Message ID | 20211013124422.17151-1-njavali@marvell.com (mailing list archive) |
---|---|
Headers | show |
Series | qla2xxx - misc driver and EDIF bug fixes | expand |
Nilesh, On 10/13/21 7:44 AM, Nilesh Javali wrote: > Martin, > > Please apply the miscellaneous qla2xxx driver and EDIF bug fixes to the > scsi tree at your earliest convenience. > > Thanks, > Nilesh > > > Nilesh Javali (1): > qla2xxx: Update version to 10.02.07.200-k > > Quinn Tran (12): > qla2xxx: relogin during fabric disturbance > qla2xxx: fix gnl list corruption > qla2xxx: turn off target reset during issue_lip > qla2xxx: edif: fix app start fail > qla2xxx: edif: fix app start delay > qla2xxx: edif: flush stale events and msgs on session down > qla2xxx: edif: replace list_for_each_safe with > list_for_each_entry_safe > qla2xxx: edif: tweak trace message > qla2xxx: edif: reduce connection thrash > qla2xxx: edif: increase ELS payload > qla2xxx: edif: fix inconsistent check of db_flags > qla2xxx: edif: fix edif bsg > > drivers/scsi/qla2xxx/qla_attr.c | 7 +- > drivers/scsi/qla2xxx/qla_def.h | 4 +- > drivers/scsi/qla2xxx/qla_edif.c | 333 +++++++++++++++------------- > drivers/scsi/qla2xxx/qla_edif.h | 13 +- > drivers/scsi/qla2xxx/qla_edif_bsg.h | 2 +- > drivers/scsi/qla2xxx/qla_gbl.h | 4 +- > drivers/scsi/qla2xxx/qla_init.c | 108 +++++++-- > drivers/scsi/qla2xxx/qla_iocb.c | 3 +- > drivers/scsi/qla2xxx/qla_isr.c | 4 + > drivers/scsi/qla2xxx/qla_mr.c | 23 -- > drivers/scsi/qla2xxx/qla_os.c | 37 +--- > drivers/scsi/qla2xxx/qla_target.c | 3 +- > drivers/scsi/qla2xxx/qla_version.h | 4 +- > 13 files changed, 298 insertions(+), 247 deletions(-) > > > base-commit: efe1dc571a5b808baa26682eef16561be2e356fd > prerequisite-patch-id: 505841911eadc4a52bd4b72393ab50f095664f55 > I looked at the patches and they are okay. However, This whole series is missing Fixes tag for the bug fix series. Please use appropriate "Fixes" tag for applicable patches and resubmit.