[GIT PULL] final round of SCSI updates for the 5.4+ merge window

From: James Bottomley
Date: Sun Dec 08 2019 - 00:00:02 EST


11 patches, all in drivers (no core changes) that are either minor
cleanups or small fixes. They were late arriving, but still safe for
-rc1.

The patch is available here:

git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-misc

The short changelog is:

Colin Ian King (1):
scsi: pm80xx: fix logic to break out of loop when register value is 2 or 3

Damien Le Moal (1):
scsi: sd_zbc: Improve report zones error printout

Gabriel Krisman Bertazi (1):
scsi: MAINTAINERS: Add the linux-scsi mailing list to the ISCSI entry

Huacai Chen (1):
scsi: qla2xxx: Fix qla2x00_request_irqs() for MSI

James Smart (1):
scsi: lpfc: size cpu map by last cpu id set

John Garry (1):
scsi: scsi_transport_sas: Fix memory leak when removing devices

Martin Wilck (2):
scsi: qla2xxx: unregister ports after GPN_FT failure
scsi: qla2xxx: fix rports not being mark as lost in sync fabric scan

Saurav Girepunje (1):
scsi: ibmvscsi_tgt: Remove unneeded variable rc

YueHaibing (2):
scsi: megaraid_sas: Make poll_aen_lock static
scsi: pm80xx: Remove unused include of linux/version.h

And the diffstat:

MAINTAINERS | 1 +
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 3 +--
drivers/scsi/lpfc/lpfc_init.c | 2 +-
drivers/scsi/megaraid/megaraid_sas_base.c | 2 +-
drivers/scsi/pm8001/pm80xx_hwi.c | 3 +--
drivers/scsi/qla2xxx/qla_gs.c | 16 ++++++++++++++--
drivers/scsi/qla2xxx/qla_init.c | 6 +++---
drivers/scsi/qla2xxx/qla_isr.c | 6 +++---
drivers/scsi/scsi_transport_sas.c | 9 +--------
drivers/scsi/sd.c | 9 ++-------
drivers/scsi/sd.h | 3 +++
drivers/scsi/sd_zbc.c | 8 +++++---
12 files changed, 36 insertions(+), 32 deletions(-)

James