Hi Bart, > On Jun 29, 2020, at 5:54 PM, Bart Van Assche <bvanassche@xxxxxxx> wrote: > > Hi Martin, > > This patch series includes cleanup patches and also patches that address > complaints from several static source code analyzers. Please consider these > patches for kernel v5.9. > > Thanks, > > Bart. > > Changes compared to v1: > - Rewrote patch "Fix a Coverity complaint in qla2100_fw_dump()" > > Bart Van Assche (9): > qla2xxx: Check the size of struct fcp_hdr at compile time > qla2xxx: Remove the __packed annotation from struct fcp_hdr and > fcp_hdr_le > qla2xxx: Make qla82xx_flash_wait_write_finish() easier to read > qla2xxx: Initialize 'n' before using it > qla2xxx: Remove a superfluous cast > qla2xxx: Make __qla2x00_alloc_iocbs() initialize 32 bits of > request_t.handle > qla2xxx: Fix a Coverity complaint in qla2100_fw_dump() > qla2xxx: Make qla2x00_restart_isp() easier to read > qla2xxx: Introduce a function for computing the debug message prefix > > drivers/scsi/qla2xxx/qla_bsg.c | 3 +- > drivers/scsi/qla2xxx/qla_dbg.c | 98 ++++++++++-------------------- > drivers/scsi/qla2xxx/qla_dbg.h | 1 + > drivers/scsi/qla2xxx/qla_init.c | 39 ++++++------ > drivers/scsi/qla2xxx/qla_iocb.c | 4 +- > drivers/scsi/qla2xxx/qla_nx.c | 20 +++--- > drivers/scsi/qla2xxx/qla_target.h | 4 +- > drivers/scsi/qla2xxx/tcm_qla2xxx.c | 1 + > 8 files changed, 70 insertions(+), 100 deletions(-) > I had reviewed this series earlier and provided Reviewed-by tag. https://lore.kernel.org/linux-scsi/EAC19A51-7256-4D5D-9DBB-D30CEF8551E9@xxxxxxxxxx/ -- Himanshu Madhani Oracle Linux Engineering