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

From: James Bottomley
Date: Sat May 06 2023 - 08:27:21 EST


Six late arriving patches for the merge window. Five are minor
assorted fixes and updates. The IPR driver change removes SATA
support, which will now allow a major cleanup in the ATA subsystem
because it was the only driver still using the old attachment
mechanism. The driver is only used on power systems and SATA was used
to support a DVD device, which has long been moved to a different hba.
IBM chose this route instead of porting ipr to the newer SATA
interfaces.

The patch is available here:

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

The short changelog is:

Akshat Jain (1):
scsi: pm80xx: Log device registration

Alice Chao (1):
scsi: ufs: core: mcq: Fix &hwq->cq_lock deadlock issue

Brian King (1):
scsi: ipr: Remove SATA support

John Garry (1):
scsi: scsi_debug: Abort commands from scsi_debug_device_reset()

Tom Rix (1):
scsi: ipr: Remove several unused variables

Zheng Wang (1):
scsi: qedi: Fix use after free bug in qedi_remove()

and the diffstat:

drivers/scsi/Kconfig | 3 +-
drivers/scsi/ipr.c | 788 +--------------------------------------
drivers/scsi/ipr.h | 64 ----
drivers/scsi/pm8001/pm8001_hwi.c | 7 +-
drivers/scsi/qedi/qedi_main.c | 3 +
drivers/scsi/scsi_debug.c | 22 ++
drivers/ufs/core/ufs-mcq.c | 6 +-
7 files changed, 43 insertions(+), 850 deletions(-)

Regards,

James